pasha-kuznetsov opened a new pull request #957: ISSUE #954: dir_*_usage stats 
are always 0
URL: https://github.com/apache/bookkeeper/pull/957
 
 
   due to mismatch between the way they are initialized in `LedgerDirsManager` 
and
   the way the `diskUsages` is populated subsequently in `LedgerDirsMonitor`
   
   Decisions potentially worth some attention:
   - stat names are kept `dir_{dir}_usage` while the actual dirs being checked 
have been changed to `{dir}/current`;
   - the stats aren't being updated if the bookie is in a readonly mode -- 
uncovered while testing, not sure if it's worth addressing at all, kept the fix 
minimalistic for now.
   
   (@bug W-4594204@)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to