Dan Kenigsberg has submitted this change and it was merged. Change subject: asyncore: remove misleading log entry ......................................................................
asyncore: remove misleading log entry From time to time I can see misleading warning in the logs: betterAsyncore::144::vds.dispatcher::(log_info) unhandled close event In order to get rid of it we make sure that we handle close event for all the dispatchers that we have and we call close on dispatcher. Change-Id: Ib35eb35c7ffe52b090c329136041bc21694fbdaf Signed-off-by: pkliczewski <[email protected]> Reviewed-on: https://gerrit.ovirt.org/48375 Continuous-Integration: Jenkins CI Reviewed-by: Yeela Kaplan <[email protected]> Reviewed-by: Yaniv Bronhaim <[email protected]> Reviewed-by: Dan Kenigsberg <[email protected]> --- M lib/vdsm/sslutils.py M vdsm/protocoldetector.py 2 files changed, 9 insertions(+), 0 deletions(-) Approvals: Piotr Kliczewski: Verified Yeela Kaplan: Looks good to me, but someone else must approve Yaniv Bronhaim: Looks good to me, but someone else must approve Jenkins CI: Passed CI tests Dan Kenigsberg: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/48375 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib35eb35c7ffe52b090c329136041bc21694fbdaf Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: Yeela Kaplan <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
