Return-Path: X-Original-To: apmail-falcon-dev-archive@minotaur.apache.org Delivered-To: apmail-falcon-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 55B351057D for ; Fri, 10 Jan 2014 07:43:35 +0000 (UTC) Received: (qmail 80792 invoked by uid 500); 10 Jan 2014 07:43:31 -0000 Delivered-To: apmail-falcon-dev-archive@falcon.apache.org Received: (qmail 80649 invoked by uid 500); 10 Jan 2014 07:43:25 -0000 Mailing-List: contact dev-help@falcon.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@falcon.incubator.apache.org Delivered-To: mailing list dev@falcon.incubator.apache.org Received: (qmail 80635 invoked by uid 99); 10 Jan 2014 07:43:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jan 2014 07:43:22 +0000 X-ASF-Spam-Status: No, hits=-2000.1 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 10 Jan 2014 07:43:21 +0000 Received: (qmail 80247 invoked by uid 99); 10 Jan 2014 07:42:53 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jan 2014 07:42:53 +0000 Date: Fri, 10 Jan 2014 07:42:53 +0000 (UTC) From: "Shwetha G S (JIRA)" To: dev@falcon.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FALCON-38) Falcon's parent workflow actions (pre-processing & post-processing) should have mulitple retries MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FALCON-38?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13867599#comment-13867599 ] Shwetha G S commented on FALCON-38: ----------------------------------- 1. Can you extract action names to a constant list 2. It doesn't cover retention post-processing action > Falcon's parent workflow actions (pre-processing & post-processing) should have mulitple retries > ------------------------------------------------------------------------------------------------ > > Key: FALCON-38 > URL: https://issues.apache.org/jira/browse/FALCON-38 > Project: Falcon > Issue Type: Bug > Components: oozie, process > Affects Versions: 0.3 > Environment: Oozie 3.2.X +, Falcon 0.1 > Reporter: Shaik Idris Ali > Assignee: Shaik Idris Ali > Labels: failures, jms, oozie, retries, > Fix For: 0.4 > > Attachments: FALCON-38.patch > > Original Estimate: 48h > Remaining Estimate: 48h > > Oozie actions may fail for various transient and non-transient problems arising in Hadoop, Network etc. > Falcon handles user-workflow action failures by sending a JMS notification to ActiveMQ (post-processing action in parent-wf), this message is used to provide automatic retries based on various retry policies defined in Process.xml. However, post-processing action of Falcon itself might fail and workflow may remain in killed/suspended state. > Oozie provides OOTB retires that can be configured per action, we should leverage this to provide Falcon's parent workflow action reruns. -- This message was sent by Atlassian JIRA (v6.1.5#6160)