int count = scanServers(fileToServerMap);
long fileScanStop = System.currentTimeMillis();
log.info(String.format("Fetched %d files from %d servers in %.2f seconds", fileToServerMap.size(), count,
(fileScanStop - status.currentLog.started) / 1000.));
status.currentLog.candidates = fileToServerMap.size();
span.stop();
span = Trace.start("removeMetadataEntries");
try {
count = removeMetadataEntries(fileToServerMap, sortedWALogs, status);
} catch (Exception ex) {