Merge branch 'cassandra-2.1.0' into cassandra-2.1

This commit is contained in:
Jason Brown 2014-07-07 06:34:56 -07:00
commit 0b54c4e500
1 changed files with 2 additions and 1 deletions

View File

@ -398,7 +398,8 @@ public class CompactionManager implements CompactionManagerMBean
Collection<SSTableReader> validatedForRepair,
long repairedAt) throws InterruptedException, ExecutionException, IOException
{
logger.info("Starting anticompaction for ranges {}", ranges);
logger.info("Starting anticompaction");
logger.debug("Starting anticompaction for ranges {}", ranges);
Set<SSTableReader> sstables = new HashSet<>(validatedForRepair);
Set<SSTableReader> mutatedRepairStatuses = new HashSet<>();
Set<SSTableReader> nonAnticompacting = new HashSet<>();