You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by an...@apache.org on 2018/09/21 10:17:43 UTC

oozie git commit: OOZIE-3160 amend PriorityDelayQueue put()/take() can cause significant CPU load due to busy waiting (pbacsko)

Repository: oozie
Updated Branches:
  refs/heads/master 2cdec0e4a -> 4a268ff04


OOZIE-3160 amend PriorityDelayQueue put()/take() can cause significant CPU load due to busy waiting (pbacsko)


Project: http://git-wip-us.apache.org/repos/asf/oozie/repo
Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/4a268ff0
Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/4a268ff0
Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/4a268ff0

Branch: refs/heads/master
Commit: 4a268ff041c60bfcb4056d45b83c4293fc6982d2
Parents: 2cdec0e
Author: Andras Piros <an...@cloudera.com>
Authored: Fri Sep 21 12:16:43 2018 +0200
Committer: Andras Piros <an...@cloudera.com>
Committed: Fri Sep 21 12:16:43 2018 +0200

----------------------------------------------------------------------
 core/src/main/resources/oozie-default.xml | 2 +-
 release-log.txt                           | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/4a268ff0/core/src/main/resources/oozie-default.xml
----------------------------------------------------------------------
diff --git a/core/src/main/resources/oozie-default.xml b/core/src/main/resources/oozie-default.xml
index c3bcdfc..f292ad3 100644
--- a/core/src/main/resources/oozie-default.xml
+++ b/core/src/main/resources/oozie-default.xml
@@ -519,7 +519,7 @@
 
     <property>
         <name>oozie.service.CallableQueueService.queue.oldImpl</name>
-        <value>false</value>
+        <value>true</value>
         <description>
             If set to false, then CallableQueueService will use a more performant, less CPU-intensive
             queuing mechanism to execute asynchronous tasks internally. The old implementation generates

http://git-wip-us.apache.org/repos/asf/oozie/blob/4a268ff0/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 7025185..cdf98a8 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 5.1.0 release (trunk - unreleased)
 
+OOZIE-3160 amend PriorityDelayQueue put()/take() can cause significant CPU load due to busy waiting (pbacsko)
 OOZIE-3342 [examples] Missing archive tag from Fluent Job examples (asalamon74 via andras.piros)
 OOZIE-2734 amend [docs] Switch from TWiki to Markdown (asalamon74 via andras.piros, pbacsko, gezapeti)
 OOZIE-2734 amend [docs] Switch from TWiki to Markdown (asalamon74 via andras.piros, pbacsko, gezapeti)