You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ilya Kasnacheev (JIRA)" <ji...@apache.org> on 2018/07/23 12:57:00 UTC

[jira] [Created] (IGNITE-9054) ScanQuery responses are serialized with Optimized Marshaller

Ilya Kasnacheev created IGNITE-9054:
---------------------------------------

             Summary: ScanQuery responses are serialized with Optimized Marshaller
                 Key: IGNITE-9054
                 URL: https://issues.apache.org/jira/browse/IGNITE-9054
             Project: Ignite
          Issue Type: Bug
          Components: cache
    Affects Versions: 2.5
            Reporter: Ilya Kasnacheev
         Attachments: 22530.diff

When you do ContinuousQuery on a cache, its initial query sends results via OptimizedMarshaller (which has binary compatibility implications) but its continuous part uses BinaryMarshaller. They should both be using BinaryMarshaller. Fix seems to be one-liner, see patch and userlist thread.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)