[
https://issues.jboss.org/browse/TEIID-5449?page=com.atlassian.jira.plugin...
]
Ramesh Reddy commented on TEIID-5449:
-------------------------------------
[~van.halbert] As I mentioned in the description how the cache is fetched is changed. It
is not the case of updating the library version as the implementation details how cache
entries are fetched is changed. Given this runs on WildFly as JCA component the current
thread based marshaller registration I have in place is no longer valid, I can't say
there is an easy way to fix this, as there is a chance that concurrent queries can
overwrite each other's marshallers creating a bigger issue. This may actually require
a modification of some sort from Infinispan side to its API.
Infinispan: Update Infinispan translator to 9.3 version
-------------------------------------------------------
Key: TEIID-5449
URL:
https://issues.jboss.org/browse/TEIID-5449
Project: Teiid
Issue Type: Bug
Components: Infinispan
Affects Versions: 11.0
Reporter: Ramesh Reddy
Assignee: Van Halbert
Fix For: 11.2
Two changes observed
- The new cache create API changed, the old has been deprecated
- cache.get(key) now became Async operation, that means Thread Based serialization
context no longer works. This needs to be removed, but there seem to be no better
alternatives to support the Async threads.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)