Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/14601 )
Change subject: KUDU-2986 p2: adjust the 'live_row_count' metric in master's Web UI ...................................................................... KUDU-2986 p2: adjust the 'live_row_count' metric in master's Web UI Hide the 'live_row_count' metric in the master's Web UI while there is any tablet which doesn't support live row count. And unhide it after the legacy tablets are all deleted. http://master:8051/metrics?ids=5448c0a8658f467ea373d9044d567011 [ { "type": "table", "id": "5448c0a8658f467ea373d9044d567011", "attributes": { "table_name": "testtable" }, "metrics": [ { "name": "on_disk_size", "value": 8417243 } ] } ] Change-Id: I4c7ac5ca7e8ce9dcc37035a7bc46ca69060d6533 Reviewed-on: http://gerrit.cloudera.org:8080/14601 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> --- M src/kudu/master/catalog_manager.cc M src/kudu/master/master-test.cc M src/kudu/util/metrics.h 3 files changed, 106 insertions(+), 10 deletions(-) Approvals: Kudu Jenkins: Verified Alexey Serbin: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/14601 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I4c7ac5ca7e8ce9dcc37035a7bc46ca69060d6533 Gerrit-Change-Number: 14601 Gerrit-PatchSet: 11 Gerrit-Owner: helifu <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Yifan Zhang <[email protected]> Gerrit-Reviewer: helifu <[email protected]>
