[infinispan-issues] [JBoss JIRA] (ISPN-10818) Remote-query 9.4.x backwards compatibility

Ryan Emerson (Jira) issues at jboss.org
Thu Oct 24 16:53:00 EDT 2019


Ryan Emerson created ISPN-10818:
-----------------------------------

             Summary: Remote-query 9.4.x backwards compatibility
                 Key: ISPN-10818
                 URL: https://issues.jboss.org/browse/ISPN-10818
             Project: Infinispan
          Issue Type: Bug
          Components: Remote Querying
    Affects Versions: 10.0.0.CR3
            Reporter: Ryan Emerson


For performance reasons, ProtoStream changed the TypeId of WrappedMessage to 0, which means that pre 10.x clients using RemoteQuery are no longer compatible. Furthermore, ISPN-10663 updated the TypeId of the remote query messages to conform to the Infinispan TypeId ranges defined in ProtoStreamTypeIds.

Therefore, for pre 10.x clients, it is neccessary for all remote query requests to have the legacy TypeId mapped to the new TypeId values. https://issues.jboss.org/browse/IPROTO-119 introduced a mechanism for this mapping, however more work is required, as the mapping must occur on a per request/response basis (only if communication is with a legacy client). 





--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the infinispan-issues mailing list