Description
Widely divergent write rates on column families can cause the commit log segments to fragment. In some cases we have seen the commit log partition overrun.
One solution here would be to create a heuristic for segment fragmentation to trigger a flush (commit log segments/memtable) or simply track the free disk space and force a global flush when the disk gets to 80% capacity.