helifu has uploaded this change for review. ( http://gerrit.cloudera.org:8080/13571
Change subject: KUDU-2797: the master aggregates tablet metrics ...................................................................... KUDU-2797: the master aggregates tablet metrics There are some jiras are talking about metrics: KUDU-1067, KUDU-1373, KUDU-2019, KUDU-2797. In this patch, tablet disk size and live row counts are aggregated on the master and displayed on the 'TablePage'. And on this basis, we can expose this information to Impala to optimize the execution plan. Change-Id: I74406ab7cca7c22fda455c328b8ee9989a6b2d99 update Change-Id: I638626a885716a56d1c1ae6c64883e41d7c5e1f5 --- M src/kudu/master/catalog_manager.cc M src/kudu/master/catalog_manager.h M src/kudu/master/master.proto M src/kudu/master/master_path_handlers.cc M src/kudu/tserver/heartbeater.cc M src/kudu/tserver/heartbeater.h M src/kudu/tserver/ts_tablet_manager-test.cc M src/kudu/tserver/ts_tablet_manager.cc M www/table.mustache 9 files changed, 285 insertions(+), 23 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/71/13571/1 -- To view, visit http://gerrit.cloudera.org:8080/13571 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I638626a885716a56d1c1ae6c64883e41d7c5e1f5 Gerrit-Change-Number: 13571 Gerrit-PatchSet: 1 Gerrit-Owner: helifu <[email protected]>
