Author: rohini
Date: Wed Jul  3 16:09:47 2013
New Revision: 1499457

URL: http://svn.apache.org/r1499457
Log:
OOZIE-1444 Job DAG causes OOM. Remove refresh option (rohini)

Modified:
    oozie/branches/branch-4.0/release-log.txt
    oozie/branches/branch-4.0/webapp/src/main/webapp/oozie-console.js

Modified: oozie/branches/branch-4.0/release-log.txt
URL: 
http://svn.apache.org/viewvc/oozie/branches/branch-4.0/release-log.txt?rev=1499457&r1=1499456&r2=1499457&view=diff
==============================================================================
--- oozie/branches/branch-4.0/release-log.txt (original)
+++ oozie/branches/branch-4.0/release-log.txt Wed Jul  3 16:09:47 2013
@@ -1,5 +1,6 @@
 -- Oozie 4.0.0 release
 
+OOZIE-1444 Job DAG causes OOM. Remove refresh option (rohini)
 OOZIE-1379 Generate SLA end_miss event only after confirming against 
persistent store (mona)
 OOZIE-1439 Job materialization happening even after coordinator is supposed to 
be killed (virag)
 OOZIE-1438 parentID is null in job event message of subworkflow action (ryota)

Modified: oozie/branches/branch-4.0/webapp/src/main/webapp/oozie-console.js
URL: 
http://svn.apache.org/viewvc/oozie/branches/branch-4.0/webapp/src/main/webapp/oozie-console.js?rev=1499457&r1=1499456&r2=1499457&view=diff
==============================================================================
--- oozie/branches/branch-4.0/webapp/src/main/webapp/oozie-console.js (original)
+++ oozie/branches/branch-4.0/webapp/src/main/webapp/oozie-console.js Wed Jul  
3 16:09:47 2013
@@ -661,10 +661,11 @@ function jobDetailsPopup(response, reque
             items: dagImg,
             tbar: [{
                 text: "   ",
-                icon: 'ext-2.2/resources/images/default/grid/refresh.gif',
+                // To avoid OOM
+                /*icon: 'ext-2.2/resources/images/default/grid/refresh.gif',
                 handler: function() {
                     fetchDAG(workflowId);
-                }
+                }*/
             }]
         }]
     });


Reply via email to