You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Pragya Mittal (JIRA)" <ji...@apache.org> on 2017/02/15 07:12:42 UTC

[jira] [Created] (FALCON-2285) Instance kill shows incorrect response if there are already killed entries

Pragya Mittal created FALCON-2285:
-------------------------------------

             Summary: Instance kill shows incorrect response if there are already killed entries
                 Key: FALCON-2285
                 URL: https://issues.apache.org/jira/browse/FALCON-2285
             Project: Falcon
          Issue Type: Bug
          Components: extensions
    Affects Versions: trunk, 0.10
            Reporter: Pragya Mittal


{noformat}
pragya.mittal@falcon1001:~$ falcon instance -type process -name web-j1-ProcessRecipe-test  -start 2017-02-07T01:00Z -end 2017-02-10T12:00Z -status
2017-02-07T01:00Z	local	-	RUNNING	2017-02-15T07:03Z	2017-02-15T07:03Z	-	http://falcon1001.dataqa.ev1.inmobi.com:11000/oozie?job=0000230-170214054914137-oozie-oozi-W
2017-02-07T01:06Z	local	-	KILLED	2017-02-15T06:57Z	2017-02-15T07:02Z	-	http://falcon1001.dataqa.ev1.inmobi.com:11000/oozie?job=0000232-170214054914137-oozie-oozi-W
2017-02-07T01:12Z	local	-	RUNNING	2017-02-15T07:03Z	-	-	http://falcon1001.dataqa.ev1.inmobi.com:11000/oozie?job=0000234-170214054914137-oozie-oozi-W
2017-02-07T01:18Z	local	-	WAITING	-	-	hdfs://192.168.138.236:8020/tmp/falcon-regression/ExtensionTest/input/2017/02/07/01/18	-
2017-02-07T01:24Z	local	-	WAITING	-	-	hdfs://192.168.138.236:8020/tmp/falcon-regression/ExtensionTest/input/2017/02/07/01/24	-
2017-02-07T01:30Z	local	-	WAITING	-	-	hdfs://192.168.138.236:8020/tmp/falcon-regression/ExtensionTest/input/2017/02/07/01/30	-
2017-02-07T01:36Z	local	-	WAITING	-	-	hdfs://192.168.138.236:8020/tmp/falcon-regression/ExtensionTest/input/2017/02/07/01/36	-
2017-02-07T01:42Z	local	-	WAITING	-	-	hdfs://192.168.138.236:8020/tmp/falcon-regression/ExtensionTest/input/2017/02/07/01/42	-
2017-02-07T01:48Z	local	-	WAITING	-	-	hdfs://192.168.138.236:8020/tmp/falcon-regression/ExtensionTest/input/2017/02/07/01/48	-
2017-02-07T01:54Z	local	-	WAITING	-	-	hdfs://192.168.138.236:8020/tmp/falcon-regression/ExtensionTest/input/2017/02/07/01/54	-
{noformat}

Error is :
{noformat}
pragya.mittal@falcon1001:~$ falcon instance -type process -name web-j1-ProcessRecipe-test -start 2017-02-07T01:06Z -end 2017-02-07T01:18Z -kill
ERROR: Bad Request;ua1/IGNORE
{noformat}

Although the status of instances is killed but response says otherwise. STatus is :
{noformat}
pragya.mittal@falcon1001:~$ fip -name web-j1-ProcessRecipe-test  -start 2017-02-07T01:00Z -end 2017-02-10T12:00Z -status| grep local
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/mnt/falcon/prism/client/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/hdp/2.2.4.2-2/hadoop/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
2017-02-07T01:00Z	local	-	RUNNING	2017-02-15T07:05Z	-	-	http://falcon1001.dataqa.ev1.inmobi.com:11000/oozie?job=0000230-170214054914137-oozie-oozi-W
2017-02-07T01:06Z	local	-	KILLED	2017-02-15T06:57Z	2017-02-15T07:02Z	-	http://falcon1001.dataqa.ev1.inmobi.com:11000/oozie?job=0000232-170214054914137-oozie-oozi-W
2017-02-07T01:12Z	local	-	KILLED	2017-02-15T07:03Z	2017-02-15T07:05Z	-	http://falcon1001.dataqa.ev1.inmobi.com:11000/oozie?job=0000234-170214054914137-oozie-oozi-W
2017-02-07T01:18Z	local	-	WAITING	-	-	hdfs://192.168.138.236:8020/tmp/falcon-regression/ExtensionTest/input/2017/02/07/01/18	-
2017-02-07T01:24Z	local	-	WAITING	-	-	hdfs://192.168.138.236:8020/tmp/falcon-regression/ExtensionTest/input/2017/02/07/01/24	-
2017-02-07T01:30Z	local	-	WAITING	-	-	hdfs://192.168.138.236:8020/tmp/falcon-regression/ExtensionTest/input/2017/02/07/01/30	-
2017-02-07T01:36Z	local	-	WAITING	-	-	hdfs://192.168.138.236:8020/tmp/falcon-regression/ExtensionTest/input/2017/02/07/01/36	-
2017-02-07T01:42Z	local	-	WAITING	-	-	hdfs://192.168.138.236:8020/tmp/falcon-regression/ExtensionTest/input/2017/02/07/01/42	-
2017-02-07T01:48Z	local	-	WAITING	-	-	hdfs://192.168.138.236:8020/tmp/falcon-regression/ExtensionTest/input/2017/02/07/01/48	-
2017-02-07T01:54Z	local	-	WAITING	-	-	hdfs://192.168.138.236:8020/tmp/falcon-regression/ExtensionTest/input/2017/02/07/01/54	-
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)