Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 65F9118ADF for ; Thu, 3 Sep 2015 14:42:46 +0000 (UTC) Received: (qmail 20338 invoked by uid 500); 3 Sep 2015 14:42:46 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 20299 invoked by uid 500); 3 Sep 2015 14:42:46 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 20212 invoked by uid 99); 3 Sep 2015 14:42:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Sep 2015 14:42:46 +0000 Date: Thu, 3 Sep 2015 14:42:46 +0000 (UTC) From: "Hudson (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-12993) After stopping Ambari Metrics some dfs/FSNamesystem properties are missing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-12993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14729173#comment-14729173 ] Hudson commented on AMBARI-12993: --------------------------------- FAILURE: Integrated in Ambari-trunk-Commit #3380 (See [https://builds.apache.org/job/Ambari-trunk-Commit/3380/]) AMBARI-12993. After stopping Ambari Metrics some dfs/FSNamesystem properties are missing.(vbrodetskyi) (vbrodetskyi: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=8b31a26274889281a111255779184c054bce2831) * ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/metrics.json > After stopping Ambari Metrics some dfs/FSNamesystem properties are missing > -------------------------------------------------------------------------- > > Key: AMBARI-12993 > URL: https://issues.apache.org/jira/browse/AMBARI-12993 > Project: Ambari > Issue Type: Bug > Components: ambari-server > Affects Versions: 2.1.2 > Reporter: Vitaly Brodetskyi > Assignee: Vitaly Brodetskyi > Priority: Critical > Fix For: 2.1.2 > > Attachments: AMBARI-12993.patch > > > *Ambari Metrics is started:* > metrics from NameNode: > "metrics" : { > "dfs" : { > "FSNamesystem" : { > "BlockCapacity" : 2097152, > "BlocksTotal" : 35, > "CapacityNonDFSUsed" : 93786386432, > "CapacityRemaining" : 1477442187264, > "CapacityRemainingGB" : 1376.0, > "CapacityTotal" : 1572626841600, > "CapacityTotalGB" : 1465.0, > "CapacityUsed" : 1398267904, > "CapacityUsedGB" : 1.0, > "CorruptBlocks" : 0, > "ExcessBlocks" : 0, > "ExpiredHeartbeats" : 0.0, > "FilesTotal" : 91, > "HAState" : "active", > "LastCheckpointTime" : 1.44079309E12, > "LastWrittenTransactionId" : 3825.0, > "MillisSinceLastLoadedEdits" : 119469.0, > "MissingBlocks" : 0, > "MissingReplOneBlocks" : 0.0, > "PendingDataNodeMessageCount" : 0.0, > "PendingDeletionBlocks" : 0, > "PendingReplicationBlocks" : 0, > "PostponedMisreplicatedBlocks" : 0.0, > "ScheduledReplicationBlocks" : 0, > "Snapshots" : 0.0, > "SnapshottableDirectories" : 0.0, > "StaleDataNodes" : 0.0, > "TotalFiles" : 91.0, > "TotalLoad" : 6, > "TransactionsSinceLastCheckpoint" : 700.0, > "TransactionsSinceLastLogRoll" : 0.0, > "UnderReplicatedBlocks" : 4 > } > } > } > *Ambari Metrics is stopped:* > metrics from NameNode: > "metrics" : { > "dfs" : { > "FSNamesystem" : { > "BlockCapacity" : 2097152, > "BlocksTotal" : 35, > "CapacityNonDFSUsed" : 93781352448, > "CapacityRemaining" : 1477447221248, > "CapacityRemainingGB" : 1376.0, > "CapacityTotal" : 1572626841600, > "CapacityTotalGB" : 1465.0, > "CapacityUsed" : 1398267904, > "CapacityUsedGB" : 1.0, > "CorruptBlocks" : 0, > "ExcessBlocks" : 0, > "FilesTotal" : 91, > "HAState" : "active", > "MissingBlocks" : 0, > "PendingDeletionBlocks" : 0, > "PendingReplicationBlocks" : 0, > "ScheduledReplicationBlocks" : 0, > "TotalLoad" : 6, > "UnderReplicatedBlocks" : 4 > } > } > } -- This message was sent by Atlassian JIRA (v6.3.4#6332)