-
Notifications
You must be signed in to change notification settings - Fork 634
The default write coalescing configuration increases CPU utilization #1191
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
Comments
I have the same issue, high CPU without traffic. |
Same issue with the CPU utilization
|
@IvanSafonov use This is related to golang/go#27707 |
@nejordan15 and you should probably wait till #1198 is fixed too, but with the current master the CPU usage should be down. |
Please answer these questions before submitting your issue. Thanks!
What version of Cassandra are you using?
What version of Gocql are you using?
Master (5a139e)
What did you do?
Create a session with the default
WriteCoalesceWaitTime
value in an application server, run a few queries, then do nothing but wait for incoming requests.What did you expect to see?
I expected to see very small CPU utilization.
What did you see instead?
Instead, I saw a much larger CPU utilization. I bisected this down to write coalescing (#1175). Before this commit I see the expected CPU utilization. I can also set
WriteCoalesceWaitTime
to zero and see the same small CPU utilization.If you are having connectivity related issues please share the following additional information
Describe your Cassandra cluster
please provide the following information
nodetool status
SELECT peer, rpc_address FROM system.peers
gocql_debug
tag and post the outputThe text was updated successfully, but these errors were encountered: