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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)