mxsm opened a new issue #3089: URL: https://github.com/apache/rocketmq/issues/3089
In NettyRemotingAbstract function of invokeOnewayImpl log print:  and function of invokeAsyncImpl log print:  In invokeOnewayImpl log print It should be ` String info = String.format( "invokeOnewayImpl tryAcquire semaphore timeout, %dms, waiting thread nums: %d semaphoreOnewayValue: %d", timeoutMillis, this.semaphoreOneway.getQueueLength(), this.semaphoreOneway.availablePermits() ); ` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
