HeartSaVioR commented on a change in pull request #2996: STORM-3376: Set Server 
callback before opening Netty socket, so we do…
URL: https://github.com/apache/storm/pull/2996#discussion_r281015643
 
 

 ##########
 File path: 
storm-client/src/jvm/org/apache/storm/security/auth/plain/PlainSaslTransportPlugin.java
 ##########
 @@ -68,4 +68,9 @@ public TTransport connect(TTransport transport, String 
serverHost, String asUser
 
         return wrapperTransport;
     }
+
+    @Override
+    public void close() {
+        throw new UnsupportedOperationException("Not supported yet."); //To 
change body of generated methods, choose Tools | Templates.
 
 Review comment:
   remove unintended comment

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to