-
Notifications
You must be signed in to change notification settings - Fork 225
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
The process cannot end automatically and will print logs indefinitely #285
Comments
This question is similar to #284, but the final result cannot be counted here, and the process cannot be terminated normally. |
|
Hi, @Supergirlzjl. Does the test not stop and continue to print the same line? |
yes |
@Supergirlzjl thanks, I think I found something. Do you remember if, in this case, the IP / Port you provided is for one of the slaves in the cluster? |
yes,I checked and it is indeed connected to the slave node |
When a connection disconnected, the timer event was not free, and cause the test to keep running forever. One of these cases is when we are starting the benchmark in cluster-mode and using the replica's ip/port.
Fixed in #286 |
We use the latest version 2.1.2 of memtier_benchmark. When using the --rate-limiting parameter, we find that the test occasionally fails to end normally. The log will be printed infinitely, and the process cannot be terminated normally and the data statistics cannot be output. Can you help me take a look at this problem?
The command is: 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 25000000 --key-prefix="type_set_preset_" --command="sadd key data" --command-ratio=1 --command-key-pattern=P -n 500000 -c 1 -t 50 -d 1024 --rate-limiting=200 > /root/ /logs/sadd-1.log 2>&1 &
The text was updated successfully, but these errors were encountered: