You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by Peter Bacsko via Review Board <no...@reviews.apache.org> on 2018/05/24 14:57:56 UTC

Review Request 67284: OOZIE-3160 PriorityDelayQueue put()/take() can cause significant CPU load due to busy waiting

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

Review request for oozie, András Piros, Peter Cseh, and Robert Kanter.


Repository: oozie-git


Description
-------

We must get rid of the Thread.sleep() calls inside PriorityDelayQueue.


Diffs
-----

  core/src/main/java/org/apache/oozie/util/PriorityDelayQueue.java 75c20698c 


Diff: https://reviews.apache.org/r/67284/diff/1/


Testing
-------


Thanks,

Peter Bacsko


Re: Review Request 67284: OOZIE-3160 PriorityDelayQueue put()/take() can cause significant CPU load due to busy waiting

Posted by Peter Bacsko via Review Board <no...@reviews.apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/67284/
-----------------------------------------------------------

(Updated máj. 24, 2018, 3:29 du)


Review request for oozie, András Piros, Peter Cseh, and Robert Kanter.


Repository: oozie-git


Description (updated)
-------

We must get rid of the Thread.sleep() calls inside PriorityDelayQueue


Diffs
-----

  core/src/main/java/org/apache/oozie/util/PriorityDelayQueue.java 75c20698c 


Diff: https://reviews.apache.org/r/67284/diff/1/


Testing
-------


Thanks,

Peter Bacsko