Francesco Romani has submitted this change and it was merged. Change subject: migration: usage of single reactor in vdsm ......................................................................
migration: usage of single reactor in vdsm In most of the cases for each standalone client there is reactor but we want to share one in vdsm. There are already too many threads in vdsm so it is not desired to add more. With this change by default client owns a reactor and it will manage its life cycle. For internal clients we let vdsm to handle its life cycle because we want to share it. Backport-To: 4.0 Change-Id: I06e21151e3e9f9e7da9e178bb0199c07f269ae8d Signed-off-by: Piotr Kliczewski <[email protected]> Bug-Url: https://bugzilla.redhat.com/1349461 Reviewed-on: https://gerrit.ovirt.org/59720 Continuous-Integration: Jenkins CI Tested-by: Milan Zamazal <[email protected]> Reviewed-by: Francesco Romani <[email protected]> Reviewed-by: Nir Soffer <[email protected]> Reviewed-by: Michal Skrivanek <[email protected]> Reviewed-by: Dan Kenigsberg <[email protected]> Reviewed-on: https://gerrit.ovirt.org/59921 Tested-by: Michal Skrivanek <[email protected]> Reviewed-by: Milan Zamazal <[email protected]> --- M lib/yajsonrpc/stompreactor.py 1 file changed, 13 insertions(+), 4 deletions(-) Approvals: Jenkins CI: Passed CI tests Francesco Romani: Looks good to me, approved Michal Skrivanek: Verified Milan Zamazal: Looks good to me, but someone else must approve -- To view, visit https://gerrit.ovirt.org/59921 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I06e21151e3e9f9e7da9e178bb0199c07f269ae8d Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: ovirt-4.0 Gerrit-Owner: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Michal Skrivanek <[email protected]> Gerrit-Reviewer: Milan Zamazal <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/admin/lists/[email protected]
