sijie commented on a change in pull request #5356: [TIEREDSTORAGE] Only seek 
when reading unexpected entry
URL: https://github.com/apache/pulsar/pull/5356#discussion_r333461002
 
 

 ##########
 File path: 
tiered-storage/jcloud/src/main/java/org/apache/bookkeeper/mledger/offload/jcloud/impl/BlobStoreBackedInputStreamImpl.java
 ##########
 @@ -116,7 +116,7 @@ public int read(byte[] b, int off, int len) throws 
IOException {
 
     @Override
     public void seek(long position) {
-        log.debug("Seeking to {} on {}/{}, current position {}", position, 
bucket, key, cursor);
+        log.info("Seeking to {} on {}/{}, current position {} (bufStart:{}, 
bufEnd:{})", position, bucket, key, cursor, bufferOffsetStart, bufferOffsetEnd);
 
 Review comment:
   Can this be annoying?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to