You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by so...@apache.org on 2023/02/15 16:16:22 UTC

[hadoop] branch trunk updated: HDFS-16761. Namenode UI for Datanodes page not loading if any data node is down (#5390)

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

sodonnell pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 4cbe19f3a22 HDFS-16761. Namenode UI for Datanodes page not loading if any data node is down (#5390)
4cbe19f3a22 is described below

commit 4cbe19f3a222576970e300db60a41f78545e9524
Author: Zita Dombi <50...@users.noreply.github.com>
AuthorDate: Wed Feb 15 17:16:04 2023 +0100

    HDFS-16761. Namenode UI for Datanodes page not loading if any data node is down (#5390)
---
 .../hadoop-hdfs-rbf/src/main/webapps/router/federationhealth.html        | 1 +
 hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/webapps/router/federationhealth.html b/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/webapps/router/federationhealth.html
index 9fa43a30858..f9a8d7a49b1 100644
--- a/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/webapps/router/federationhealth.html
+++ b/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/webapps/router/federationhealth.html
@@ -390,6 +390,7 @@
     <td></td>
     <td></td>
     <td></td>
+    <td></td>
   </tr>
   {/DeadNodes}
 </table>
diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html
index 4bf2e2bd7f5..889bc8aff51 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html
@@ -361,6 +361,7 @@
     <td></td>
     <td></td>
     <td></td>
+    <td></td>
   </tr>
   {/DeadNodes}
 </table>


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