mxsm opened a new issue #3089:
URL: https://github.com/apache/rocketmq/issues/3089


   In NettyRemotingAbstract  function of invokeOnewayImpl log print:
   
![image](https://user-images.githubusercontent.com/15797831/123507759-cd72e280-d69d-11eb-8512-c46b9fa36261.png)
   and  function of invokeAsyncImpl  log print:
   
![image](https://user-images.githubusercontent.com/15797831/123507788-03b06200-d69e-11eb-8b24-d11f52fbe8c4.png)
   
   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]


Reply via email to