Nodes seem to freeze after some period of time
Some portion of the JVM is being swapped out by the Linux operating system.
The DataStax Help Center also provides troubleshooting information.
Some portion of the JVM is being swapped out by the Linux operating system (OS).
Linux
Check your system.log for messages from the GCInspector. If the GCInspector is indicating that either the ParNew or ConcurrentMarkSweep collectors took longer than 15 seconds, there is a high probability that some portion of the JVM is being swapped out by the OS.
sudo swapoff --allTo make this change permanent, remove all swap file entries from /etc/fstab.
If the GCInspector isn't reporting very long GC times, but is reporting moderate times frequently (ConcurrentMarkSweep taking a few seconds very often) then it is likely that the JVM is experiencing extreme GC pressure and will eventually OOM. See Nodes are dying with OOM errors.