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 2019/09/23 02:43:31 UTC

[GitHub] [rocketmq] keranbingaa opened a new issue #1477: loginfo is ambiguity when visiting namesrv

keranbingaa opened a new issue #1477: loginfo is ambiguity when visiting namesrv
URL: https://github.com/apache/rocketmq/issues/1477
 
 
   **BUG REPORT**
   
   1. Please describe the issue you observed:
   When client wants to get some info such as topicinfo from namesrv,  it call invokeSync in NettyRemotingClient.java, and the parameter addr is null. When some exception occur, the log which contains the parameter addr will be "the channel [null]", it's ambiguity and misleading.
   
   2. Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc):
   don't use the parameter addr in log.
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services