Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C59A1200B8F for ; Fri, 30 Sep 2016 18:01:32 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C45F0160AD9; Fri, 30 Sep 2016 16:01:32 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 14F99160AB4 for ; Fri, 30 Sep 2016 18:01:31 +0200 (CEST) Received: (qmail 76828 invoked by uid 500); 30 Sep 2016 16:01:26 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 76688 invoked by uid 99); 30 Sep 2016 16:01:26 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Sep 2016 16:01:26 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C57AEEEE21; Fri, 30 Sep 2016 16:01:25 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ncole@apache.org To: commits@ambari.apache.org Date: Fri, 30 Sep 2016 16:01:32 -0000 Message-Id: <4cc5ea7e318b484a9fac814ceaaa481e@git.apache.org> In-Reply-To: <8861b219e21b44878fd5b6e1d1bcaf66@git.apache.org> References: <8861b219e21b44878fd5b6e1d1bcaf66@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [08/14] ambari git commit: Test Commit (avijayan) archived-at: Fri, 30 Sep 2016 16:01:33 -0000 Test Commit (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/908f6e86 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/908f6e86 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/908f6e86 Branch: refs/heads/branch-dev-patch-upgrade Commit: 908f6e861ee242766a7bc1b3c09a3e9a0faeee87 Parents: 4170ff4 Author: Aravindan Vijayan Authored: Thu Sep 29 14:47:12 2016 -0700 Committer: Aravindan Vijayan Committed: Thu Sep 29 14:47:12 2016 -0700 ---------------------------------------------------------------------- .../metrics/timeline/PhoenixHBaseAccessor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/908f6e86/ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/PhoenixHBaseAccessor.java ---------------------------------------------------------------------- diff --git a/ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/PhoenixHBaseAccessor.java b/ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/PhoenixHBaseAccessor.java index 1174554..8fa8c84 100644 --- a/ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/PhoenixHBaseAccessor.java +++ b/ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/PhoenixHBaseAccessor.java @@ -723,7 +723,7 @@ public class PhoenixHBaseAccessor { TimelineMetrics metrics, boolean skipCache) throws SQLException, IOException { List timelineMetrics = metrics.getMetrics(); if (timelineMetrics == null || timelineMetrics.isEmpty()) { - LOG.debug("Empty metrics insert request."); + LOG.debug("Empty Metrics insert request."); return; } for (Iterator iterator = timelineMetrics.iterator(); iterator.hasNext();) {