liyuheng55555 commented on code in PR #12165:
URL: https://github.com/apache/iotdb/pull/12165#discussion_r1535039756


##########
iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/procedure/impl/region/RegionMigrateProcedure.java:
##########
@@ -234,8 +213,10 @@ public void deserialize(ByteBuffer byteBuffer) {
       originalDataNode = 
ThriftCommonsSerDeUtils.deserializeTDataNodeLocation(byteBuffer);
       destDataNode = 
ThriftCommonsSerDeUtils.deserializeTDataNodeLocation(byteBuffer);
       consensusGroupId = 
ThriftCommonsSerDeUtils.deserializeTConsensusGroupId(byteBuffer);
+      coordinatorForAddPeer = 
ThriftCommonsSerDeUtils.deserializeTDataNodeLocation(byteBuffer);

Review Comment:
   The compatibility for UpdateRegionLocationPlan is remained. For 
RegionMigrateProcedure, seems not necessary to keep compatibility. User should 
not upgrade IoTDB if any RegionMigrateProcedure is not finished.



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