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/07/17 01:47:35 UTC

[jira] [Created] (OOZIE-914) Make sure all commands do their JPA writes within a single JPA executor

Virag Kothari created OOZIE-914:
-----------------------------------

             Summary: Make sure all commands do their JPA writes within a single JPA executor
                 Key: OOZIE-914
                 URL: https://issues.apache.org/jira/browse/OOZIE-914
             Project: Oozie
          Issue Type: Bug
            Reporter: Virag Kothari
            Priority: Blocker


Currently the JPA updates in commands are not done as a part of single transaction. So, there are issues seen similar to https://issues.apache.org/jira/browse/OOZIE-903. They should be done in single JPA executor. This is most probably applicable to all commands related to wf, coord and bundle 

--
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] [Assigned] (OOZIE-914) Make sure all commands do their JPA writes within a single JPA executor

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

Mona Chitnis reassigned OOZIE-914:
----------------------------------

    Assignee: Mona Chitnis
    
> Make sure all commands do their JPA writes within a single JPA executor
> -----------------------------------------------------------------------
>
>                 Key: OOZIE-914
>                 URL: https://issues.apache.org/jira/browse/OOZIE-914
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Virag Kothari
>            Assignee: Mona Chitnis
>            Priority: Blocker
>
> Currently the JPA updates in commands are not done as a part of single transaction. So, there are issues seen similar to https://issues.apache.org/jira/browse/OOZIE-903. They should be done in single JPA executor. This is most probably applicable to all commands related to wf, coord and bundle 

--
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-914) Make sure all commands do their JPA writes within a single JPA executor

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

Mona Chitnis updated OOZIE-914:
-------------------------------

    Attachment:     (was: OOZIE-914.patch)
    
> Make sure all commands do their JPA writes within a single JPA executor
> -----------------------------------------------------------------------
>
>                 Key: OOZIE-914
>                 URL: https://issues.apache.org/jira/browse/OOZIE-914
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: 3.2.0, trunk
>            Reporter: Virag Kothari
>            Assignee: Mona Chitnis
>            Priority: Blocker
>             Fix For: 3.2.0, trunk
>
>         Attachments: OOZIE-914v7.patch
>
>
> Currently the JPA updates in commands are not done as a part of single transaction. So, there are issues seen similar to https://issues.apache.org/jira/browse/OOZIE-903. They should be done in single JPA executor. This is most probably applicable to all commands related to wf, coord and bundle 

--
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-914) Make sure all commands do their JPA writes within a single JPA executor

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

Mona Chitnis updated OOZIE-914:
-------------------------------

    Attachment: OOZIE-914.patch

Final patch after incorporating review comments
- removed wrong updates in finally block
- Fixed conflict with 'Store' operations in CoordinatorActionMaterializeCommand
- javadoc for new jpa executor classes

all tests pass
                
> Make sure all commands do their JPA writes within a single JPA executor
> -----------------------------------------------------------------------
>
>                 Key: OOZIE-914
>                 URL: https://issues.apache.org/jira/browse/OOZIE-914
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: 3.2.0, trunk
>            Reporter: Virag Kothari
>            Assignee: Mona Chitnis
>            Priority: Blocker
>             Fix For: 3.2.0, trunk
>
>         Attachments: OOZIE-914.patch
>
>
> Currently the JPA updates in commands are not done as a part of single transaction. So, there are issues seen similar to https://issues.apache.org/jira/browse/OOZIE-903. They should be done in single JPA executor. This is most probably applicable to all commands related to wf, coord and bundle 

--
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-914) Make sure all commands do their JPA writes within a single JPA executor

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

Mona Chitnis commented on OOZIE-914:
------------------------------------

Fixed a change in ActionStartX that was causing tests to fail
https://reviews.apache.org/r/6512/diff/6/#index_header is the up-to-date good patch

thnx
                
> Make sure all commands do their JPA writes within a single JPA executor
> -----------------------------------------------------------------------
>
>                 Key: OOZIE-914
>                 URL: https://issues.apache.org/jira/browse/OOZIE-914
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: 3.2.0, trunk
>            Reporter: Virag Kothari
>            Assignee: Mona Chitnis
>            Priority: Blocker
>             Fix For: 3.2.0, trunk
>
>
> Currently the JPA updates in commands are not done as a part of single transaction. So, there are issues seen similar to https://issues.apache.org/jira/browse/OOZIE-903. They should be done in single JPA executor. This is most probably applicable to all commands related to wf, coord and bundle 

