Skip to content

Commit

Permalink
[ISSUE#3983] Optimize warn log output when sending exceptions are enc…
Browse files Browse the repository at this point in the history
…ountered.
  • Loading branch information
XiaoyiPeng committed Mar 14, 2022
1 parent 40d9505 commit bed2b3c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -630,9 +630,6 @@ private SendResult sendDefaultImpl(
this.updateFaultItem(mq.getBrokerName(), endTimestamp - beginTimestampPrev, false);
log.warn(String.format("sendKernelImpl exception, throw exception, InvokeID: %s, RT: %sms, Broker: %s", invokeID, endTimestamp - beginTimestampPrev, mq), e);
log.warn(msg.toString());

log.warn("sendKernelImpl exception", e);
log.warn(msg.toString());
throw e;
}
} else {
Expand Down

0 comments on commit bed2b3c

Please sign in to comment.