mirror of https://github.com/apache/activemq.git
NO-JIRA - ensure stack trace in incuded with exception that terminates data file appender thread
This commit is contained in:
parent
8493f6b4d7
commit
538ed74510
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue