sanpwc commented on code in PR #6722:
URL: https://github.com/apache/ignite-3/pull/6722#discussion_r2426595714
##########
modules/partition-distribution/src/main/java/org/apache/ignite/internal/partitiondistribution/AssignmentsQueueSerializer.java:
##########
@@ -40,6 +42,14 @@ protected void writeExternalData(AssignmentsQueue queue,
IgniteDataOutput out) t
@Override
protected AssignmentsQueue readExternalData(byte protoVer, IgniteDataInput
in) throws IOException {
+ if (protoVer == 1) {
Review Comment:
Fine enough that we know that.
--
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]