You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2019/11/16 00:12:36 UTC

[GitHub] [hadoop-ozone] bharatviswa504 commented on a change in pull request #189: HDDS-2514. removed unused method param

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org