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

 ##########
 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:
   @ivankelly This is a very important change we are rooting for in 2.4.2. 
Merging this would be great. 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to