I'm using cassandra 2.2.1
and noticed that after nodetool flush
commitlog files are not deleted (actually, may be some are, I didn't see, but commitlog dir is not empty).
What is happening during
nodetool flush
or just regular flush? Are all commitlog files supposed to be deleted during this process?Is data from commitlog used only during node repair or also during flush?