sanpwc commented on code in PR #6722:
URL: https://github.com/apache/ignite-3/pull/6722#discussion_r2426567864


##########
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:
   I believe that some previously build 3.0-snapshot artifacts will fail due to 
the fact that they actually have AssignmentsQueue however you'll try to 
deserialize it as single Assignments. Is that correct?



-- 
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]

Reply via email to