Hello Tidy Bot, Kudu Jenkins, I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/9393 to look at the new patch set (#2). Change subject: KUDU-2290: Tool to re-create a tablet ...................................................................... KUDU-2290: Tool to re-create a tablet This adds a tool `kudu tablet replace_tablet` that can be used to replace a tablet with another having the same partition information. Any data in the replaced tablet is lost. This tool is useful when a tablet is has permanently lost all replicas because it can repair the tablet's table. Before, the table would have to be recreated to recover from a permanently lost tablet. Change-Id: Ifbefbde68e3ca724f04efe0426a3906e5c33ed3c --- M src/kudu/client/client-internal.cc M src/kudu/integration-tests/cluster_itest_util.h 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_service.cc M src/kudu/master/master_service.h M src/kudu/tools/kudu-tool-test.cc M src/kudu/tools/tool_action_common.cc M src/kudu/tools/tool_action_tablet.cc 10 files changed, 318 insertions(+), 5 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/93/9393/2 -- To view, visit http://gerrit.cloudera.org:8080/9393 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: Ifbefbde68e3ca724f04efe0426a3906e5c33ed3c Gerrit-Change-Number: 9393 Gerrit-PatchSet: 2 Gerrit-Owner: Will Berkeley <wdberke...@gmail.com> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Tidy Bot Gerrit-Reviewer: Will Berkeley <wdberke...@gmail.com>