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