AMBARI-3197. After NameNode HA is enabled, Secondary NameNode still shows up 
with status Unknown in HDFS Summary and HDFS metrics show as n/a. 
(onechiporenko)


Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/3f688723
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/3f688723
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/3f688723

Branch: refs/heads/trunk
Commit: 3f688723b716d5b3f52922ce913c6db05d559dae
Parents: b4cb39a
Author: Oleg Nechiporenko <[email protected]>
Authored: Thu Sep 12 16:45:33 2013 +0300
Committer: Oleg Nechiporenko <[email protected]>
Committed: Thu Sep 12 16:58:33 2013 +0300

----------------------------------------------------------------------
 ambari-web/app/routes/high_availability_routes.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/3f688723/ambari-web/app/routes/high_availability_routes.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/routes/high_availability_routes.js 
b/ambari-web/app/routes/high_availability_routes.js
index f80f773..f0dea7a 100644
--- a/ambari-web/app/routes/high_availability_routes.js
+++ b/ambari-web/app/routes/high_availability_routes.js
@@ -253,6 +253,7 @@ module.exports = Em.Route.extend({
         localdb: App.db.data
       });
       router.transitionTo('main.index');
+      location.reload();
     }
   }),
 

Reply via email to