Omer Frenkel has posted comments on this change. Change subject: core: Monitoring - refactor Host newtork error handling ......................................................................
Patch Set 6: Code-Review+1 (1 comment) looks ok, just a question http://gerrit.ovirt.org/#/c/35521/6/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/VdsIdVDSCommandBase.java File backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/VdsIdVDSCommandBase.java: Line 44: @Override Line 45: protected void executeVDSCommand() { Line 46: if (_vdsManager != null) { Line 47: try { Line 48: _vdsManager.getLockObj().lock(); why did you change this? Line 49: executeVdsIdCommand(); Line 50: } finally { Line 51: _vdsManager.getLockObj().unlock(); Line 52: } -- To view, visit http://gerrit.ovirt.org/35521 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I59d26baa4d372905c8249edb0aabe28ea4c4a74a Gerrit-PatchSet: 6 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Roy Golan <[email protected]> Gerrit-Reviewer: Martin Peřina <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: Roy Golan <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
