[
https://issues.apache.org/jira/browse/OOZIE-1394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13680187#comment-13680187
]
Hadoop QA commented on OOZIE-1394:
----------------------------------
Testing JIRA OOZIE-1394
Cleaning local svn workspace
----------------------------
{color:green}+1 PATCH_APPLIES{color}
{color:green}+1 CLEAN{color}
{color:red}-1 RAW_PATCH_ANALYSIS{color}
. {color:green}+1{color} the patch does not introduce any @author tags
. {color:green}+1{color} the patch does not introduce any tabs
. {color:green}+1{color} the patch does not introduce any trailing spaces
. {color:red}-1{color} the patch contains 4 line(s) longer than 132
characters
. {color:green}+1{color} the patch does adds/modifies 1 testcase(s)
{color:green}+1 RAT{color}
. {color:green}+1{color} the patch does not seem to introduce new RAT
warnings
{color:green}+1 JAVADOC{color}
. {color:green}+1{color} the patch does not seem to introduce new Javadoc
warnings
{color:green}+1 COMPILE{color}
. {color:green}+1{color} HEAD compiles
. {color:green}+1{color} patch compiles
. {color:green}+1{color} the patch does not seem to introduce new javac
warnings
{color:green}+1 BACKWARDS_COMPATIBILITY{color}
. {color:green}+1{color} the patch does not change any JPA
Entity/Colum/Basic/Lob/Transient annotations
. {color:green}+1{color} the patch does not modify JPA files
{color:red}-1 TESTS{color}
. Tests run: 1247
. Tests failed: 2
. Tests errors: 1
. The patch failed the following testcases:
. testCoordinatorActionEvent(org.apache.oozie.event.TestEventGeneration)
.
testEvictionOnTimeToIdle(org.apache.oozie.service.TestPartitionDependencyManagerEhcache)
{color:green}+1 DISTRO{color}
. {color:green}+1{color} distro tarball builds with the patch
----------------------------
{color:red}*-1 Overall result, please check the reported -1(s)*{color}
The full output of the test-patch run is available at
. https://builds.apache.org/job/oozie-trunk-precommit-build/578/
> Fix Bugs in Job and SLA Events
> ------------------------------
>
> Key: OOZIE-1394
> URL: https://issues.apache.org/jira/browse/OOZIE-1394
> Project: Oozie
> Issue Type: Sub-task
> Affects Versions: trunk
> Reporter: Mona Chitnis
> Assignee: Mona Chitnis
> Priority: Minor
> Fix For: trunk
>
> Attachments: OOZIE-1394v3.patch
>
>
> This JIRA fixes following bugs related to Job and SLA Events:
> (1) no parent id in WORKFLOW_JOB STARTED event. the workflow is started by
> coord action.
> the message text:
> {"status":"RUNNING","id":"0000134-130528180458682-oozie-oozi-W","startTime":1369860763055}
> (2) no COORDINATOR_ACTION STARTED event, after resume of suspended action.
> (3) no nominal time in suspended COORDINATOR_ACTION event.
> the message text:
> {"status":"SUSPENDED","id":"0000135-130528180458682-oozie-oozi-C@1","parentId":"0000135-130528180458682-oozie-oozi-C"}
>
> (4) There is no msg=JOB START event.
> Job start time = Thu, 30 May 2013 20:19:39 GMT
> $ zgrep msgType=JOB
> /home/y/libexec/yjava_tomcat/logs/qe/oozie.log-2013-05-30-20.gz | grep 000001
> This shows SUCCESS event only.
> (5) submit the same job again, 0000003-130530200622405-oozie-oozi-W.
> there is no event at all.
> $ zgrep msgType=SLA
> /home/y/libexec/yjava_tomcat/logs/qe/oozie.log-2013-05-30-22.gz
> $ zgrep msgType=JOB
> /home/y/libexec/yjava_tomcat/logs/qe/oozie.log-2013-05-30-22.gz
> (6) submit another job, 0000004-130530200622405-oozie-oozi-W.
> then sla/job messages of previous jobs show up:
> $ zgrep msgType=SLA
> /home/y/libexec/yjava_tomcat/logs/qe/oozie.log-2013-05-30-23.gz
> $ zgrep msgType=JOB
> /home/y/libexec/yjava_tomcat/logs/qe/oozie.log-2013-05-30-23.gz
> (7) when actual start is very close to expected start, it might happen that
> job event is processed and received much later causing END_MISS when it could
> be END_MET
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira