Author: tucu
Date: Thu Mar 1 04:46:58 2012
New Revision: 1295416
URL: http://svn.apache.org/viewvc?rev=1295416&view=rev
Log:
OOZIE-725 Increase JVM MaxPermSize value for the testcases (tucu)
Modified:
incubator/oozie/trunk/pom.xml
incubator/oozie/trunk/release-log.txt
Modified: incubator/oozie/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/oozie/trunk/pom.xml?rev=1295416&r1=1295415&r2=1295416&view=diff
==============================================================================
--- incubator/oozie/trunk/pom.xml (original)
+++ incubator/oozie/trunk/pom.xml Thu Mar 1 04:46:58 2012
@@ -756,7 +756,7 @@
<configuration>
<forkMode>${oozie.test.forkMode}</forkMode>
<forkedProcessTimeoutInSeconds>${test.timeout}</forkedProcessTimeoutInSeconds>
- <argLine>-Xmx1024m -da</argLine>
+ <argLine>-Xmx1024m -da -XX:MaxPermSize=512m</argLine>
<systemPropertyVariables>
<hadoop.log.dir>/tmp</hadoop.log.dir>
<oozie.test.db.host>${oozie.test.db.host}</oozie.test.db.host>
Modified: incubator/oozie/trunk/release-log.txt
URL:
http://svn.apache.org/viewvc/incubator/oozie/trunk/release-log.txt?rev=1295416&r1=1295415&r2=1295416&view=diff
==============================================================================
--- incubator/oozie/trunk/release-log.txt (original)
+++ incubator/oozie/trunk/release-log.txt Thu Mar 1 04:46:58 2012
@@ -1,7 +1,8 @@
-- Oozie 3.2.0 release
+OOZIE-725 Increase JVM MaxPermSize value for the testcases (tucu)
OOZIE-727 make test timeout value configurable via -D (tucu)
-Oozie-677 Add Filter API for status on coordinator actions (Virag Kothari via
Angelo)
+OOZIE-677 Add Filter API for status on coordinator actions (Virag Kothari via
Angelo)
OOZIE-721 remove obsolete/not-used JobServlet and JobsServlet code (tucu)
OOZIE-626 Roll the oozie log file in GZ format (Kiran Nagasubramanian via
Angelo)
OOZIE-693 Fork-join validation doesn't check for the 'error to' transition of
nodes (Virag Kothari via Angelo)