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 2019/12/20 00:51:01 UTC

[GitHub] [hadoop-ozone] fapifta opened a new pull request #382: HDDS-2277. Add bytes read statistics to Ozone FileSystem implementation

fapifta opened a new pull request #382: HDDS-2277. Add bytes read statistics to Ozone FileSystem implementation
URL: https://github.com/apache/hadoop-ozone/pull/382
 
 
   ## What changes were proposed in this pull request?
   
   The main aim is to account the number of bytes read FileSystem statistics.
   Besides that the PR adds tests around the number of bytes read and number of bytes write, the number of read operations, and the number of write operations statistics.
   Also there is a fix for the BasicOzoneFileSystem#open call which was accounted as a write operation before the patch.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-2777
   
   ## How was this patch tested?
   
   See added JUnit tests.
   

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


With regards,
Apache Git Services

---------------------------------------------------------------------
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 issue #382: HDDS-2777. Add bytes read statistics to Ozone FileSystem implementation

Posted by GitBox <gi...@apache.org>.
bharatviswa504 commented on issue #382: HDDS-2777. Add bytes read statistics to Ozone FileSystem implementation
URL: https://github.com/apache/hadoop-ozone/pull/382#issuecomment-568138925
 
 
   Thank You @fapifta for the contribution and @adoroszlai 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


With regards,
Apache Git Services

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


[GitHub] [hadoop-ozone] fapifta commented on issue #382: HDDS-2777. Add bytes read statistics to Ozone FileSystem implementation

Posted by GitBox <gi...@apache.org>.
fapifta commented on issue #382: HDDS-2777. Add bytes read statistics to Ozone FileSystem implementation
URL: https://github.com/apache/hadoop-ozone/pull/382#issuecomment-567880910
 
 
   Hi Attila,
   
   thank you for the review, somehow I did not went down in the file enough and haven't noticed that method... However I tried to review all the implementations, I missed this one.
   
   I have pushed the discussed modifications to the PR. And also added two new tests to cover the method as well.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
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 merged pull request #382: HDDS-2777. Add bytes read statistics to Ozone FileSystem implementation

Posted by GitBox <gi...@apache.org>.
bharatviswa504 merged pull request #382: HDDS-2777. Add bytes read statistics to Ozone FileSystem implementation
URL: https://github.com/apache/hadoop-ozone/pull/382
 
 
   

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


With regards,
Apache Git Services

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