wonyongg commented on code in PR #24750: URL: https://github.com/apache/pulsar/pull/24750#discussion_r2355488898
########## pulsar-broker/src/main/java/org/apache/pulsar/PulsarClusterMetadataSetup.java: ########## @@ -192,7 +192,7 @@ private static class Arguments { } /** - * a wrapper for creating a persistent node with store.put but ignore exception of node exists. + * a wrapper for creating a persistent node with store. put but ignore exception of node exists. Review Comment: @lhotari Sorry, I didn’t fully understand the comment at first. Now I see your point clearly, and I’ve updated the comment accordingly: `A wrapper for creating a persistent node using store.put(), ignoring the exception if the node already exists.` Please let me know if the wording still sounds awkward — I’ll be happy to adjust it again! -- 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: commits-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org