qubole / rubix

Cache File System optimized for columnar formats and object stores
Apache License 2.0
183 stars 74 forks source link

BookKeeper stats are not accurate #44

Open shubhamtagra opened 7 years ago

shubhamtagra commented 7 years ago

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