You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/07/30 00:39:44 UTC

[GitHub] [pulsar] rdhabalia commented on a change in pull request #4818: [pulsar-broker] Fix expiry monitor to continue on non-recoverable error

rdhabalia commented on a change in pull request #4818: [pulsar-broker] Fix expiry monitor to continue on non-recoverable error
URL: https://github.com/apache/pulsar/pull/4818#discussion_r308492235
 
 

 ##########
 File path: managed-ledger/src/main/java/org/apache/bookkeeper/mledger/ManagedCursor.java
 ##########
 @@ -587,4 +587,11 @@ void asyncFindNewestMatching(FindPositionConstraint constraint, Predicate<Entry>
      */
     void setThrottleMarkDelete(double throttleMarkDelete);
 
+    /**
+     * Get {@link ManagedLedger} attached with cursor
+     * 
+     * @return ManagedLedger
+     */
+    ManagedLedger getManagedLedger();
 
 Review comment:
   yes..fixed it.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services