OneSizeFitsQuorum commented on code in PR #12165:
URL: https://github.com/apache/iotdb/pull/12165#discussion_r1538659472
##########
iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/procedure/impl/region/RegionMigrateProcedure.java:
##########
@@ -216,7 +214,10 @@ public void deserialize(ByteBuffer byteBuffer) {
coordinatorForAddPeer =
ThriftCommonsSerDeUtils.deserializeTDataNodeLocation(byteBuffer);
coordinatorForRemovePeer =
ThriftCommonsSerDeUtils.deserializeTDataNodeLocation(byteBuffer);
} catch (ThriftSerDeException e) {
- LOGGER.error("Error in deserialize {}", this.getClass(), e);
+ LOGGER.error(
+ "Error in deserialize {}, this procedure may come from old version
and already cannot be used.",
+ this.getClass(),
Review Comment:
print id
--
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]