提交 92f2d038 编写于 作者: S sunbufu

log exception stack

上级 df35edf3
......@@ -415,7 +415,8 @@ public class ConsumeMessageConcurrentlyService implements ConsumeMessageService
RemotingHelper.exceptionSimpleDesc(e),
ConsumeMessageConcurrentlyService.this.consumerGroup,
msgs,
messageQueue);
messageQueue,
e);
hasException = true;
}
long consumeRT = System.currentTimeMillis() - beginTimestamp;
......
......@@ -491,7 +491,8 @@ public class ConsumeMessageOrderlyService implements ConsumeMessageService {
RemotingHelper.exceptionSimpleDesc(e),
ConsumeMessageOrderlyService.this.consumerGroup,
msgs,
messageQueue);
messageQueue,
e);
hasException = true;
} finally {
this.processQueue.getConsumeLock().unlock();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册