Saggi Mizrahi has posted comments on this change. Change subject: supervdsmServer is down after failed operation ......................................................................
Patch Set 13: I would prefer that you didn't submit this (1 inline comment) .................................................... File vdsm/supervdsm.py Line 54: Line 55: Line 56: class ProxyCaller(object): Line 57: Line 58: _proxyLock = threading.Lock() Avoid static locks. Pass the lock from the svdsm instance in the ctor. Line 59: Line 60: def __init__(self, supervdsmProxy, funcName): Line 61: self._funcName = funcName Line 62: self._supervdsmProxy = supervdsmProxy -- To view, visit http://gerrit.ovirt.org/7901 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Idad4a622b82259b777851d1b0c1b37ec8da2b01e Gerrit-PatchSet: 13 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: Barak Azulay <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Douglas Schilling Landgraf <[email protected]> Gerrit-Reviewer: Eduardo <[email protected]> Gerrit-Reviewer: Igor Lvovsky <[email protected]> Gerrit-Reviewer: Royce Lv <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: Shu Ming <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: Yeela Kaplan <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
