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 9FF2C2004A1 for ; Thu, 10 Aug 2017 05:43:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9E2FE16A899; Thu, 10 Aug 2017 03:43:04 +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 E451516A89A for ; Thu, 10 Aug 2017 05:43:03 +0200 (CEST) Received: (qmail 3606 invoked by uid 500); 10 Aug 2017 03:43:03 -0000 Mailing-List: contact issues-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 issues@ambari.apache.org Received: (qmail 3596 invoked by uid 99); 10 Aug 2017 03:43:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2017 03:43:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 8D00EC0DCA for ; Thu, 10 Aug 2017 03:43:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 2Fe5LS8jR92f for ; Thu, 10 Aug 2017 03:43:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 3D3A95F5C4 for ; Thu, 10 Aug 2017 03:43:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 734D0E0984 for ; Thu, 10 Aug 2017 03:43:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 2CAFD2415E for ; Thu, 10 Aug 2017 03:43:00 +0000 (UTC) Date: Thu, 10 Aug 2017 03:43:00 +0000 (UTC) From: "Hudson (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-21695) Problem in starting accumulo in upgraded cluster (IOP-HDP) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 10 Aug 2017 03:43:04 -0000 [ https://issues.apache.org/jira/browse/AMBARI-21695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16121005#comment-16121005 ] Hudson commented on AMBARI-21695: --------------------------------- FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #7871 (See [https://builds.apache.org/job/Ambari-trunk-Commit/7871/]) AMBARI-21695. Problem in starting accumulo in upgraded cluster (swagle: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=655c3c6aa1ece4b16e2bc6ae6bcee3061252747d]) * (edit) ambari-server/src/main/java/org/apache/ambari/server/metadata/CachedRoleCommandOrderProvider.java * (edit) ambari-server/src/main/java/org/apache/ambari/server/events/listeners/upgrade/StackUpgradeFinishListener.java * (edit) ambari-server/src/main/java/org/apache/ambari/server/serveraction/upgrades/FinalizeUpgradeAction.java > Problem in starting accumulo in upgraded cluster (IOP-HDP) > ---------------------------------------------------------- > > Key: AMBARI-21695 > URL: https://issues.apache.org/jira/browse/AMBARI-21695 > Project: Ambari > Issue Type: Bug > Components: ambari-server > Affects Versions: 2.5.2 > Reporter: Siddharth Wagle > Assignee: Siddharth Wagle > Priority: Critical > Fix For: 2.5.2 > > Attachments: AMBARI-21695.patch > > > org.apache.ambari.server.metadata.CachedRoleCommandOrderProvider#getRoleCommandOrder(org.apache.ambari.server.state.Cluster) > This method caches the RCO for the stack which is never cleared. Since the BI stack does not have Accumulo service the RCO is not honored resulting in ACCUMULO service not starting after the express upgrade when ACCUMULO is added. -- This message was sent by Atlassian JIRA (v6.4.14#64029)