XuQianJin-Stars commented on code in PR #4035:
URL: https://github.com/apache/bookkeeper/pull/4035#discussion_r1266820629
##########
tools/perf/src/main/java/org/apache/bookkeeper/tools/perf/table/PerfClient.java:
##########
@@ -106,7 +106,7 @@ public static class Flags extends CliFlags {
"-nk", "--num-keys"
},
description = "Number of the keys to test")
- public int numKeys = 1000000;
+ public long numKeys = 1000000L;
Review Comment:
> Why do we need this change?
run this cli command can throw error.
```
bin/bkperf 127.0.0.1:4181 table benchmark -mor 1000 -ns ns1 -t t_fill_seq -b
fillseq -nk 10000000000 -no 1000
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]