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 C909418341 for ; Thu, 7 Jan 2016 09:32:49 +0000 (UTC) Received: (qmail 45863 invoked by uid 500); 7 Jan 2016 09:32:49 -0000 Delivered-To: apmail-falcon-dev-archive@falcon.apache.org Received: (qmail 45827 invoked by uid 500); 7 Jan 2016 09:32:49 -0000 Mailing-List: contact dev-help@falcon.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@falcon.apache.org Delivered-To: mailing list dev@falcon.apache.org Received: (qmail 45816 invoked by uid 99); 7 Jan 2016 09:32:49 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jan 2016 09:32:49 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 246E9C0D31 for ; Thu, 7 Jan 2016 09:32:49 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.228 X-Spam-Level: * X-Spam-Status: No, score=1.228 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.554, URIBL_BLOCKED=0.001, WEIRD_PORT=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id eDdAN5wVmbPn for ; Thu, 7 Jan 2016 09:32:42 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id E274D20511 for ; Thu, 7 Jan 2016 09:32:40 +0000 (UTC) Received: (qmail 45707 invoked by uid 99); 7 Jan 2016 09:32:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jan 2016 09:32:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D3FCC2C1F56 for ; Thu, 7 Jan 2016 09:32:39 +0000 (UTC) Date: Thu, 7 Jan 2016 09:32:39 +0000 (UTC) From: "Pragya Mittal (JIRA)" To: dev@falcon.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FALCON-1736) Succeeded post-processing reruns without using force option MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FALCON-1736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pragya Mittal updated FALCON-1736: ---------------------------------- Description: 1. Ideally if instances are succeeded, then they can be rerun only using -force option. But now if we rerun without using -force option then workflow reruns and increments run count also. {noformat} dataqa@lda01:~$ falcon instance -type process -status -name ProcessInstanceRerunTest-agregator-coord16-e7c38400 Consolidated Status: SUCCEEDED Instances: Instance Cluster SourceCluster Status Start End Details Log ----------------------------------------------------------------------------------------------- 2010-01-02T01:05Z ProcessInstanceRerunTest-corp-6b1a9224 - SUCCEEDED 2016-01-07T09:17Z 2016-01-07T09:18Z - http://8RPCG32.corp.inmobi.com:11000/oozie?job=0000398-160104160825636-oozie-oozi-W actions: aggregator SUCCEEDED http://8RPCG32.corp.inmobi.com:8088/proxy/application_1451904068232_0563/ 2010-01-02T01:00Z ProcessInstanceRerunTest-corp-6b1a9224 - SUCCEEDED 2016-01-07T09:19Z 2016-01-07T09:20Z - http://8RPCG32.corp.inmobi.com:11000/oozie?job=0000396-160104160825636-oozie-oozi-W actions: aggregator SUCCEEDED http://8RPCG32.corp.inmobi.com:8088/proxy/application_1451904068232_0568/ Additional Information: Response: ua1/STATUS Request Id: ua1/1341453654@qtp-630572412-6 - a2de8e25-c0c4-4bcf-89ff-deb1e449119a {noformat} On rerunning(without using -force) {noformat} dataqa@lda01:~$ falcon instance -type process -rerun -name ProcessInstanceRerunTest-agregator-coord16-e7c38400 -start 2010-01-02T01:00Z -end 2010-01-02T01:05Z Consolidated Status: SUCCEEDED Instances: Instance Cluster SourceCluster Status Start End Details Log ----------------------------------------------------------------------------------------------- 2010-01-02T01:00Z ProcessInstanceRerunTest-corp-6b1a9224 - RUNNING 2016-01-07T09:19Z 2016-01-07T09:20Z - http://8RPCG32.corp.inmobi.com:11000/oozie?job=0000396-160104160825636-oozie-oozi-W Additional Information: Response: ua1/RERUN Request Id: ua1/1341453654@qtp-630572412-6 - e2af5810-208f-4e46-a429-8feddcb5e537 {noformat} 2. Params which used to appear as a result of rerun are removed from the result set. > Succeeded post-processing reruns without using force option > ----------------------------------------------------------- > > Key: FALCON-1736 > URL: https://issues.apache.org/jira/browse/FALCON-1736 > Project: Falcon > Issue Type: Bug > Components: rerun > Affects Versions: 0.9 > Reporter: Pragya Mittal > Assignee: pavan kumar kolamuri > > 1. Ideally if instances are succeeded, then they can be rerun only using -force option. But now if we rerun without using -force option then workflow reruns and increments run count also. > {noformat} > dataqa@lda01:~$ falcon instance -type process -status -name ProcessInstanceRerunTest-agregator-coord16-e7c38400 > Consolidated Status: SUCCEEDED > Instances: > Instance Cluster SourceCluster Status Start End Details Log > ----------------------------------------------------------------------------------------------- > 2010-01-02T01:05Z ProcessInstanceRerunTest-corp-6b1a9224 - SUCCEEDED 2016-01-07T09:17Z 2016-01-07T09:18Z - http://8RPCG32.corp.inmobi.com:11000/oozie?job=0000398-160104160825636-oozie-oozi-W > actions: > aggregator SUCCEEDED http://8RPCG32.corp.inmobi.com:8088/proxy/application_1451904068232_0563/ > 2010-01-02T01:00Z ProcessInstanceRerunTest-corp-6b1a9224 - SUCCEEDED 2016-01-07T09:19Z 2016-01-07T09:20Z - http://8RPCG32.corp.inmobi.com:11000/oozie?job=0000396-160104160825636-oozie-oozi-W > actions: > aggregator SUCCEEDED http://8RPCG32.corp.inmobi.com:8088/proxy/application_1451904068232_0568/ > Additional Information: > Response: ua1/STATUS > Request Id: ua1/1341453654@qtp-630572412-6 - a2de8e25-c0c4-4bcf-89ff-deb1e449119a > {noformat} > On rerunning(without using -force) > {noformat} > dataqa@lda01:~$ falcon instance -type process -rerun -name ProcessInstanceRerunTest-agregator-coord16-e7c38400 -start 2010-01-02T01:00Z -end 2010-01-02T01:05Z > Consolidated Status: SUCCEEDED > Instances: > Instance Cluster SourceCluster Status Start End Details Log > ----------------------------------------------------------------------------------------------- > 2010-01-02T01:00Z ProcessInstanceRerunTest-corp-6b1a9224 - RUNNING 2016-01-07T09:19Z 2016-01-07T09:20Z - http://8RPCG32.corp.inmobi.com:11000/oozie?job=0000396-160104160825636-oozie-oozi-W > Additional Information: > Response: ua1/RERUN > Request Id: ua1/1341453654@qtp-630572412-6 - e2af5810-208f-4e46-a429-8feddcb5e537 > {noformat} > 2. Params which used to appear as a result of rerun are removed from the result set. -- This message was sent by Atlassian JIRA (v6.3.4#6332)