Wang Xixu has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18830
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, 408 insertions(+), 156 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/30/18830/1 -- 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: newchange Gerrit-Change-Id: I697fba504670a07f92c440064ee2fddfd6662257 Gerrit-Change-Number: 18830 Gerrit-PatchSet: 1 Gerrit-Owner: Wang Xixu <[email protected]>
