Wang Xixu has uploaded this change for review. ( http://gerrit.cloudera.org:8080/19584
Change subject: [KUDU-3452] A tool to show creating tables ...................................................................... [KUDU-3452] A tool to show creating tables When creating a new table or partition, new tablets will be created. If the healthy tablet servers are not enough to create multiple replicas. The creating task will retry continuously for a long time. Therefore it needs a tool to show the creating tables. And users can decide to cancel the creating tasks or not. This patch adds a new flag: --list_creating_tables for command: kudu table list to show the creating tables. It will show the table id, table name, the number of total tablets, the number of creating tables and state. Change-Id: I348b69f48e6ce36ed869097f9f798c5946136de5 --- M src/kudu/client/client-internal.cc M src/kudu/client/client-internal.h M src/kudu/master/catalog_manager.cc M src/kudu/master/master.proto M src/kudu/tools/kudu-admin-test.cc M src/kudu/tools/tool.proto M src/kudu/tools/tool_action_table.cc 7 files changed, 223 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/84/19584/1 -- To view, visit http://gerrit.cloudera.org:8080/19584 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I348b69f48e6ce36ed869097f9f798c5946136de5 Gerrit-Change-Number: 19584 Gerrit-PatchSet: 1 Gerrit-Owner: Wang Xixu <[email protected]>
