Eli Mesika has submitted this change and it was merged.
Change subject: core : Add queuing capabilities to ThreadPoolUtil
......................................................................
core : Add queuing capabilities to ThreadPoolUtil
Since some customers get out of threads execptions, this patch will add a queuing
capability to our default thread pool.
Change-Id: Iab7054c77c9ec8795de85df0fd45dde06c18ab1e
Bug-Url:
https://bugzilla.redhat.com/show_bug.cgi?id=1007393
Signed-off-by: lzelkha(a)redhat.com <liran.zelkha(a)gmail.com>
---
M
backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/gluster/GlusterHookCommandTest.java
M
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/config/ConfigValues.java
M
backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/threadpool/ThreadPoolUtil.java
M packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql
4 files changed, 34 insertions(+), 4 deletions(-)
Approvals:
Eli Mesika: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/19744
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iab7054c77c9ec8795de85df0fd45dde06c18ab1e
Gerrit-PatchSet: 9
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Liran Zelkha <liran.zelkha(a)gmail.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Liran Zelkha <liran.zelkha(a)gmail.com>
Gerrit-Reviewer: Roy Golan <rgolan(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server