Wang Xixu has uploaded this change for review. ( http://gerrit.cloudera.org:8080/19479
Change subject: [Tool] Limit tablets copying speed ...................................................................... [Tool] Limit tablets copying speed Copying tablets from a remote cluster to local cluster will not limit the network speed. Sometimes, it will cause network jam when the data is every large. Other services will be disturbed. Therefore, it needs to limit the tables copying speed. This patch uses token bucket algorithm to implement a network limiter. One host owns one token bucket. Change-Id: I1f4834bfb0718a2b6b1d946975287a11f6be1fe3 --- M CMakeLists.txt A cmake_modules/FindDoubleConversion.cmake A cmake_modules/FindFmt.cmake A cmake_modules/FindFolly.cmake A cmake_modules/FindLibEvent.cmake M src/kudu/tools/kudu-tool-test.cc M src/kudu/tools/tool_action_local_replica.cc M src/kudu/tserver/tablet_copy_client.cc M src/kudu/tserver/tablet_copy_client.h M thirdparty/build-definitions.sh M thirdparty/build-thirdparty.sh M thirdparty/download-thirdparty.sh M thirdparty/vars.sh 13 files changed, 337 insertions(+), 5 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/79/19479/1 -- To view, visit http://gerrit.cloudera.org:8080/19479 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I1f4834bfb0718a2b6b1d946975287a11f6be1fe3 Gerrit-Change-Number: 19479 Gerrit-PatchSet: 1 Gerrit-Owner: Wang Xixu <[email protected]>
