You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Will Berkeley (Code Review)" <ge...@cloudera.org> on 2017/07/10 16:13:42 UTC

[kudu-CR] [docs] Add instructions for relocating a tablet

Will Berkeley has uploaded a new change for review.

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

Change subject: [docs] Add instructions for relocating a tablet
......................................................................

[docs] Add instructions for relocating a tablet

One of the most common questions about Kudu concerns how to move
tablets one from server to another. This adds some quick
instructions in the docs for how to do so. I've experimented
with this a good bit and I'm confident it's a good procedure;
additionally, the core logic is tested in kudu-admin-test.cc.

Change-Id: I8110938a0a81c254f79069997bd3dd906ef49835
---
M docs/administration.adoc
1 file changed, 44 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/85/7385/1
-- 
To view, visit http://gerrit.cloudera.org:8080/7385
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8110938a0a81c254f79069997bd3dd906ef49835
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Will Berkeley <wd...@gmail.com>

[kudu-CR] [docs] Add instructions for relocating a tablet

Posted by "Will Berkeley (Code Review)" <ge...@cloudera.org>.
Will Berkeley has abandoned this change.

Change subject: [docs] Add instructions for relocating a tablet
......................................................................


Abandoned

Taking Todd's advice to make this process a tool. See http://gerrit.cloudera.org:8080/7444

-- 
To view, visit http://gerrit.cloudera.org:8080/7385
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: abandon
Gerrit-Change-Id: I8110938a0a81c254f79069997bd3dd906ef49835
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Will Berkeley <wd...@gmail.com>
Gerrit-Reviewer: Jean-Daniel Cryans <jd...@apache.org>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Mike Percy <mp...@apache.org>
Gerrit-Reviewer: Todd Lipcon <to...@apache.org>

[kudu-CR] [docs] Add instructions for relocating a tablet

Posted by "Mike Percy (Code Review)" <ge...@cloudera.org>.
Mike Percy has posted comments on this change.

Change subject: [docs] Add instructions for relocating a tablet
......................................................................


Patch Set 1:

I talked to Will about this today in person and we think a tool is possible. It may be a little fragile until we implement PRE_VOTER but we can make it come with various checks and warnings so administrators know to be careful with it.

-- 
To view, visit http://gerrit.cloudera.org:8080/7385
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I8110938a0a81c254f79069997bd3dd906ef49835
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Will Berkeley <wd...@gmail.com>
Gerrit-Reviewer: Jean-Daniel Cryans <jd...@apache.org>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Mike Percy <mp...@apache.org>
Gerrit-Reviewer: Todd Lipcon <to...@apache.org>
Gerrit-HasComments: No

[kudu-CR] [docs] Add instructions for relocating a tablet

Posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org>.
Todd Lipcon has posted comments on this change.

Change subject: [docs] Add instructions for relocating a tablet
......................................................................


Patch Set 1:

could we just build this as a tool which does the whole workflow for us including the safety checks, waiting for completion, etc? even if it's just doing the same steps internally, it seems like it would be easier for people to use, and will be easier to update when we add new roles such as PRE_VOTER, etc.

-- 
To view, visit http://gerrit.cloudera.org:8080/7385
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I8110938a0a81c254f79069997bd3dd906ef49835
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Will Berkeley <wd...@gmail.com>
Gerrit-Reviewer: Jean-Daniel Cryans <jd...@apache.org>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Mike Percy <mp...@apache.org>
Gerrit-Reviewer: Todd Lipcon <to...@apache.org>
Gerrit-HasComments: No