We have a Cassandra cluster (2.1.11) with 15 nodes, replication factor 3 on SSD drives.
One of the table occupies 12 TB. Both live disk space and total disk space are equivalent. I also verified this number is the same on Ops center, JMX reports, and actual folder size on the file system.
We're getting in short of space, so we have removed 35% of the entire data. (each entry has 104 bytes, so we removed billions of rows)
However, we have gained no free space at all, although we see a lot of compactions going on while we delete entries.
Since then, we ran nodetool repair / nodetool clean / restart process jvm, no luck.
Does anybody know any other thing I can do?