You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2020/07/17 16:41:19 UTC

[GitHub] [hadoop-ozone] maobaolong opened a new pull request #1213: HDDS-3980. Correct the toString of RangeHeader

maobaolong opened a new pull request #1213:
URL: https://github.com/apache/hadoop-ozone/pull/1213


   ## What changes were proposed in this pull request?
   
   Correct the toString format of RangeHeader
   
   ## What is the link to the Apache JIRA
   
   HDDS-3980
   
   ## How was this patch tested?
   
   No need.
   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org


[GitHub] [hadoop-ozone] adoroszlai merged pull request #1213: HDDS-3980. Correct the toString of RangeHeader

Posted by GitBox <gi...@apache.org>.
adoroszlai merged pull request #1213:
URL: https://github.com/apache/hadoop-ozone/pull/1213


   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org


[GitHub] [hadoop-ozone] bharatviswa504 commented on pull request #1213: HDDS-3980. Correct the toString of RangeHeader

Posted by GitBox <gi...@apache.org>.
bharatviswa504 commented on pull request #1213:
URL: https://github.com/apache/hadoop-ozone/pull/1213#issuecomment-662250891


   > @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]
   > ```
   
   Understood, there is a space missing between startOffset value and "endOffset"


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



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org


[GitHub] [hadoop-ozone] adoroszlai commented on pull request #1213: HDDS-3980. Correct the toString of RangeHeader

Posted by GitBox <gi...@apache.org>.
adoroszlai commented on pull request #1213:
URL: https://github.com/apache/hadoop-ozone/pull/1213#issuecomment-662407859


   Thanks @maobaolong for the improvement and @bharatviswa504 for the review.


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



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org


[GitHub] [hadoop-ozone] maobaolong commented on pull request #1213: HDDS-3980. Correct the toString of RangeHeader

Posted by GitBox <gi...@apache.org>.
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org