I got into the same issue, all my threads are blocked, and this is my thread dump Thread 12258: (state = BLOCKED)
- ch.qos.logback.core.util.CachingDateFormatter.format(long) @bci=3, line=45 (Compiled frame)
- ch.qos.logback.classic.pattern.DateConverter.convert(ch.qos.logback.classic.spi.ILoggingEvent) @bci=12, line=61 (Compiled frame)
- ch.qos.logback.classic.pattern.DateConverter.convert(java.lang.Object) @bci=5, line=23 (Compiled frame)
- ch.qos.logback.core.pattern.FormattingConverter.write(java.lang.StringBuilder, java.lang.Object) @bci=2, line=36 (Compiled frame)
- ch.qos.logback.core.pattern.PatternLayoutBase.writeLoopOnConverters(java.lang.Object) @bci=23, line=115 (Compiled frame)
- ch.qos.logback.classic.PatternLayout.doLayout(ch.qos.logback.classic.spi.ILoggingEvent) @bci=12, line=141 (Compiled frame)
- ch.qos.logback.classic.PatternLayout.doLayout(java.lang.Object) @bci=5, line=39 (Compiled frame)
- ch.qos.logback.core.encoder.LayoutWrappingEncoder.encode(java.lang.Object) @bci=5, line=115 (Compiled frame)
- ch.qos.logback.core.OutputStreamAppender.subAppend(java.lang.Object) @bci=29, line=230 (Compiled frame)
- ch.qos.logback.core.rolling.RollingFileAppender.subAppend(java.lang.Object) @bci=40, line=235 (Compiled frame)
- ch.qos.logback.core.OutputStreamAppender.append(java.lang.Object) @bci=10, line=102 (Compiled frame)
- ch.qos.logback.core.UnsynchronizedAppenderBase.doAppend(java.lang.Object) @bci=123, line=84 (Compiled frame)
- ch.qos.logback.core.spi.AppenderAttachableImpl.appendLoopOnAppenders(java.lang.Object) @bci=32, line=51 (Compiled frame)
- ch.qos.logback.classic.Logger.appendLoopOnAppenders(ch.qos.logback.classic.spi.ILoggingEvent) @bci=12, line=270 (Compiled frame)
- ch.qos.logback.classic.Logger.callAppenders(ch.qos.logback.classic.spi.ILoggingEvent) @bci=11, line=257 (Compiled frame)
- ch.qos.logback.classic.Logger.buildLoggingEventAndAppend(java.lang.String, org.slf4j.Marker, ch.qos.logback.classic.Level, java.lang.String, java.lang.Object[], java.lang.Throwable) @bci=27, line=421 (Compiled frame)
- ch.qos.logback.classic.Logger.filterAndLog_1(java.lang.String, org.slf4j.Marker, ch.qos.logback.classic.Level, java.lang.String, java.lang.Object, java.lang.Throwable) @bci=64, line=398 (Compiled frame)
- ch.qos.logback.classic.Logger.info(java.lang.String, java.lang.Object) @bci=11, line=583 (Compiled frame)
- java.util.concurrent.Executors$RunnableAdapter.call() @bci=4, line=511 (Compiled frame)
- java.util.concurrent.FutureTask.runAndReset() @bci=47, line=308 (Compiled frame)
- java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask) @bci=1, line=180 (Compiled frame)
- java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run() @bci=37, line=294 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=95, line=1149 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=624 (Compiled frame)
- java.lang.Thread.run() @bci=11, line=748 (Compiled frame)
|