We have a three node cluster running in AWS environment. Nodes are located on different AZs for availability. All nodes are in a same VPC and in same security groups that allows all traffic between nodes. The snitch has been defined as Ec2Snitch. Cassandra version is 3.2.1.
What might be the reasoning for hints created every ten seconds in some of the nodes even if all nodes are up and running? The system.log is practically floated with messages like below. However, no related warnings or errors can be found in the system.log. The amount of data written to the cluster is currently very modest and loads are very low.
The issue came up since the version 3.2.1 is not deleting the crc32 files related to the hints correctly and we run out of inodes in our file system.
INFO [HintsDispatcher:2] 2017-08-02 13:13:42,765 HintsDispatchExecutor.java:252 - Finished hinted handoff of file 4c3e3e47-fcc2-4bff-a3a7-e2560f024173-1501679605217-1.hints to endpoint 4c3e3e47-fcc2-4bff-a3a7-e2560f024173
Any ideas for further investigation of the root cause?