You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Virag Kothari (JIRA)" <ji...@apache.org> on 2012/05/02 19:46:52 UTC

[jira] [Created] (OOZIE-827) StatusTransitService fails to run if a stale reference to coord job is present

Virag Kothari created OOZIE-827:
-----------------------------------

             Summary: StatusTransitService fails to run if a stale reference to coord job is present
                 Key: OOZIE-827
                 URL: https://issues.apache.org/jira/browse/OOZIE-827
             Project: Oozie
          Issue Type: Bug
            Reporter: Virag Kothari
            Assignee: Virag Kothari


If the record in coord_action table points to stale coord job Id, status transit service fails to run. Status transit service should update other jobs even if such a situation rises.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OOZIE-827) StatusTransitService fails to run if a stale reference to coord job is present

Posted by "jiraposter@reviews.apache.org (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OOZIE-827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13267041#comment-13267041 ] 

jiraposter@reviews.apache.org commented on OOZIE-827:
-----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4970/#review7496
-----------------------------------------------------------

Ship it!


- Alejandro


On 2012-05-02 17:55:13, Virag Kothari wrote:
bq.  
bq.  -----------------------------------------------------------
bq.  This is an automatically generated e-mail. To reply, visit:
bq.  https://reviews.apache.org/r/4970/
bq.  -----------------------------------------------------------
bq.  
bq.  (Updated 2012-05-02 17:55:13)
bq.  
bq.  
bq.  Review request for oozie.
bq.  
bq.  
bq.  Summary
bq.  -------
bq.  
bq.  https://issues.apache.org/jira/browse/OOZIE-827
bq.  
bq.  Patch for 3.2 and trunk
bq.  
bq.  
bq.  This addresses bug oozie-827.
bq.      https://issues.apache.org/jira/browse/oozie-827
bq.  
bq.  
bq.  Diffs
bq.  -----
bq.  
bq.    trunk/core/src/main/java/org/apache/oozie/service/StatusTransitService.java 1332945 
bq.    trunk/core/src/test/java/org/apache/oozie/service/TestStatusTransitService.java 1332945 
bq.  
bq.  Diff: https://reviews.apache.org/r/4970/diff
bq.  
bq.  
bq.  Testing
bq.  -------
bq.  
bq.  
bq.  Thanks,
bq.  
bq.  Virag
bq.  
bq.


                
> StatusTransitService fails to run if a stale reference to coord job is present
> ------------------------------------------------------------------------------
>
>                 Key: OOZIE-827
>                 URL: https://issues.apache.org/jira/browse/OOZIE-827
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Virag Kothari
>            Assignee: Virag Kothari
>
> If the record in coord_action table points to stale coord job Id, status transit service fails to run. Status transit service should update other jobs even if such a situation rises.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (OOZIE-827) StatusTransitService fails to run if a stale reference to coord job is present

Posted by "Alejandro Abdelnur (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OOZIE-827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alejandro Abdelnur resolved OOZIE-827.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 3.2.0

Thanks Virag. Committed to trunk and branch-3.2
                
> StatusTransitService fails to run if a stale reference to coord job is present
> ------------------------------------------------------------------------------
>
>                 Key: OOZIE-827
>                 URL: https://issues.apache.org/jira/browse/OOZIE-827
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Virag Kothari
>            Assignee: Virag Kothari
>             Fix For: 3.2.0
>
>
> If the record in coord_action table points to stale coord job Id, status transit service fails to run. Status transit service should update other jobs even if such a situation rises.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OOZIE-827) StatusTransitService fails to run if a stale reference to coord job is present

Posted by "jiraposter@reviews.apache.org (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OOZIE-827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13266769#comment-13266769 ] 

jiraposter@reviews.apache.org commented on OOZIE-827:
-----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4970/
-----------------------------------------------------------

Review request for oozie.


Summary
-------

https://issues.apache.org/jira/browse/OOZIE-827

Patch for 3.2 and trunk


This addresses bug oozie-827.
    https://issues.apache.org/jira/browse/oozie-827


Diffs
-----

  trunk/core/src/main/java/org/apache/oozie/service/StatusTransitService.java 1332945 
  trunk/core/src/test/java/org/apache/oozie/service/TestStatusTransitService.java 1332945 

Diff: https://reviews.apache.org/r/4970/diff


Testing
-------


Thanks,

Virag


                
> StatusTransitService fails to run if a stale reference to coord job is present
> ------------------------------------------------------------------------------
>
>                 Key: OOZIE-827
>                 URL: https://issues.apache.org/jira/browse/OOZIE-827
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Virag Kothari
>            Assignee: Virag Kothari
>
> If the record in coord_action table points to stale coord job Id, status transit service fails to run. Status transit service should update other jobs even if such a situation rises.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OOZIE-827) StatusTransitService fails to run if a stale reference to coord job is present

Posted by "Virag Kothari (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OOZIE-827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Virag Kothari updated OOZIE-827:
--------------------------------


