Michael Kublin has submitted this change and it was merged. Change subject: engine: java.lang.NullPointerException for SpmStatusVDS ......................................................................
engine: java.lang.NullPointerException for SpmStatusVDS The NullPointerException is occurred because of internal race between SPM stop and monitoring of storage pool. The race is not dangereous, so as workaround I solved an exception. A race will be solved in the future Change-Id: I4417d1721cfe8365780345e01dbe84c6636cca6e Bug-Url: https://bugzilla.redhat.com/920736 Signed-off-by: Michael Kublin <[email protected]> --- M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/irsbroker/IrsBrokerCommand.java 1 file changed, 4 insertions(+), 3 deletions(-) Approvals: Michael Kublin: Verified Yair Zaslavsky: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/13545 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4417d1721cfe8365780345e01dbe84c6636cca6e Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Michael Kublin <[email protected]> Gerrit-Reviewer: Barak Azulay <[email protected]> Gerrit-Reviewer: Michael Kublin <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
