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

Review request for oozie.


Bugs: OOZIE-1581
    https://issues.apache.org/jira/browse/OOZIE-1581


Repository: oozie


Description
-------

Patch for review updated from the attachments on JIRA.
1. Included change to call coordinator action Start synchronously from Ready 
command.
2. Made Decision Action Executor extend from Control Action Executor. That way 
the synchronous commands can be executed for all such 'connector' actions.
3. Fixed failing unit tests.
4. TestSLAEventGeneration unit test is failing - WIP.


Diffs
-----

  
trunk/core/src/main/java/org/apache/oozie/action/control/ControlNodeActionExecutor.java
 1538746 
  
trunk/core/src/main/java/org/apache/oozie/action/decision/DecisionActionExecutor.java
 1538746 
  
trunk/core/src/main/java/org/apache/oozie/command/coord/CoordActionReadyXCommand.java
 1538746 
  
trunk/core/src/main/java/org/apache/oozie/command/coord/CoordActionUpdateXCommand.java
 1538746 
  trunk/core/src/main/java/org/apache/oozie/command/wf/ActionEndXCommand.java 
1538746 
  trunk/core/src/main/java/org/apache/oozie/command/wf/ActionStartXCommand.java 
1538746 
  trunk/core/src/main/java/org/apache/oozie/command/wf/SignalXCommand.java 
1538746 
  trunk/core/src/main/java/org/apache/oozie/service/WorkflowStoreService.java 
1538746 
  trunk/core/src/test/java/org/apache/oozie/TestCoordinatorEngineStreamLog.java 
1538746 
  trunk/core/src/test/java/org/apache/oozie/event/TestEventGeneration.java 
1538746 
  trunk/core/src/test/java/org/apache/oozie/service/TestRecoveryService.java 
1538746 

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


Testing
-------

unit tests fixed. stress testing performed to validate the fast start case.


Thanks,

Mona Chitnis

Reply via email to