wernerdv commented on code in PR #12516:
URL: https://github.com/apache/ignite/pull/12516#discussion_r2685349104
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridDhtAtomicUpdateRequest.java:
##########
@@ -800,6 +737,20 @@ else if (conflictVers != null)
return 38;
}
+ /**
+ * @return Partition update counters.
+ */
+ public GridLongList updateCounters() {
Review Comment:
Let's move these getter/setter closer to the others.
--
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]