Eli Mesika has posted comments on this change.

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


Patch Set 4:

(1 comment)

....................................................
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.");
if we are not in Debug , I would like to see also the r.getClass().getName() in 
the message
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 <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Eli Mesika <[email protected]>
Gerrit-Reviewer: Liran Zelkha <[email protected]>
Gerrit-Reviewer: Roy Golan <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to