This is an automated email from the ASF dual-hosted git repository.
tasanuma pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.2 by this push:
new 8e27d6b HDFS-14838. RBF: Display RPC (instead of HTTP) Port Number in
RBF web UI. Contributed by Xieming Li
8e27d6b is described below
commit 8e27d6b4c9de33f6c86246b9fb36a3fc0ddabad4
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]