Adar Dembo has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/14911 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Adar Dembo <[email protected]> --- 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(-) Approvals: Adar Dembo: Looks good to me, approved; Verified -- 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: merged Gerrit-Change-Id: I131b9ed27617274c1210a1678c1fdf7307b7edcc Gerrit-Change-Number: 14911 Gerrit-PatchSet: 5 Gerrit-Owner: ZhangYao <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Tidy Bot (241) Gerrit-Reviewer: ZhangYao <[email protected]>
