提交 707d1b85 编写于 作者: 斜阳

[ISSUE #2708] Client may submit wrong offset when network instability, add more log

上级 da589b19
......@@ -275,7 +275,7 @@ public class DefaultMQPushConsumerImpl implements MQConsumerInner {
offset = this.rebalanceImpl.computePullFromWhereWithException(pullRequest.getMessageQueue());
} catch (MQClientException e) {
this.executePullRequestLater(pullRequest, pullTimeDelayMillsWhenException);
log.error("Failed to compute pull offset", e);
log.error("Failed to compute pull offset, pullResult: {}", pullRequest, e);
return;
}
boolean brokerBusy = offset < pullRequest.getNextOffset();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册