Alexey Serbin has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/17526 )

Change subject: WIP KUDU-3265 txn-related options to 'kudu perf loadgen'
......................................................................


Patch Set 1:

(1 comment)

http://gerrit.cloudera.org:8080/#/c/17526/1/src/kudu/tools/tool_action_perf.cc
File src/kudu/tools/tool_action_perf.cc:

http://gerrit.cloudera.org:8080/#/c/17526/1/src/kudu/tools/tool_action_perf.cc@501
PS1, Line 501:   const auto per_thread_limit = numeric_limits<int64_t>::max() /
> warning: Division by zero [clang-analyzer-core.DivideZero]
It cannot be division by zero because of

  CHECK_LT(0, num_key_columns);
  CHECK_LT(0, FLAGS_num_threads);

above.



--
To view, visit http://gerrit.cloudera.org:8080/17526
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I73750af589d432c6ae973439264f55c08a327aa7
Gerrit-Change-Number: 17526
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Tidy Bot (241)
Gerrit-Comment-Date: Fri, 28 May 2021 07:14:13 +0000
Gerrit-HasComments: Yes

Reply via email to