[teiid-issues] [JBoss JIRA] (TEIID-5449) Infinispan: Update Infinispan translator to 9.3 version

Ramesh Reddy (Jira) issues at jboss.org
Thu Oct 4 10:54:00 EDT 2018


    [ https://issues.jboss.org/browse/TEIID-5449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13643338#comment-13643338 ] 

Ramesh Reddy commented on TEIID-5449:
-------------------------------------

[~van.halbert] Look at [1] the last parameter `DocumentFilter` which is part of the marshaller based on the query submitted not the table, but the name we have given is at Table level. There needs to be work done such that DocumentFilter is applied correctly with Entity/Table level Marshaller without conflict among two concurrent queries on the same table but with different criteria.

I can take look at this, but right now I have other high priority items.

[1] https://github.com/rareddy/teiid/blob/master/connectors/infinispan/infinispan-api/src/main/java/org/teiid/infinispan/api/TeiidTableMarsheller.java#L47

> 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
>            Priority: Major
>             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.12.1#712002)


More information about the teiid-issues mailing list