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/01/31 06:04:01 UTC

[GitHub] Hoolefu commented on a change in pull request #740: [ISSUE#728][ISSUE#728] check ChannelHandlerContext whether is null

Hoolefu commented on a change in pull request #740: [ISSUE#728][ISSUE#728] check ChannelHandlerContext whether is null
URL: https://github.com/apache/rocketmq/pull/740#discussion_r252543608
 
 

 ##########
 File path: namesrv/src/main/java/org/apache/rocketmq/namesrv/processor/DefaultRequestProcessor.java
 ##########
 @@ -517,13 +521,6 @@ private RemotingCommand updateConfig(ChannelHandlerContext ctx, RemotingCommand
                 return response;
             }
 
-            if (bodyStr == null) {
 
 Review comment:
   line 512 has init bodyStr

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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