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

Van Halbert (Jira) issues at jboss.org
Tue Oct 2 15:56:00 EDT 2018


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

Van Halbert edited comment on TEIID-5449 at 10/2/18 3:55 PM:
-------------------------------------------------------------

Change that, that doesn't make sense, because infinispan only requires the registration of the marshaller 1 time for it to be used for all subsequent queries.   And that doesn't cause an issue.

Docs:  The next relevant part is the registration of per entity marshallers for our domain model types. They must be provided by the user for each type or marshalling will fail. Writing marshallers is a simple process. The BookMarshaller example should get you started. The most important thing you need to consider is they need to be stateless and threadsafe as a single instance of them is being used.


was (Author: van.halbert):
Change that, that doesn't make sense, because infinispan only requires the registration of the marshaller 1 time for it to be used for all subsequent queries.   And that doesn't cause an issue.

> 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