merlimat commented on a change in pull request #11894:
URL: https://github.com/apache/pulsar/pull/11894#discussion_r701509896
##########
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:
Agree, this should be done asynchronously
--
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]