Hello Marton Greber, Zoltan Chovan, Zoltan Martonka, Attila Bukor, Kudu Jenkins, Abhishek Chennaka,
I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/21536 to look at the new patch set (#8). Change subject: [Tool] Retry failed table copying tasks ...................................................................... [Tool] Retry failed table copying tasks Copying a table with large data may cause some tasks to fail due to timeouts, memory pressure, etc.. It is not a good idea to copy the data from the beginning, that will cost a lot of time. As copying a table job will be splited into many copying tasks, it is better to retry when a copying task failed. This patch retries 3 times for every failed copying task. Change-Id: I712201178c1b34e5e14256063b66f0008fdc6007 --- M src/kudu/tools/kudu-tool-test.cc M src/kudu/tools/table_scanner.cc M src/kudu/tools/table_scanner.h 3 files changed, 61 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/36/21536/8 -- To view, visit http://gerrit.cloudera.org:8080/21536 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I712201178c1b34e5e14256063b66f0008fdc6007 Gerrit-Change-Number: 21536 Gerrit-PatchSet: 8 Gerrit-Owner: Wang Xixu <1450306...@qq.com> Gerrit-Reviewer: Abhishek Chennaka <achenn...@cloudera.com> Gerrit-Reviewer: Attila Bukor <abu...@apache.org> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <greber...@gmail.com> Gerrit-Reviewer: Wang Xixu <1450306...@qq.com> Gerrit-Reviewer: Zoltan Chovan <zcho...@cloudera.com> Gerrit-Reviewer: Zoltan Martonka <zmarto...@cloudera.com>