Vladsz83 commented on code in PR #13462:
URL: https://github.com/apache/ignite/pull/13462#discussion_r3782684156
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/binary/BinaryMetadataVersionInfo.java:
##########
@@ -28,8 +28,10 @@
* Used internally to track version counters (see javadoc for {@link
MetadataUpdateProposedMessage} for more details).
* The version refers solely to the internal protocol for updating
BinaryMetadata and is unknown externally.
* It can be updated dynamically from different nodes and threads on the same
node.
+ * <p>
+ * Travels both transports: by discovery in the data bag, by communication in
the {@link MetadataResponseMessage}.
Review Comment:
Suggestion: upper-cased `Discovery` and `Communication`. Better search for
analogues in other places..
--
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]