Hello Tidy Bot, Alexey Serbin, Yuqi Du, Yingchun Lai, Kudu Jenkins, KeDeng,

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

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

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

Change subject: [Tool] Show the information of a tablet
......................................................................

[Tool] Show the information of a tablet

This tool is used to show the table name and all replicas on
different tablet servers according to the tablet id.

Sometimes, the log prints the tablet id when a query failed or
the system got something wrong. But it is difficult to find
useful information according to the tablet id.

This tool will be helpful for debuging. The following is an
example:

Command: kudu tablet info $master_address $tablet_id

The result is:
 ID  | Table Name | Tablet Server UUID | Host | Port | Is Leader
-----+------------+-------+-------+-------+----
 abc | test_table | xxxxx | host1 | 43689 | V
 abd | test_table | xxxx1 | host2 | 43035 | L
 dbe | test_table | xxxx2 | host3 | 35209 | V

Change-Id: Ib5ae5f61f50a44c4787843df76adaa61700ae9fe
---
M src/kudu/client/client.h
M src/kudu/tools/kudu-tool-test.cc
M src/kudu/tools/tool_action_tablet.cc
3 files changed, 134 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/01/19501/22
--
To view, visit http://gerrit.cloudera.org:8080/19501
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ib5ae5f61f50a44c4787843df76adaa61700ae9fe
Gerrit-Change-Number: 19501
Gerrit-PatchSet: 22
Gerrit-Owner: Wang Xixu <1450306...@qq.com>
Gerrit-Reviewer: Alexey Serbin <ale...@apache.org>
Gerrit-Reviewer: KeDeng <kdeng...@gmail.com>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Tidy Bot (241)
Gerrit-Reviewer: Wang Xixu <1450306...@qq.com>
Gerrit-Reviewer: Yingchun Lai <laiyingc...@apache.org>
Gerrit-Reviewer: Yuqi Du <shenxingwuy...@gmail.com>

Reply via email to