Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/13373
Change subject: [tool] update type of loadgen's --num_rows_per_thread flag ...................................................................... [tool] update type of loadgen's --num_rows_per_thread flag This patch updates the type of the --num_rows_per_thread command-line flag, changing it from unsigned. With that, the value of 0 is not a special value for this flag anymore. Instead, any negative value for this flag now means 'as many rows per thread as possible'. With this change, it's now possible to use the 'kudu perf loadgen' CLI tool to create empty tables, which is useful in various test scenarios. Change-Id: I2712ac7678c9cfd9359629f11df3a86dd727997d --- M src/kudu/tools/kudu-tool-test.cc M src/kudu/tools/tool_action_perf.cc 2 files changed, 67 insertions(+), 23 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/73/13373/1 -- To view, visit http://gerrit.cloudera.org:8080/13373 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I2712ac7678c9cfd9359629f11df3a86dd727997d Gerrit-Change-Number: 13373 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
