wangchao316 commented on code in PR #14433:
URL: https://github.com/apache/iotdb/pull/14433#discussion_r1886017095
##########
iotdb-core/consensus/src/main/java/org/apache/iotdb/consensus/pipe/PipeConsensus.java:
##########
@@ -407,6 +407,8 @@ public void removeRemotePeer(ConsensusGroupId groupId, Peer
peer) throws Consens
LOGGER.info("[{}] wait {} to release all resource...", CLASS_NAME, peer);
impl.waitReleaseAllRegionRelatedResource(peer);
} catch (ConsensusGroupModifyPeerException e) {
+ LOGGER.error(
Review Comment:
hi, why does remove this error log? if is a undeal exception, we can print
warn.
--
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]