Change in ovirt-engine[ovirt-engine-3.5]: core: Make the number of concurrent vds and irs connections ...

oourfali at redhat.com oourfali at redhat.com
Mon Dec 15 09:47:10 UTC 2014


Oved Ourfali has submitted this change and it was merged.

Change subject: core: Make the number of concurrent vds and irs connections configurable
......................................................................


core: Make the number of concurrent vds and irs connections configurable

Allow tuning of apache HttpClients MaxConnectionsPerHost and
MaxTotalConnections values, to increase command throughput.

- Add VdsMaxConnectionsPerHost and IrsMaxConnectionsPerHost config
values. Each value is used for specific type of the connection, with
default 2, which is the value in use without tuning
- Add MaxTotalConnections config value which determines maxiumum number
of allowed connections, with default 20, which is the value in use
without tuning


Change-Id: Id6a7e2bc0f6865e41dd85ab1fd188625cab22ddf
Bug-Url: https://bugzilla.redhat.com/1168538
Signed-off-by: Tim Speetjens <tim.speetjens at redhat.com>
Signed-off-by: pkliczewski <piotr.kliczewski at gmail.com>
---
M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/config/ConfigValues.java
M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/jsonrpc/TransportFactory.java
M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/xmlrpc/XmlRpcUtils.java
M packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql
4 files changed, 49 insertions(+), 8 deletions(-)

Approvals:
  Piotr Kliczewski: Verified
  Tim Speetjens: Looks good to me, but someone else must approve
  Oved Ourfali: Looks good to me, approved



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

Gerrit-MessageType: merged
Gerrit-Change-Id: Id6a7e2bc0f6865e41dd85ab1fd188625cab22ddf
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.5
Gerrit-Owner: Piotr Kliczewski <piotr.kliczewski at gmail.com>
Gerrit-Reviewer: Oved Ourfali <oourfali at redhat.com>
Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczewski at gmail.com>
Gerrit-Reviewer: Tim Speetjens <tim.speetjens at redhat.com>
Gerrit-Reviewer: automation at ovirt.org



More information about the Engine-commits mailing list