Joe McDonnell has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/24399 )
Change subject: IMPALA-15021: Remove duplicate tcmalloc.thread_cache_free_bytes metric ...................................................................... IMPALA-15021: Remove duplicate tcmalloc.thread_cache_free_bytes metric In IMPALA-14874, we introduced several tcmalloc metrics including tcmalloc.current-total-thread-cache-bytes and tcmalloc.thread-cache-free-bytes. These are actually the same underlying metric, so this removes tcmalloc.thread-cache-free-bytes. Testing: - Ran core tests Change-Id: I7ff431b00c10fe9ff99bfd6c909739d8a97fcf3a Reviewed-on: http://gerrit.cloudera.org:8080/24399 Reviewed-by: Michael Smith <[email protected]> Reviewed-by: Csaba Ringhofer <[email protected]> Tested-by: Joe McDonnell <[email protected]> --- M be/src/util/memory-metrics.cc M be/src/util/memory-metrics.h M be/src/util/metrics-test.cc M common/thrift/metrics.json 4 files changed, 1 insertion(+), 25 deletions(-) Approvals: Michael Smith: Looks good to me, but someone else must approve Csaba Ringhofer: Looks good to me, approved Joe McDonnell: Verified -- To view, visit http://gerrit.cloudera.org:8080/24399 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I7ff431b00c10fe9ff99bfd6c909739d8a97fcf3a Gerrit-Change-Number: 24399 Gerrit-PatchSet: 2 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]>
