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 7F19610650 for ; Fri, 28 Feb 2014 18:50:23 +0000 (UTC) Received: (qmail 62191 invoked by uid 500); 28 Feb 2014 18:50:19 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 62159 invoked by uid 500); 28 Feb 2014 18:50:19 -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 62149 invoked by uid 99); 28 Feb 2014 18:50:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Feb 2014 18:50:19 +0000 Date: Fri, 28 Feb 2014 18:50:19 +0000 (UTC) From: "Siddharth Wagle (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AMBARI-4893) Avoid printing stacktrace for state machine exceptions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Siddharth Wagle created AMBARI-4893: --------------------------------------- Summary: Avoid printing stacktrace for state machine exceptions Key: AMBARI-4893 URL: https://issues.apache.org/jira/browse/AMBARI-4893 Project: Ambari Issue Type: Bug Components: controller Affects Versions: 1.5.0 Reporter: Siddharth Wagle Assignee: Siddharth Wagle Fix For: 1.5.0 Log gets filled on install failure. {code} 13:28:08,856 WARN [qtp615964260-72] HeartBeatHandler:361 - State machine exception org.apache.ambari.server.state.fsm.InvalidStateTransitionException: Invalid event: HOST_SVCCOMP_OP_SUCCEEDED at INSTALL_FAILED at org.apache.ambari.server.state.fsm.StateMachineFactory.doTransition(StateMachineFactory.java:297) at org.apache.ambari.server.state.fsm.StateMachineFactory.access$300(StateMachineFactory.java:39) at org.apache.ambari.server.state.fsm.StateMachineFactory$InternalStateMachine.doTransition(StateMachineFactory.java:440) at org.apache.ambari.server.state.svccomphost.ServiceComponentHostImpl.handleEvent(ServiceComponentHostImpl.java:730) at com.google.inject.persist.jpa.JpaLocalTxnInterceptor.invoke(JpaLocalTxnInterceptor.java:66) {code} -- This message was sent by Atlassian JIRA (v6.1.5#6160)