You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2022/03/07 08:22:49 UTC

[GitHub] [bookkeeper] TakaHiro0208 opened a new pull request #3083: fix a metric error in bookieStats

TakaHiro0208 opened a new pull request #3083:
URL: https://github.com/apache/bookkeeper/pull/3083


   Descriptions of the changes in this PR:
   
   
   
   ### Motivation
   
   fix a metric error in bookieStats
   
   ### Changes
   
   getReadEntryStats().registerFailedValue(entrySize) -> getReadBytesStats().registerFailedValue(entrySize)
   
   
   
   
   


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

To unsubscribe, e-mail: issues-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [bookkeeper] dlg99 merged pull request #3083: fix a metric error in bookieStats

Posted by GitBox <gi...@apache.org>.
dlg99 merged pull request #3083:
URL: https://github.com/apache/bookkeeper/pull/3083


   


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

To unsubscribe, e-mail: issues-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org