Hello Tidy Bot, Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/18830
to look at the new patch set (#2).
Change subject: [API] online local tablet copying service
......................................................................
[API] online local tablet copying service
Kudu tool can copy local tablet from a disk to another disk to make data
balance.
But before using this tool, kudu master or tablet server must be stopped. If the
data size of a tablet is very large, kudu master or tablet server will be
stopped
a long time.
Therefore this patch supports copying tablet online. kudu tablet server no need
to be stopped.
Change-Id: I697fba504670a07f92c440064ee2fddfd6662257
---
M src/kudu/tablet/tablet_replica.h
M src/kudu/tools/tool_action_local_replica.cc
M src/kudu/tserver/CMakeLists.txt
A src/kudu/tserver/tablet_copier.cc
A src/kudu/tserver/tablet_copier.h
M src/kudu/tserver/tablet_copy.proto
M src/kudu/tserver/tablet_copy_service-test.cc
M src/kudu/tserver/tablet_copy_service.cc
M src/kudu/tserver/tablet_copy_service.h
9 files changed, 410 insertions(+), 171 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/30/18830/2
--
To view, visit http://gerrit.cloudera.org:8080/18830
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I697fba504670a07f92c440064ee2fddfd6662257
Gerrit-Change-Number: 18830
Gerrit-PatchSet: 2
Gerrit-Owner: Wang Xixu <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Tidy Bot (241)