-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using memtier_benchmark version 2.1.2, a bug occurs where duplicate logs and incorrect data are occasionally printed. #284
Comments
|
|
Hi @Supergirlzjl not sure I understand. Do you refer to the fact that |
Yes, this is one of the questions. Another question is that repeated data is printed for some time, as shown below. In addition, I saw in the redis monitoring that the actual end time of the stress test is inconsistent with the time calculated through the log (4257 secs). Therefore, I suspect that the log printing is confused for some reason?
|
Sorry, I closed this issue by mistake. |
Using memtier_benchmark version 2.1.2, there is a bug of repeated log printing and incorrect data:
The command is as follows: nohup memtier_benchmark -s 10.71..80 -p 6379 -a 1234 --cluster-mode --print-percentiles 50,90,95,99,100 --random-data --randomize --distinct-client-seed --hide-histogram --key-minimum 1 --key-maximum 50000000 --key-prefix="type_set_preset_" --command="sadd key data" --command-ratio=1 --command-key-pattern=P -n 500000 -c 1 -t 100 -d 1024 --rate-limiting=200 > /root /logs/sadd-1.log 2>&1 &, the result is as follows
The text was updated successfully, but these errors were encountered: