gaoran10 commented on code in PR #15282:
URL: https://github.com/apache/pulsar/pull/15282#discussion_r865527097


##########
managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/ManagedCursorImpl.java:
##########
@@ -2333,6 +2338,9 @@ public void closeFailed(ManagedLedgerException exception, 
Object ctx) {
      */
     void persistPositionWhenClosing(PositionImpl position, Map<String, Long> 
properties,
             final AsyncCallbacks.CloseCallback callback, final Object ctx) {
+        log.info("Persistence before cursor close is in progress. position={} "

Review Comment:
   I'm not sure that we need to add this log, it seems that there are logs when 
this operation was completed successfully or not.



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