Liran Zelkha has posted comments on this change.

Change subject: core : Add queuing capabilities to ThreadPoolUtil
......................................................................


Patch Set 4:

(2 comments)

....................................................
Commit Message
Line 5: CommitDate: 2013-10-09 11:06:38 +0200
Line 6: 
Line 7: core : Add queuing capabilities to ThreadPoolUtil
Line 8: 
Line 9: Since some customers get out of threads execptions, this patch will add 
a queuing capability to our default thread pool.
Done
Line 10: 
Line 11: Change-Id: Iab7054c77c9ec8795de85df0fd45dde06c18ab1e
Line 12: Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1007393


....................................................
File 
backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/threadpool/ThreadPoolUtil.java
Line 50:                 log.debug("About to run task " + 
r.getClass().getName() + " from ", new Exception());
Line 51:             }
Line 52: 
Line 53:             if (getQueue().size() > 0) {
Line 54:                 log.warn("Executing a command, but note that there are 
" + getQueue().size() + " tasks in the queue.");
Done
Line 55:             }
Line 56:         }
Line 57: 
Line 58:         @Override


-- 
To view, visit http://gerrit.ovirt.org/19744
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Iab7054c77c9ec8795de85df0fd45dde06c18ab1e
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Liran Zelkha <liran.zel...@gmail.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Liran Zelkha <liran.zel...@gmail.com>
Gerrit-Reviewer: Roy Golan <rgo...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to