Jim Witschey created CASSANDRA-9595:
---------------------------------------
Summary: Compacting an empty table sometimes doesn't delete
SSTables in 2.0 with LCS
Key: CASSANDRA-9595
URL: https://issues.apache.org/jira/browse/CASSANDRA-9595
Project: Cassandra
Issue Type: Bug
Reporter: Jim Witschey
Fix For: 2.0.x
On 2.0, when compaction is run on a table with all rows deleted and configured
with LCS, sometimes SSTables remain on disk afterwards. This causes one of our
dtests to fail periodically, for instance
[here|http://cassci.datastax.com/view/cassandra-2.0/job/cassandra-2.0_dtest/68/testReport/compaction_test/TestCompaction_with_LeveledCompactionStrategy/sstable_deletion_test/].
This can be reproduced in dtests with
{code}
CASSANDRA_VERSION=git:cassandra-2.0 nosetests
./compaction_test.py:TestCompaction_with_LeveledCompactionStrategy.sstable_deletion_test
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)