return;
List<AntiEntropyService.RepairFuture> futures = new ArrayList<AntiEntropyService.RepairFuture>();
for (Range<Token> range : getLocalPrimaryRanges())
{
RepairFuture future = forceTableRepair(range, tableName, isSequential, isLocal, columnFamilies);
if (future != null)
futures.add(future);
}
if (futures.isEmpty())
return;