lhotari commented on issue #23889:
URL: https://github.com/apache/pulsar/issues/23889#issuecomment-2616479892

   > 
https://github.com/apache/pulsar/blob/master/pulsar-metadata/src/main/java/org/apache/pulsar/metadata/impl/ZKMetadataStore.java#L441-L443
   > 
   > Don't we need to pass opPut.getOptions() here so that it can pass the 
original opPut.getOptions()(CreateOption.Ephemeral) when the set operation 
fails?
   > 
   > put(opPut.getPath(), opPut.getData(), Optional.of(-1L), 
opPut.getOptions()).thenAccept(
   
   Good catch @heesung-sn! Would you like to submit a PR for addressing this 
bug?


-- 
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

Reply via email to