zhanghaou commented on a change in pull request #11894:
URL: https://github.com/apache/pulsar/pull/11894#discussion_r701807659



##########
File path: 
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/PersistentTopicsBase.java
##########
@@ -2170,6 +2170,14 @@ protected void internalGetMessageById(AsyncResponse 
asyncResponse, long ledgerId
             validateReadOperationOnTopic(authoritative);
             PersistentTopic topic = (PersistentTopic) 
getTopicReference(topicName);
             ManagedLedgerImpl ledger = (ManagedLedgerImpl) 
topic.getManagedLedger();
+            if (null == ledger.getLedgerInfo(ledgerId).get()) {

Review comment:
       It seems it is not run in a netty thread. btw, 
https://github.com/apache/pulsar/pull/11912 is better to fix 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to