Description
nodetool compactionhistory keeps data for 1 week by default and creates a table from the result set in memory.
For many systems a week can generate 10's of thousands of compactions in this time (esp with LCS) we should guard against this command allocating too much memory.
Attachments
Issue Links
- relates to
-
CASSANDRA-5078 save compaction merge counts in a system table
- Resolved