mirror of
https://github.com/apache/activemq.git
synced 2025-02-06 18:18:58 +00:00
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…
x
Reference in New Issue
Block a user