You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/06/26 08:49:25 UTC

[GitHub] [rocketmq] mxsm opened a new issue #3089: Print log format is incorrect in NettyRemotingAbstract class

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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq] francisoliverlee commented on issue #3089: Print log format is incorrect in NettyRemotingAbstract class

Posted by GitBox <gi...@apache.org>.
francisoliverlee commented on issue #3089:
URL: https://github.com/apache/rocketmq/issues/3089#issuecomment-868977750


   it's very welcome u to make a PR to fix it


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq] vongosling closed issue #3089: Print log format is incorrect in NettyRemotingAbstract class

Posted by GitBox <gi...@apache.org>.
vongosling closed issue #3089:
URL: https://github.com/apache/rocketmq/issues/3089


   


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq] vongosling closed issue #3089: Print log format is incorrect in NettyRemotingAbstract class

Posted by GitBox <gi...@apache.org>.
vongosling closed issue #3089:
URL: https://github.com/apache/rocketmq/issues/3089


   


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org