--
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-914) Make sure all commands do their JPA writes within a single JPA executor

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

Mona Chitnis updated OOZIE-914:
-------------------------------

    Attachment: OOZIE-914v6.patch
    
> Make sure all commands do their JPA writes within a single JPA executor
> -----------------------------------------------------------------------
>
>                 Key: OOZIE-914
>                 URL: https://issues.apache.org/jira/browse/OOZIE-914
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: 3.2.0, trunk
>            Reporter: Virag Kothari
>            Assignee: Mona Chitnis
>            Priority: Blocker
>             Fix For: 3.2.0, trunk
>
>         Attachments: OOZIE-914v6.patch
>
>
> Currently the JPA updates in commands are not done as a part of single transaction. So, there are issues seen similar to https://issues.apache.org/jira/browse/OOZIE-903. They should be done in single JPA executor. This is most probably applicable to all commands related to wf, coord and bundle 

--
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-914) Make sure all commands do their JPA writes within a single JPA executor

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

Mona Chitnis commented on OOZIE-914:
------------------------------------

Tucu's comments addressed (see patch on RB link above)
-sladb write methods renamed to create for accurate indication
- checked that at no places, null return does not occur before the bulk writes

few tests are failing such as
TestPauseTransitService,TestRecoveryService,TestStatusTransitService,TestActionErrors
with errors similar to OOZIE-957 regarding status. Trying to get to the bottom of this..
                
> Make sure all commands do their JPA writes within a single JPA executor
> -----------------------------------------------------------------------
>
>                 Key: OOZIE-914
>                 URL: https://issues.apache.org/jira/browse/OOZIE-914
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: 3.2.0, trunk
>            Reporter: Virag Kothari
>            Assignee: Mona Chitnis
>            Priority: Blocker
>             Fix For: 3.2.0, trunk
>
>
> Currently the JPA updates in commands are not done as a part of single transaction. So, there are issues seen similar to https://issues.apache.org/jira/browse/OOZIE-903. They should be done in single JPA executor. This is most probably applicable to all commands related to wf, coord and bundle 

--
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-914) Make sure all commands do their JPA writes within a single JPA executor

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

Mona Chitnis commented on OOZIE-914:
------------------------------------

Since RB does not copy review comments here, copying from RB:

Addressing virag's comments in patch v2 (about to be uploaded after running tests). Also, there are tons of unit tests invoking the JPA executors in the existing fashion. So it doesn't make sense to 'delete' those existing JPA executors without requiring an extensive rewrite of the unit tests. 

                
> Make sure all commands do their JPA writes within a single JPA executor
> -----------------------------------------------------------------------
>
>                 Key: OOZIE-914
>                 URL: https://issues.apache.org/jira/browse/OOZIE-914
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Virag Kothari
>            Assignee: Mona Chitnis
>            Priority: Blocker
>
> Currently the JPA updates in commands are not done as a part of single transaction. So, there are issues seen similar to https://issues.apache.org/jira/browse/OOZIE-903. They should be done in single JPA executor. This is most probably applicable to all commands related to wf, coord and bundle 

--
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-914) Make sure all commands do their JPA writes within a single JPA executor

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

Mona Chitnis updated OOZIE-914:
-------------------------------

    Attachment:     (was: OOZIE-914.patch)
    
> Make sure all commands do their JPA writes within a single JPA executor
> -----------------------------------------------------------------------
>
>                 Key: OOZIE-914
>                 URL: https://issues.apache.org/jira/browse/OOZIE-914
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: 3.2.0, trunk
>            Reporter: Virag Kothari
>            Assignee: Mona Chitnis
>            Priority: Blocker
>             Fix For: 3.2.0, trunk
>
>         Attachments: OOZIE-914.patch
>
>
> Currently the JPA updates in commands are not done as a part of single transaction. So, there are issues seen similar to https://issues.apache.org/jira/browse/OOZIE-903. They should be done in single JPA executor. This is most probably applicable to all commands related to wf, coord and bundle 

