tjiuming commented on a change in pull request #13833:
URL: https://github.com/apache/pulsar/pull/13833#discussion_r792391468
##########
File path:
tiered-storage/jcloud/src/main/java/org/apache/bookkeeper/mledger/offload/jcloud/impl/BlobStoreBackedInputStreamImpl.java
##########
@@ -73,7 +87,12 @@ private boolean refillBufferIfNeeded() throws IOException {
objectLen - 1);
try {
+ long startReadTime = System.nanoTime();
Blob blob = blobStore.getBlob(bucket, key, new
GetOptions().range(startRange, endRange));
+ if (this.mxBean != null) {
Review comment:
it should not be null, there is a check in case of cause exception
--
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]