rubix
rubix copied to clipboard
BookKeeper stats are not accurate
There are a few issues in bookKeeper stats:
- Counters (totalRequests, etc) need to be made atomic. We need to study the impact of changing them to atomic before rolling out the change
- Need to store how much did a node read in behalf of other node (via readData call)
- Cache Hit/Miss stats do not account for non-local reads