killergti commented on pull request #9307: URL: https://github.com/apache/ignite/pull/9307#issuecomment-894702733
The root cause of the issue is that client believe that server nodes preserve the registered user types after reconnect, however, it could be the case that server nodes loose this information (e.g. full cluster restart with clean up of working dirs). This leads to ClassNotFoundException. In the scope of this PR I have added code that clears the cache of registered Serializable and Externalizable classes (in the OptimizedMarshaller) when a client looses connection to the cluster. -- 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]
