throw new IOException(MessageFormat.format(
"Failed to initialize Direct I/O for \"{0}\", please check configuration ({1})",
resolvedRootPath,
findExtraConfiguration()), e);
} catch (InterruptedException e) {
throw (IOException) new InterruptedIOException("interrupted").initCause(e);
}
this.fullPath = resolvedRootPath;
this.containerPath = repo.getContainerPath(resolvedRootPath);
this.basePath = repo.getComponentPath(resolvedRootPath);
LOG.debug("Direct I/O Mapping: {} -> id={}", resolvedRootPath, id);