maobaolong commented on pull request #1213:
URL: https://github.com/apache/hadoop-ozone/pull/1213#issuecomment-661667331


   @bharatviswa504 Thank you for review this PR, I submit this PR aimed to 
correct the output of rangeHeader, without this PR,
   
   The output is:
   ```
   2020-07-20 15:50:31,469 [qtp2131952342-25245] DEBUG 
org.apache.hadoop.ozone.s3.endpoint.ObjectEndpoint: range Header provided: 
startOffset - [1262485504]endOffset - [1266679807] readFull - [ false] 
invalidRange - [ false]
   ```
   
   Now, it is:
   ```
   2020-07-20 15:50:31,469 [qtp2131952342-25245] DEBUG 
org.apache.hadoop.ozone.s3.endpoint.ObjectEndpoint: range Header provided: 
startOffset - [1262485504], endOffset - [1266679807], readFull - [ false], 
invalidRange - [false]
   ```


----------------------------------------------------------------
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to