NO-JIRA - ensure stack trace in incuded with exception that terminates data file appender thread

This commit is contained in:
gtully 2016-10-07 16:26:07 +01:00
parent 8493f6b4d7
commit 538ed74510
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ class DataFileAppender implements FileAppender {
signalDone(wb);
}
} catch (IOException e) {
logger.info("Journal failed while writing at: " + wb.offset);
logger.warn("Journal failed while writing at: " + wb.dataFile.getDataFileId() + ":" + wb.offset, e);
synchronized (enqueueMutex) {
firstAsyncException = e;
if (wb != null) {