rpuch opened a new pull request #526: URL: https://github.com/apache/ignite-3/pull/526
https://issues.apache.org/jira/browse/IGNITE-16185 1. Now unmarshal() method receives a registry of remote descriptors 2. It builds a context from them 3. The context is being passed through whole unmarshalling process (this caused most of the changes) 4. Serialization special methods are now cached in descriptors themselves, so no lifetime problem occurs anymore between local descirptors (that live forever) and remote descriptors (that are discarded when their session is closed). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
