rubix icon indicating copy to clipboard operation
rubix copied to clipboard

BookKeeper stats are not accurate

Open shubhamtagra opened this issue 7 years ago • 0 comments

There are a few issues in bookKeeper stats:

  1. Counters (totalRequests, etc) need to be made atomic. We need to study the impact of changing them to atomic before rolling out the change
  2. Need to store how much did a node read in behalf of other node (via readData call)
  3. Cache Hit/Miss stats do not account for non-local reads

shubhamtagra avatar Jun 30 '17 05:06 shubhamtagra