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.speetj...@redhat.com> Signed-off-by: pkliczewski <piotr.kliczew...@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.kliczew...@gmail.com> Gerrit-Reviewer: Oved Ourfali <oourf...@redhat.com> Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczew...@gmail.com> Gerrit-Reviewer: Tim Speetjens <tim.speetj...@redhat.com> Gerrit-Reviewer: automat...@ovirt.org _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches