"Failed directio job cleanup: datasource={0} (job={1})",
id,
jobContext.getJobID()), e);
throw e;
} catch (InterruptedException e) {
throw (IOException) new InterruptedIOException(MessageFormat.format(
"Interrupted while cleanup transaction: {0}, (path={1})",
context.getTransactionId(),
containerPath)).initCause(e);
}
context.getCounter().add(1);