xuzifu666 commented on code in PR #22980:
URL: https://github.com/apache/flink/pull/22980#discussion_r1260521926
##########
flink-runtime/src/main/java/org/apache/flink/runtime/zookeeper/ZooKeeperStateHandleStore.java:
##########
@@ -364,6 +364,7 @@ public Collection<String> getAllHandles() throws Exception {
return client.getChildren().forPath(path);
} catch (KeeperException.NoNodeException ignored) {
// Concurrent deletion, retry
+ LOG.debug("Unable to get all handles, retrying (ZNode was
likely deleted concurrently: {})", ignored.getMessage());
Review Comment:
done,format had changed @rkhachatryan
##########
flink-runtime/src/main/java/org/apache/flink/runtime/zookeeper/ZooKeeperStateHandleStore.java:
##########
@@ -364,6 +364,7 @@ public Collection<String> getAllHandles() throws Exception {
return client.getChildren().forPath(path);
} catch (KeeperException.NoNodeException ignored) {
// Concurrent deletion, retry
+ LOG.debug("Unable to get all handles, retrying (ZNode was
likely deleted concurrently: {})", ignored.getMessage());
Review Comment:
done,format had changed @rkhachatryan
--
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]