--
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-914) Make sure all commands do their JPA writes within a single JPA executor

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

Mona Chitnis updated OOZIE-914:
-------------------------------

    Attachment:     (was: OOZIE-914v6.patch)
    
> Make sure all commands do their JPA writes within a single JPA executor
> -----------------------------------------------------------------------
>
>                 Key: OOZIE-914
>                 URL: https://issues.apache.org/jira/browse/OOZIE-914
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: 3.2.0, trunk
>            Reporter: Virag Kothari
>            Assignee: Mona Chitnis
>            Priority: Blocker
>             Fix For: 3.2.0, trunk
>
>         Attachments: OOZIE-914.patch
>
>
> Currently the JPA updates in commands are not done as a part of single transaction. So, there are issues seen similar to https://issues.apache.org/jira/browse/OOZIE-903. They should be done in single JPA executor. This is most probably applicable to all commands related to wf, coord and bundle 

--
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-914) Make sure all commands do their JPA writes within a single JPA executor

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

Mona Chitnis commented on OOZIE-914:
------------------------------------

Incorporated Virag's review comments about
-null checks
-missed SLADbXOperations writes
-javadocs
-formatting

Patch updated on RB - https://reviews.apache.org/r/6512/diff/4/
                
> Make sure all commands do their JPA writes within a single JPA executor
> -----------------------------------------------------------------------
>
>                 Key: OOZIE-914
>                 URL: https://issues.apache.org/jira/browse/OOZIE-914
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: 3.2.0, trunk
>            Reporter: Virag Kothari
>            Assignee: Mona Chitnis
>            Priority: Blocker
>             Fix For: 3.2.0, trunk
>
>
> Currently the JPA updates in commands are not done as a part of single transaction. So, there are issues seen similar to https://issues.apache.org/jira/browse/OOZIE-903. They should be done in single JPA executor. This is most probably applicable to all commands related to wf, coord and bundle 

--
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-914) Make sure all commands do their JPA writes within a single JPA executor

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

Mona Chitnis commented on OOZIE-914:
------------------------------------

Patch up on RB https://reviews.apache.org/r/6512/

- addressed review comments
- added unit tests for all the new bulk write JPA executors
- deleted few obsolete jpa executors which were only invoked by their own unit test now
- fixed addition of SLADb writes into bulk list
                
> Make sure all commands do their JPA writes within a single JPA executor
> -----------------------------------------------------------------------
>
>                 Key: OOZIE-914
>                 URL: https://issues.apache.org/jira/browse/OOZIE-914
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: 3.2.0, trunk
>            Reporter: Virag Kothari
>            Assignee: Mona Chitnis
>            Priority: Blocker
>             Fix For: 3.2.0, trunk
>
>
> Currently the JPA updates in commands are not done as a part of single transaction. So, there are issues seen similar to https://issues.apache.org/jira/browse/OOZIE-903. They should be done in single JPA executor. This is most probably applicable to all commands related to wf, coord and bundle 

--
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-914) Make sure all commands do their JPA writes within a single JPA executor

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

Mona Chitnis updated OOZIE-914:
-------------------------------

    Attachment: OOZIE-914v7.patch
    
> Make sure all commands do their JPA writes within a single JPA executor
> -----------------------------------------------------------------------
>
>                 Key: OOZIE-914
>                 URL: https://issues.apache.org/jira/browse/OOZIE-914
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: 3.2.0, trunk
>            Reporter: Virag Kothari
>            Assignee: Mona Chitnis
>            Priority: Blocker
>             Fix For: 3.2.0, trunk
>
>         Attachments: OOZIE-914v7.patch
>
>
> Currently the JPA updates in commands are not done as a part of single transaction. So, there are issues seen similar to https://issues.apache.org/jira/browse/OOZIE-903. They should be done in single JPA executor. This is most probably applicable to all commands related to wf, coord and bundle 

--
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-914) Make sure all commands do their JPA writes within a single JPA executor

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

Hadoop QA commented on OOZIE-914:
---------------------------------

Testing JIRA OOZIE-914

{code}
----------------------------

