mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-2.1.0' into cassandra-2.1
This commit is contained in:
commit
0b54c4e500
|
|
@ -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<>();
|
||||
|
|
|
|||
Loading…
Reference in New Issue