AccumuloConfiguration.getTableConfiguration(HdfsZooInstance.getInstance().getInstanceID(), table.toString()), dataCache, indexCache);
reservedFiles.add(reader);
readersReserved.put(reader, file);
} catch (Exception e) {
ProblemReports.getInstance().report(new ProblemReport(table.toString(), ProblemType.FILE_READ, file, e));
if (continueOnFailure) {
// release the permit for the file that failed to open
filePermits.release(1);
log.warn("Failed to open file " + file + " " + e.getMessage() + " continuing...");