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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 3bffd3c  AMBARI-24038 HDFS Metrics shows all blocks as 'Corrupt 
Replicas'. (ababiichuk)
3bffd3c is described below

commit 3bffd3c2c6902481b36ff9d15fb3bd2d0710ea64
Author: ababiichuk <ababiic...@hortonworks.com>
AuthorDate: Tue Jun 5 21:28:37 2018 +0300

    AMBARI-24038 HDFS Metrics shows all blocks as 'Corrupt Replicas'. 
(ababiichuk)
---
 ambari-web/app/views/main/service/info/summary/hdfs/widgets.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-web/app/views/main/service/info/summary/hdfs/widgets.js 
b/ambari-web/app/views/main/service/info/summary/hdfs/widgets.js
index 3071f3d..e6b4e53 100644
--- a/ambari-web/app/views/main/service/info/summary/hdfs/widgets.js
+++ b/ambari-web/app/views/main/service/info/summary/hdfs/widgets.js
@@ -63,7 +63,7 @@ App.HDFSSummaryWidgetsView = 
Em.View.extend(App.NameNodeWidgetMixin, App.HDFSSum
 
   dfsTotalBlocks: Em.computed.formatUnavailable('dfsTotalBlocksValue'),
 
-  dfsCorruptBlocksValue: Em.computed.getByKey('model.dfsTotalBlocksValues', 
'hostName'),
+  dfsCorruptBlocksValue: Em.computed.getByKey('model.dfsCorruptBlocksValues', 
'hostName'),
 
   dfsCorruptBlocks: Em.computed.formatUnavailable('dfsCorruptBlocksValue'),
 

-- 
To stop receiving notification emails like this one, please contact
ababiic...@apache.org.

Reply via email to