[JBoss JIRA] (TEIID-5888) Infinispan translator returns wrong update count in some circumstances
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIID-5888?page=com.atlassian.jira.plugi... ]
Steven Hawkins resolved TEIID-5888.
-----------------------------------
Fix Version/s: 13.0.2
Resolution: Done
Added targeted changes to both master and 13.0.2.
> Infinispan translator returns wrong update count in some circumstances
> ----------------------------------------------------------------------
>
> Key: TEIID-5888
> URL: https://issues.redhat.com/browse/TEIID-5888
> Project: Teiid
> Issue Type: Bug
> Components: Infinispan
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 13.1, 13.0.2
>
>
> In some nested circumstances the wrong update count is returned. For example in TestHodrodExecution the update:
> UPDATE G4 SET e2 = 'two-2' WHERE e2 = 'two-two' OR e2 = 'one-one'
> should return 2, but instead returns 4. This happens both prior to and after the changes for TEIID-5887.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 11 months
[JBoss JIRA] (TEIID-5895) Create common mongodb logic
by Steven Hawkins (Jira)
Steven Hawkins created TEIID-5895:
-------------------------------------
Summary: Create common mongodb logic
Key: TEIID-5895
URL: https://issues.redhat.com/browse/TEIID-5895
Project: Teiid
Issue Type: Quality Risk
Components: Misc. Connectors
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 13.x
Similar to the refactoring of infinispan connectivity, the logic should be shared between teiid and teiid spring boot. As well as a review of similar potential issues with the join filtering and TEIID-5876
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 11 months
[JBoss JIRA] (TEIID-5887) Issues with marhaller registration
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIID-5887?page=com.atlassian.jira.plugi... ]
Steven Hawkins updated TEIID-5887:
----------------------------------
Sprint: DV Sprint 58
> Issues with marhaller registration
> ----------------------------------
>
> Key: TEIID-5887
> URL: https://issues.redhat.com/browse/TEIID-5887
> Project: Teiid
> Issue Type: Bug
> Components: Infinispan
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 13.1
>
> Original Estimate: 6 hours
> Time Spent: 7 hours
> Remaining Estimate: 0 minutes
>
> Adding transactional logic to infinispan highlights several problems with marshaller registration. The first is that all connections are working off of a shared context and each registering a marshaller for the same class type - this is not thread safe.
> The other issue specific to transactions is that some operations are delayed or redone at commit time - which is called after the connection is closed potentially in a different thread and thus the marshaller provider has been removed. Given the interplay of threads using a thread local won't work.
> Potentially a transaction aware thread pool or the use of something like our execution context keep alive may be needed.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 11 months
[JBoss JIRA] (TEIID-5884) Create common infinispan connection logic
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIID-5884?page=com.atlassian.jira.plugi... ]
Steven Hawkins commented on TEIID-5884:
---------------------------------------
Will mark as resolved once the changes have been confirmed on the spring boot side.
> Create common infinispan connection logic
> -----------------------------------------
>
> Key: TEIID-5884
> URL: https://issues.redhat.com/browse/TEIID-5884
> Project: Teiid
> Issue Type: Task
> Components: Infinispan
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Minor
> Fix For: 13.1
>
> Original Estimate: 5 hours
> Remaining Estimate: 5 hours
>
> There has been a fork in the infinispan data source logic between teiid and teiid spring boot that could be resolved by moving the common logic into the infinispan api.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 11 months