maksaska commented on code in PR #12201:
URL: https://github.com/apache/ignite/pull/12201#discussion_r2354986876
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridNearAtomicUpdateResponse.java:
##########
@@ -107,6 +106,8 @@ public GridNearAtomicUpdateResponse(int cacheId,
this.partId = partId;
this.nodeLeft = nodeLeft;
this.addDepInfo = addDepInfo;
+
+ assert partId >= 0;
Review Comment:
I've introduced it as in GridNearAtomicCheckUpdateRequest
--
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]