----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/3738/ -----------------------------------------------------------
(Updated 2012-02-02 20:59:14.944877) Review request for oozie. Changes ------- Integrating Alejandro's comment about default value to be 1000. Regarding that comment, the info api might break if the client has 10,000 actions. Now they will have to loop 10 times to get all actions. But that can be addressed by overriding this value in oozie-site. I agree its better to have a lower value to avoid high memory and n/w usage. Summary ------- https://issues.apache.org/jira/browse/OOZIE-673 This addresses bug oozie-673. https://issues.apache.org/jira/browse/oozie-673 Diffs (updated) ----- trunk/core/src/main/java/org/apache/oozie/CoordinatorActionBean.java 1239737 trunk/core/src/main/java/org/apache/oozie/command/coord/CoordJobXCommand.java 1239737 trunk/core/src/main/java/org/apache/oozie/executor/jpa/CoordJobGetActionsSubsetJPAExecutor.java 1239737 trunk/core/src/main/java/org/apache/oozie/servlet/V1JobServlet.java 1239737 trunk/core/src/main/resources/oozie-default.xml 1239737 trunk/core/src/test/java/org/apache/oozie/executor/jpa/TestCoordJobGetActionsSubsetJPAExecutor.java 1239737 trunk/docs/src/site/twiki/DG_CommandLineTool.twiki 1239737 Diff: https://reviews.apache.org/r/3738/diff Testing ------- test for sorting added tested after running cron example Thanks, Virag
