bharatviswa504 commented on a change in pull request #189: HDDS-2514. removed 
unused method param
URL: https://github.com/apache/hadoop-ozone/pull/189#discussion_r347058937
 
 

 ##########
 File path: 
hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/XceiverClientGrpc.java
 ##########
 @@ -148,11 +148,10 @@ public void connect(String encodedToken) throws 
Exception {
     DatanodeDetails dn = topologyAwareRead ? this.pipeline.getClosestNode() :
         this.pipeline.getFirstNode();
     // just make a connection to the picked datanode at the beginning
-    connectToDatanode(dn, encodedToken);
+    connectToDatanode(dn);
   }
 
-  private synchronized void connectToDatanode(DatanodeDetails dn,
-      String encodedToken) throws IOException {
+  private synchronized void connectToDatanode(DatanodeDetails dn) throws 
IOException {
 
 Review comment:
   Checkstyle longer line.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to