anton-vinogradov commented on code in PR #13462: URL: https://github.com/apache/ignite/pull/13462#discussion_r3769615945
########## modules/core/src/main/java/org/apache/ignite/internal/processors/cache/StoredCacheData.java: ########## @@ -43,6 +44,8 @@ * <p> * All changes must be made with the respect of RU rules. */ +// Travels both transports: by discovery when a cache starts, by communication when a snapshot is restored. +@JdkMarshalled Review Comment: The not changing marshallers, they keep it as is with minor fixes, which was luckily passed before. -- 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]
