This is an automated email from the ASF dual-hosted git repository.

tasanuma pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 8d5460a  HDFS-14838. RBF: Display RPC (instead of HTTP) Port Number in 
RBF web UI. Contributed by Xieming Li
8d5460a is described below

commit 8d5460a045f6758cb7fb91a0e49bf763a093e75b
Author: Takanobu Asanuma <[email protected]>
AuthorDate: Wed Sep 11 16:54:08 2019 +0900

    HDFS-14838. RBF: Display RPC (instead of HTTP) Port Number in RBF web UI. 
Contributed by Xieming Li
    
    (cherry picked from commit c255333e20c9af6166db5931d70151011d540359)
---
 .../apache/hadoop/hdfs/server/federation/metrics/FederationMetrics.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/metrics/FederationMetrics.java
 
b/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/metrics/FederationMetrics.java
index 23f62b6..bf77286 100644
--- 
a/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/metrics/FederationMetrics.java
+++ 
b/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/metrics/FederationMetrics.java
@@ -526,7 +526,7 @@ public class FederationMetrics implements FederationMBean {
 
   @Override
   public String getHostAndPort() {
-    InetSocketAddress address = this.router.getHttpServerAddress();
+    InetSocketAddress address = this.router.getRpcServerAddress();
     if (address != null) {
       try {
         String hostname = InetAddress.getLocalHost().getHostName();


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

Reply via email to