You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by GitBox <gi...@apache.org> on 2019/11/21 16:10:45 UTC

[GitHub] [storm] srdo commented on a change in pull request #3169: STORM-3540 fix Pacemaker connection issues

srdo commented on a change in pull request #3169: STORM-3540 fix Pacemaker connection issues
URL: https://github.com/apache/storm/pull/3169#discussion_r349176921
 
 

 ##########
 File path: storm-client/src/jvm/org/apache/storm/pacemaker/codec/ThriftNettyClientCodec.java
 ##########
 @@ -72,7 +72,7 @@ protected void initChannel(Channel ch) throws Exception {
                 throw new RuntimeException(e);
             }
         } else {
-            client.channelReady(ch);
+            // no work for AuthMethod.NONE
 
 Review comment:
   Consider removing the else block entirely

----------------------------------------------------------------
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