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 <[email protected]> Signed-off-by: pkliczewski <[email protected]> --- 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 <[email protected]> Gerrit-Reviewer: Oved Ourfali <[email protected]> Gerrit-Reviewer: Pablo Iranzo Gómez <[email protected]> Gerrit-Reviewer: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: Tim Speetjens <[email protected]> Gerrit-Reviewer: Tomáš Došek <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
