anton-vinogradov commented on code in PR #13462: URL: https://github.com/apache/ignite/pull/13462#discussion_r3784847625
########## modules/core/src/main/java/org/apache/ignite/internal/processors/cache/verify/TransactionsHashRecord.java: ########## @@ -18,13 +18,19 @@ package org.apache.ignite.internal.processors.cache.verify; import java.io.Serializable; +import org.apache.ignite.internal.JdkMarshalled; import org.apache.ignite.internal.Marshalled; import org.apache.ignite.internal.Order; import org.apache.ignite.internal.util.tostring.GridToStringInclude; import org.apache.ignite.internal.util.typedef.internal.S; import org.apache.ignite.plugin.extensions.communication.Message; -/** Represents committed transactions hash for a pair of nodes. */ +/** + * Represents committed transactions hash for a pair of nodes. + * <p> + * Travels both transports inside the result of a snapshot check, and carries a user consistent id. Review Comment: Named them: "Travels both transports, Communication and Discovery, inside the result of a snapshot check". -- 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]
