heesung-sn commented on issue #23889:
URL: https://github.com/apache/pulsar/issues/23889#issuecomment-2616394669

   
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? 
   
   ```java
   put(opPut.getPath(), opPut.getData(), Optional.of(-1L), 
opPut.getOptions()).thenAccept(
   ```


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

Reply via email to