Hello Alexey Serbin, Kudu Jenkins, Abhishek Chennaka, Wang Xixu, I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/21389 to look at the new patch set (#13). Change subject: KUDU-613: Add SLRU Cache metrics ...................................................................... KUDU-613: Add SLRU Cache metrics This patch adds segment-specific metrics for both the probationary and the protected segment along with high-level metrics for the entire SLRU cache. It also adds these same metrics to the block cache so it can support a cache with SLRU eviction policy. This patch adds a template parameter to the SLRUCacheShard class to indicate which segment a shard belongs to. Change-Id: I1c8181ec6bea301605aaef7db0003c3eaef3072d --- M src/kudu/util/block_cache_metrics.cc M src/kudu/util/cache_metrics.h M src/kudu/util/slru_cache-test.cc M src/kudu/util/slru_cache.cc M src/kudu/util/slru_cache.h 5 files changed, 373 insertions(+), 30 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/89/21389/13 -- To view, visit http://gerrit.cloudera.org:8080/21389 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I1c8181ec6bea301605aaef7db0003c3eaef3072d Gerrit-Change-Number: 21389 Gerrit-PatchSet: 13 Gerrit-Owner: Mahesh Reddy <mre...@cloudera.com> Gerrit-Reviewer: Abhishek Chennaka <achenn...@cloudera.com> Gerrit-Reviewer: Alexey Serbin <ale...@apache.org> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Mahesh Reddy <mre...@cloudera.com> Gerrit-Reviewer: Wang Xixu <1450306...@qq.com>