未验证 提交 7c364687 编写于 作者: M mxsm 提交者: GitHub

[ISSUE #3089] fix Print log format is incorrect in NettyRemotingAbstract class (#3126)

上级 65915891
...@@ -553,7 +553,7 @@ public abstract class NettyRemotingAbstract { ...@@ -553,7 +553,7 @@ public abstract class NettyRemotingAbstract {
throw new RemotingTooMuchRequestException("invokeOnewayImpl invoke too fast"); throw new RemotingTooMuchRequestException("invokeOnewayImpl invoke too fast");
} else { } else {
String info = String.format( String info = String.format(
"invokeOnewayImpl tryAcquire semaphore timeout, %dms, waiting thread nums: %d semaphoreAsyncValue: %d", "invokeOnewayImpl tryAcquire semaphore timeout, %dms, waiting thread nums: %d semaphoreOnewayValue: %d",
timeoutMillis, timeoutMillis,
this.semaphoreOneway.getQueueLength(), this.semaphoreOneway.getQueueLength(),
this.semaphoreOneway.availablePermits() this.semaphoreOneway.availablePermits()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册