[ https://issues.apache.org/jira/browse/FALCON-2067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15376405#comment-15376405 ]
ASF GitHub Bot commented on FALCON-2067: ---------------------------------------- GitHub user pallavi-rao opened a pull request: https://github.com/apache/falcon/pull/226 FALCON-2067 In instance status list, -allAttempts does not show all runs After the fix: `$ bin/falcon instance -status -type process -name oozie-mr-process -start 2013-11-15T00:00Z -allAttempts Consolidated Status: SUCCEEDED Instances: Instance Cluster SourceCluster Status Start End Details Log ----------------------------------------------------------------------------------------------- 2013-11-15T00:05Z local - KILLED 2016-07-14T05:53Z 2016-07-14T05:53Z - http://localhost:11000/oozie/?job=0000002-160713101246755-oozie-oozi-C@1 actions: user-action ERROR null 2013-11-15T00:05Z local - KILLED 2016-07-14T05:48Z 2016-07-14T05:51Z - http://localhost:11000/oozie/?job=0000002-160713101246755-oozie-oozi-C@1 actions: user-action ERROR null failed-post-processing KILLED http://localhost:8088/proxy/application_1468321868387_0012/ 2013-11-15T00:10Z local - KILLED 2016-07-14T05:45Z 2016-07-14T05:48Z - http://localhost:11000/oozie/?job=0000002-160713101246755-oozie-oozi-C@2 actions: user-action ERROR null failed-post-processing KILLED http://localhost:8088/proxy/application_1468321868387_0011/ 2013-11-15T00:15Z local - KILLED - - - - 2013-11-15T00:20Z local - KILLED - - - - 2013-11-15T00:25Z local - KILLED - - - - 2013-11-15T00:30Z local - KILLED - - - - 2013-11-15T00:35Z local - KILLED - - - - 2013-11-15T00:40Z local - KILLED - - - - 2013-11-15T00:45Z local - KILLED - - - -` You can merge this pull request into a Git repository by running: $ git pull https://github.com/pallavi-rao/falcon 2067 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/falcon/pull/226.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #226 ---- commit 39aa1e5936f9ac7a010a1df584010438a95dae51 Author: Pallavi Rao <pallavi....@inmobi.com> Date: 2016-07-14T06:25:35Z FALCON-2067 In instance status list, -allAttempts does not show all runs ---- > In instance status list, -allAttempts does not show all runs for instances > when requested by user > ------------------------------------------------------------------------------------------------- > > Key: FALCON-2067 > URL: https://issues.apache.org/jira/browse/FALCON-2067 > Project: Falcon > Issue Type: Bug > Affects Versions: trunk, 0.10 > Reporter: Pragya Mittal > Assignee: Pallavi Rao > Priority: Blocker > > -allAttempts is expected to show all attempts corresponding to an instance > rerun. Although this is not the case. This is happening because we are using > coordinator action id instead of workflow id in instance status response as > part of FALCON-1924. -- This message was sent by Atlassian JIRA (v6.3.4#6332)