tisonkun commented on code in PR #19883:
URL: https://github.com/apache/pulsar/pull/19883#discussion_r1226753919
##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/PersistentTopicsBase.java:
##########
@@ -1455,6 +1457,22 @@ public void getInfoFailed(ManagedLedgerException
exception, Object ctx) {
return null;
});
+ // Schema store ledgers
Review Comment:
@liudezhi2098 I remember you have similar experience in debugging meta
infos. Do you think this patch is good to go? I'm a bit uncertain due to it add
a heavy operation on CLI command.
--
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]