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 2020/01/09 23:20:57 UTC

[GitHub] [hadoop-ozone] anuengineer commented on a change in pull request #405: HDDS-2763. Handle Datanode registration in Recon.

anuengineer commented on a change in pull request #405: HDDS-2763. Handle Datanode registration in Recon.
URL: https://github.com/apache/hadoop-ozone/pull/405#discussion_r365002874
 
 

 ##########
 File path: hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/recon/ReconConfigKeys.java
 ##########
 @@ -32,9 +32,11 @@ private ReconConfigKeys() {
 
   public static final String OZONE_RECON_DATANODE_ADDRESS_KEY =
       "ozone.recon.datanode.address";
+  public static final String OZONE_RECON_ADDRESS_KEY =
+      "ozone.recon.address";
   public static final String OZONE_RECON_DATANODE_BIND_HOST_KEY =
       "ozone.recon.datanode.bind.host";
   public static final String OZONE_RECON_DATANODE_BIND_HOST_DEFAULT =
       "0.0.0.0";
-  public static final int OZONE_RECON_DATANODE_PORT_DEFAULT = 9865;
+  public static final int OZONE_RECON_DATANODE_PORT_DEFAULT = 9891;
 
 Review comment:
   This is already committed? Should we remove this change from here ? 
   

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