You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/08/25 20:50:40 UTC

[kudu-CR] WIP: ts-cli: add commands to trigger step-down and copying tablets

Hello Kudu Jenkins,

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

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

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

Change subject: WIP: ts-cli: add commands to trigger step-down and copying tablets
......................................................................

WIP: ts-cli: add commands to trigger step-down and copying tablets

With these I was able to recover a "stuck" tablet on a test cluster.

Change-Id: I94fd59c307d4f5d921d5975a19ca1f3116c6ff70
---
M src/kudu/tools/ts-cli.cc
1 file changed, 93 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/82/3582/2
-- 
To view, visit http://gerrit.cloudera.org:8080/3582
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I94fd59c307d4f5d921d5975a19ca1f3116c6ff70
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <to...@apache.org>
Gerrit-Reviewer: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Dan Burkert <da...@cloudera.com>
Gerrit-Reviewer: Jean-Daniel Cryans <jd...@apache.org>
Gerrit-Reviewer: Kudu Jenkins