timoninmaxim commented on code in PR #12297: URL: https://github.com/apache/ignite/pull/12297#discussion_r2324610661
########## modules/core/src/main/java/org/apache/ignite/internal/direct/stream/DirectByteBufferStream.java: ########## @@ -312,11 +320,39 @@ public class DirectByteBufferStream { /** */ private int topVerMinor; + /** */ + private byte cacheObjState; Review Comment: Name of var is similar to fields `topVerState` and `uuidState`. Let's keep it. Javadoc added -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org