Hello Tidy Bot, Alexey Serbin, Yuqi Du, Ashwani Raina, Yingchun Lai, Yifan 
Zhang, Kudu Jenkins, KeDeng,

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/19584

to look at the new patch set (#10).

Change subject: [KUDU-3452] A tool to report on table creation progress
......................................................................

[KUDU-3452] A tool to report on table creation progress

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: --show_in_flight_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 the table's state.

The following is an output example:
NoEnoughTServersTable id:3c56ed6c159f4b35885912c34259de46
num_tablets:1 num_creating_tablets:1 state:RUNNING

AddNewPartitionTable id:6c2209cc62af4398a60ebdc8f26050f3
num_tablets:2 num_creating_tablets:1 state:ALTERING

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/catalog_manager.h
M src/kudu/master/master.proto
M src/kudu/tools/kudu-tool-test.cc
M src/kudu/tools/tool.proto
M src/kudu/tools/tool_action_table.cc
8 files changed, 292 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/84/19584/10
--
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: newpatchset
Gerrit-Change-Id: I348b69f48e6ce36ed869097f9f798c5946136de5
Gerrit-Change-Number: 19584
Gerrit-PatchSet: 10
Gerrit-Owner: Wang Xixu <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Ashwani Raina <[email protected]>
Gerrit-Reviewer: KeDeng <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Tidy Bot (241)
Gerrit-Reviewer: Wang Xixu <[email protected]>
Gerrit-Reviewer: Yifan Zhang <[email protected]>
Gerrit-Reviewer: Yingchun Lai <[email protected]>
Gerrit-Reviewer: Yuqi Du <[email protected]>

Reply via email to