Wang Xixu has uploaded this change for review. ( http://gerrit.cloudera.org:8080/21527
Change subject: [Tool] Limit table copying speed ...................................................................... [Tool] Limit table copying speed Migrating data to another Kudu cluster using CLI command 'kudu table copy' When the data is very large, it may cause memory pressure or run out the network bandwidth. To reduce the affect on other service, it is better to limit the copying speed. This patch introduces two parameter: --table_copy_throttler_bytes_per_sec and --table_copy_throttler_burst_factor to limit the table copying speed. Change-Id: I37d23f6f5158618f91b67528e152cf2ff4cf38f3 --- M src/kudu/tools/kudu-tool-test.cc M src/kudu/tools/table_scanner.cc M src/kudu/tools/table_scanner.h M src/kudu/tools/tool_action_table.cc 4 files changed, 78 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/27/21527/1 -- To view, visit http://gerrit.cloudera.org:8080/21527 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I37d23f6f5158618f91b67528e152cf2ff4cf38f3 Gerrit-Change-Number: 21527 Gerrit-PatchSet: 1 Gerrit-Owner: Wang Xixu <[email protected]>