+1 PATCH_APPLIES
   CLEAN cleaned target directories
+1 RAT
    +1 the patch does not seem to introduce new RAT warnings
-1 COMPILE
    +1 HEAD compiles
    +1 patch compiles
    -1 the patch seems to introduce 3 new javac warning(s)
-1 TESTS - the patch failed the following testcases:

          org.apache.oozie.command.wf.TestLastModified
          org.apache.oozie.service.TestRecoveryService
          org.apache.oozie.service.TestStatusTransitService

  Tests run: 885
  Tests failures: 3
  Tests errors: 1

----------------------------
{code}

The full output of the test-patch run is available at

   https://builds.apache.org/job/oozie-trunk-precommit-build/32/
                
> Make sure all commands do their JPA writes within a single JPA executor
> -----------------------------------------------------------------------
>
>                 Key: OOZIE-914
>                 URL: https://issues.apache.org/jira/browse/OOZIE-914
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: 3.2.0, trunk
>            Reporter: Virag Kothari
>            Assignee: Mona Chitnis
>            Priority: Blocker
>             Fix For: 3.2.0, trunk
>
>         Attachments: OOZIE-914.patch
>
>
> Currently the JPA updates in commands are not done as a part of single transaction. So, there are issues seen similar to https://issues.apache.org/jira/browse/OOZIE-903. They should be done in single JPA executor. This is most probably applicable to all commands related to wf, coord and bundle 

--
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-914) Make sure all commands do their JPA writes within a single JPA executor

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

Mona Chitnis commented on OOZIE-914:
------------------------------------

When I run individual tests, TestRecoveryService and TestLastModified, they all pass. TestStatusTransitService - waiting on resolution by OOZIE-960
                
> Make sure all commands do their JPA writes within a single JPA executor
> -----------------------------------------------------------------------
>
>                 Key: OOZIE-914
>                 URL: https://issues.apache.org/jira/browse/OOZIE-914
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: 3.2.0, trunk
>            Reporter: Virag Kothari
>            Assignee: Mona Chitnis
>            Priority: Blocker
>             Fix For: 3.2.0, trunk
>
>         Attachments: OOZIE-914.patch
>
>
> Currently the JPA updates in commands are not done as a part of single transaction. So, there are issues seen similar to https://issues.apache.org/jira/browse/OOZIE-903. They should be done in single JPA executor. This is most probably applicable to all commands related to wf, coord and bundle 

--
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-914) Make sure all commands do their JPA writes within a single JPA executor

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

Mona Chitnis updated OOZIE-914:
-------------------------------

    Attachment: OOZIE-914.patch
    
> Make sure all commands do their JPA writes within a single JPA executor
> -----------------------------------------------------------------------
>
>                 Key: OOZIE-914
>                 URL: https://issues.apache.org/jira/browse/OOZIE-914
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: 3.2.0, trunk
>            Reporter: Virag Kothari
>            Assignee: Mona Chitnis
>            Priority: Blocker
>             Fix For: 3.2.0, trunk
>
>         Attachments: OOZIE-914.patch
>
>
> Currently the JPA updates in commands are not done as a part of single transaction. So, there are issues seen similar to https://issues.apache.org/jira/browse/OOZIE-903. They should be done in single JPA executor. This is most probably applicable to all commands related to wf, coord and bundle 

--
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-914) Make sure all commands do their JPA writes within a single JPA executor

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

Virag Kothari updated OOZIE-914:
--------------------------------

    Affects Version/s:     (was: 3.2.0)
    
> Make sure all commands do their JPA writes within a single JPA executor
> -----------------------------------------------------------------------
>
>                 Key: OOZIE-914
>                 URL: https://issues.apache.org/jira/browse/OOZIE-914
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: trunk
>            Reporter: Virag Kothari
>            Assignee: Mona Chitnis
>            Priority: Blocker
>             Fix For: trunk
>
>         Attachments: OOZIE-914v7.patch
>
>
> Currently the JPA updates in commands are not done as a part of single transaction. So, there are issues seen similar to https://issues.apache.org/jira/browse/OOZIE-903. They should be done in single JPA executor. This is most probably applicable to all commands related to wf, coord and bundle 

--
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