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

log exception stack

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