For the patch committed in trunk with this JIRA ID (also available under the same JIRA ID in Apache ReviewBoard system), I grant license to ASF for inclusion in ASF works (as per the Apache License ยง5) 
                
> StatusTransitService fails to run if a stale reference to coord job is present
> ------------------------------------------------------------------------------
>
>                 Key: OOZIE-827
>                 URL: https://issues.apache.org/jira/browse/OOZIE-827
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Virag Kothari
>            Assignee: Virag Kothari
>             Fix For: 3.2.0
>
>
> If the record in coord_action table points to stale coord job Id, status transit service fails to run. Status transit service should update other jobs even if such a situation rises.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (OOZIE-827) StatusTransitService fails to run if a stale reference to coord job is present

Posted by "jiraposter@reviews.apache.org (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OOZIE-827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13266812#comment-13266812 ] 

jiraposter@reviews.apache.org commented on OOZIE-827:
-----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4970/#review7481
-----------------------------------------------------------


Can the testcase include a check against error code E0604 for the coord action having stale reference?

- Mona


On 2012-05-02 17:55:13, Virag Kothari wrote:
bq.  
bq.  -----------------------------------------------------------
bq.  This is an automatically generated e-mail. To reply, visit:
bq.  https://reviews.apache.org/r/4970/
bq.  -----------------------------------------------------------
bq.  
bq.  (Updated 2012-05-02 17:55:13)
bq.  
bq.  
bq.  Review request for oozie.
bq.  
bq.  
bq.  Summary
bq.  -------
bq.  
bq.  https://issues.apache.org/jira/browse/OOZIE-827
bq.  
bq.  Patch for 3.2 and trunk
bq.  
bq.  
bq.  This addresses bug oozie-827.
bq.      https://issues.apache.org/jira/browse/oozie-827
bq.  
bq.  
bq.  Diffs
bq.  -----
bq.  
bq.    trunk/core/src/main/java/org/apache/oozie/service/StatusTransitService.java 1332945 
bq.    trunk/core/src/test/java/org/apache/oozie/service/TestStatusTransitService.java 1332945 
bq.  
bq.  Diff: https://reviews.apache.org/r/4970/diff
bq.  
bq.  
bq.  Testing
bq.  -------
bq.  
bq.  
bq.  Thanks,
bq.  
bq.  Virag
bq.  
bq.


                
> StatusTransitService fails to run if a stale reference to coord job is present
> ------------------------------------------------------------------------------
>
>                 Key: OOZIE-827
>                 URL: https://issues.apache.org/jira/browse/OOZIE-827
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Virag Kothari
>            Assignee: Virag Kothari
>
> If the record in coord_action table points to stale coord job Id, status transit service fails to run. Status transit service should update other jobs even if such a situation rises.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OOZIE-827) StatusTransitService fails to run if a stale reference to coord job is present

Posted by "jiraposter@reviews.apache.org (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OOZIE-827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13266832#comment-13266832 ] 

jiraposter@reviews.apache.org commented on OOZIE-827:
-----------------------------------------------------



bq.  On 2012-05-02 18:52:29, Mona Chitnis wrote:
bq.  > Can the testcase include a check against error code E0604 for the coord action having stale reference?

As the code is executed in runnable's run() which doesn't throw an exception, it doesn't seem possible


- Virag


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4970/#review7481
-----------------------------------------------------------


On 2012-05-02 17:55:13, Virag Kothari wrote:
bq.  
bq.  -----------------------------------------------------------
bq.  This is an automatically generated e-mail. To reply, visit:
bq.  https://reviews.apache.org/r/4970/
bq.  -----------------------------------------------------------
bq.  
bq.  (Updated 2012-05-02 17:55:13)
bq.  
bq.  
bq.  Review request for oozie.
bq.  
bq.  
bq.  Summary
bq.  -------
bq.  
bq.  https://issues.apache.org/jira/browse/OOZIE-827
bq.  
bq.  Patch for 3.2 and trunk
bq.  
bq.  
bq.  This addresses bug oozie-827.
bq.      https://issues.apache.org/jira/browse/oozie-827
bq.  
bq.  
bq.  Diffs
bq.  -----
bq.  
bq.    trunk/core/src/main/java/org/apache/oozie/service/StatusTransitService.java 1332945 
bq.    trunk/core/src/test/java/org/apache/oozie/service/TestStatusTransitService.java 1332945 
bq.  
bq.  Diff: https://reviews.apache.org/r/4970/diff
bq.  
bq.  
bq.  Testing
bq.  -------
bq.  
bq.  
bq.  Thanks,
bq.  
bq.  Virag
bq.  
bq.


                
> StatusTransitService fails to run if a stale reference to coord job is present
> ------------------------------------------------------------------------------
>
>                 Key: OOZIE-827
>                 URL: https://issues.apache.org/jira/browse/OOZIE-827
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Virag Kothari
>            Assignee: Virag Kothari
>
> If the record in coord_action table points to stale coord job Id, status transit service fails to run. Status transit service should update other jobs even if such a situation rises.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira