tillrohrmann commented on a change in pull request #17485: URL: https://github.com/apache/flink/pull/17485#discussion_r791530279
########## File path: flink-runtime/src/main/java/org/apache/flink/runtime/util/ZooKeeperUtils.java ########## @@ -96,13 +106,17 @@ /** The prefix of the completed checkpoint file. */ public static final String HA_STORAGE_COMPLETED_CHECKPOINT = "completedCheckpoint"; - private static final String RESOURCE_MANAGER_LEADER = "/resource_manager"; + private static final String RESOURCE_MANAGER_LEADER = "resource_manager"; Review comment: This has been addressed in a previous fixup. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org