Adar Dembo has uploaded a new patch set (#4) to the change originally created by ZhangYao. ( http://gerrit.cloudera.org:8080/14911 )
Change subject: KUDU-3021 Add metric for tablet transaction memory. ...................................................................... KUDU-3021 Add metric for tablet transaction memory. Currently we have 'transaction_memory_pressure_rejections' to track the rejections for memory pressure, but it will also take the limits of its ancestral memory trackers. Here add the seperate metric to track just transaction-memory-limit-related rejections. Change-Id: I131b9ed27617274c1210a1678c1fdf7307b7edcc --- M src/kudu/tablet/transactions/transaction_tracker-test.cc M src/kudu/tablet/transactions/transaction_tracker.cc M src/kudu/tablet/transactions/transaction_tracker.h M src/kudu/util/high_water_mark.h M src/kudu/util/mem_tracker.cc M src/kudu/util/mem_tracker.h 6 files changed, 72 insertions(+), 28 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/11/14911/4 -- To view, visit http://gerrit.cloudera.org:8080/14911 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I131b9ed27617274c1210a1678c1fdf7307b7edcc Gerrit-Change-Number: 14911 Gerrit-PatchSet: 4 Gerrit-Owner: ZhangYao <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Tidy Bot (241) Gerrit-Reviewer: ZhangYao <[email protected]>
