dao-jun commented on code in PR #22531:
URL: https://github.com/apache/pulsar/pull/22531#discussion_r1571476910
##########
tiered-storage/jcloud/src/main/java/org/apache/bookkeeper/mledger/offload/jcloud/impl/BlobStoreBackedReadHandleImplV2.java:
##########
@@ -303,7 +308,7 @@ public static ReadHandle open(ScheduledExecutorService
executor,
VersionCheck versionCheck,
long ledgerId, int readBufferSize,
LedgerOffloaderStats offloaderStats,
String managedLedgerName)
- throws IOException {
+ throws IOException,
BKException.BKNoSuchLedgerExistsOnMetadataServerException {
Review Comment:
And according to
https://github.com/apache/pulsar/blob/master/managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/ManagedLedgerImpl.java#L1955-L1962
It should be the ledger exists in the metadata server, but not found in the
tiered-storage, am I right?
--
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]