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

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@redhat.com> Signed-off-by: pkliczewski <piotr.kliczewski@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/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 Oved Ourfali: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/35717 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id6a7e2bc0f6865e41dd85ab1fd188625cab22ddf Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tim Speetjens <tim.speetjens@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourfali@redhat.com> Gerrit-Reviewer: Pablo Iranzo Gómez <Pablo.Iranzo@redhat.com> Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczewski@gmail.com> Gerrit-Reviewer: Tim Speetjens <tim.speetjens@redhat.com> Gerrit-Reviewer: Tomáš Došek <tdosek@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzaslavs@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server
participants (1)
-
oourfali@redhat.com