mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-1.2' into cassandra-2.0
This commit is contained in:
commit
e7ec65f662
|
|
@ -554,8 +554,7 @@ public class CompactionManager implements CompactionManagerMBean
|
|||
logger.debug("Expected bloom filter size : " + expectedBloomFilterSize);
|
||||
|
||||
logger.info("Cleaning up " + sstable);
|
||||
// Calculate the expected compacted filesize
|
||||
long expectedRangeFileSize = cfs.getExpectedCompactedFileSize(Arrays.asList(sstable), OperationType.CLEANUP);
|
||||
|
||||
File compactionFileLocation = cfs.directories.getDirectoryForNewSSTables();
|
||||
if (compactionFileLocation == null)
|
||||
throw new IOException("disk full");
|
||||
|
|
|
|||
Loading…
Reference in New Issue