You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by Ryota Egashira <eg...@yahoo-inc.com> on 2013/09/24 21:27:17 UTC

Review Request 14322: [OOZIE-1556] Change Bundle SELECT query to fetch only necessary columns and consolidate JPA Executors

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

Review request for oozie.


Bugs: oozie-1556
    https://issues.apache.org/jira/browse/oozie-1556


Repository: oozie


Description
-------

editing the same file with OOZIE-1503,  need to rebase this patch after OOZIE-1503 committed.
also will delete some JPA executors which are no longer used.


Diffs
-----

  trunk/core/src/main/java/org/apache/oozie/BundleActionBean.java 1525806 
  trunk/core/src/main/java/org/apache/oozie/BundleJobBean.java 1525806 
  trunk/core/src/main/java/org/apache/oozie/executor/jpa/BundleActionQueryExecutor.java 1525806 
  trunk/core/src/main/java/org/apache/oozie/executor/jpa/BundleJobQueryExecutor.java 1525806 
  trunk/core/src/main/java/org/apache/oozie/service/RecoveryService.java 1525806 
  trunk/core/src/main/java/org/apache/oozie/service/StatusTransitService.java 1525806 
  trunk/core/src/test/java/org/apache/oozie/executor/jpa/TestBundleActionQueryExecutor.java PRE-CREATION 
  trunk/core/src/test/java/org/apache/oozie/executor/jpa/TestBundleJobQueryExecutor.java PRE-CREATION 

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


Testing
-------


Thanks,

Ryota Egashira


Re: Review Request 14322: [OOZIE-1556] Change Bundle SELECT query to fetch only necessary columns and consolidate JPA Executors

Posted by Ryota Egashira <eg...@yahoo-inc.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/14322/
-----------------------------------------------------------

(Updated Sept. 26, 2013, 9:56 p.m.)


Review request for oozie.


Changes
-------

rebased patch.
fixed test case failure, TestBundleStartXCommand, (TestBundleRerunXCommand already fixed in OOZIE-1503)


Bugs: oozie-1556
    https://issues.apache.org/jira/browse/oozie-1556


Repository: oozie


Description
-------

editing the same file with OOZIE-1503,  need to rebase this patch after OOZIE-1503 committed.
also will delete some JPA executors which are no longer used.


Diffs (updated)
-----

  trunk/core/src/main/java/org/apache/oozie/BundleActionBean.java 1526716 
  trunk/core/src/main/java/org/apache/oozie/BundleJobBean.java 1526716 
  trunk/core/src/main/java/org/apache/oozie/executor/jpa/BundleActionQueryExecutor.java 1526716 
  trunk/core/src/main/java/org/apache/oozie/executor/jpa/BundleActionsGetByLastModifiedTimeJPAExecutor.java 1526716 
  trunk/core/src/main/java/org/apache/oozie/executor/jpa/BundleActionsGetStatusPendingJPAExecutor.java 1526716 
  trunk/core/src/main/java/org/apache/oozie/executor/jpa/BundleActionsGetWaitingOlderJPAExecutor.java 1526716 
  trunk/core/src/main/java/org/apache/oozie/executor/jpa/BundleJobQueryExecutor.java 1526716 
  trunk/core/src/main/java/org/apache/oozie/executor/jpa/CoordJobQueryExecutor.java 1526716 
  trunk/core/src/main/java/org/apache/oozie/executor/jpa/WorkflowActionQueryExecutor.java 1526716 
  trunk/core/src/main/java/org/apache/oozie/executor/jpa/WorkflowJobQueryExecutor.java 1526716 
  trunk/core/src/main/java/org/apache/oozie/service/RecoveryService.java 1526716 
  trunk/core/src/main/java/org/apache/oozie/service/StatusTransitService.java 1526716 
  trunk/core/src/test/java/org/apache/oozie/command/bundle/TestBundleStartXCommand.java 1526716 
  trunk/core/src/test/java/org/apache/oozie/executor/jpa/TestBundleActionQueryExecutor.java PRE-CREATION 
  trunk/core/src/test/java/org/apache/oozie/executor/jpa/TestBundleJobQueryExecutor.java PRE-CREATION 

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


Testing
-------


Thanks,

Ryota Egashira