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 E5292200B91 for ; Thu, 29 Sep 2016 23:47:34 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E3BD3160AE3; Thu, 29 Sep 2016 21:47:34 +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 3065E160AC1 for ; Thu, 29 Sep 2016 23:47:34 +0200 (CEST) Received: (qmail 69542 invoked by uid 500); 29 Sep 2016 21:47:33 -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 69531 invoked by uid 99); 29 Sep 2016 21:47:33 -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; Thu, 29 Sep 2016 21:47:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2484BDFF4E; Thu, 29 Sep 2016 21:47:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: avijayan@apache.org To: commits@ambari.apache.org Message-Id: <08d8af1a19c8420d807adbf054823518@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: Revert "Test Commit (avijayan)" Date: Thu, 29 Sep 2016 21:47:33 +0000 (UTC) archived-at: Thu, 29 Sep 2016 21:47:35 -0000 Repository: ambari Updated Branches: refs/heads/trunk 908f6e861 -> 32ab17b33 Revert "Test Commit (avijayan)" This reverts commit 908f6e861ee242766a7bc1b3c09a3e9a0faeee87. Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/32ab17b3 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/32ab17b3 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/32ab17b3 Branch: refs/heads/trunk Commit: 32ab17b33bd9c75fada71f1e85871e55f287937e Parents: 908f6e8 Author: Aravindan Vijayan Authored: Thu Sep 29 14:47:26 2016 -0700 Committer: Aravindan Vijayan Committed: Thu Sep 29 14:47:26 2016 -0700 ---------------------------------------------------------------------- .../metrics/timeline/PhoenixHBaseAccessor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/32ab17b3/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 8fa8c84..1174554 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();) {