hangc0276 commented on code in PR #17020:
URL: https://github.com/apache/pulsar/pull/17020#discussion_r941905172
##########
tiered-storage/jcloud/src/main/java/org/apache/bookkeeper/mledger/offload/jcloud/impl/BlobStoreBackedReadHandleImpl.java:
##########
@@ -189,6 +189,8 @@ public CompletableFuture<LedgerEntries> readAsync(long
firstEntry, long lastEntr
promise.complete(LedgerEntriesImpl.create(entries));
} catch (Throwable t) {
+ log.error("Failed to read entries {} - {} from the offloader
in ledger {}",
Review Comment:
We should print the `t` out.
--
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]