You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found that the error arises 99% of the times due to problems with the garbage collection.
Apparently cassandra has problem in handling timeouts derived from GC pauses, and queries like this have generates some issues.
The best way to solve this is to tune the GC parameters when running with cassandra in embedded mode.
Here what worked for me (pay attention to the -Xms option as well!):
I'm searching for nodes in a graph with
~21M
nodes (single machine, 24 cores, 120GB RAM), the query is the followingthere are no indexes involved.
I get the following exception
but with no stack trace or any other info.
I do not find anything in the Cassandra log either.
How do I investigate this?
Should I tune some configuration parameter?
The text was updated successfully, but these errors were encountered: