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


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentTopic.java:
##########
@@ -1810,6 +1810,28 @@ public void closeFailed(ManagedLedgerException 
exception, Object ctx) {
         return closeFuture;
     }
 
+    private boolean isClosed() {

Review Comment:
   It looks like the issue is due to ManagedLedger being closed, do these 
checks can make sure the ManagedLedger is open?



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