Adam Litke has submitted this change and it was merged. Change subject: Monitor should not crash when unexpected exception happens ......................................................................
Monitor should not crash when unexpected exception happens The monitor thread should report the crash to log, behave as if nothing was collected and try again in the next cycle. The unexpected exception might be triggered for example by a freshly finished migration. The guest monitor reads the /proc files that belong to the migrated process and they disappear as a result of qemu performing the post-migration cleanup. Change-Id: I318c55a3215df8ccaf4b0e2d16d1d9a3b06f9d1c Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1124595 Signed-off-by: Martin Sivak <[email protected]> Reviewed-on: http://gerrit.ovirt.org/32030 Reviewed-by: Adam Litke <[email protected]> --- M mom/Monitor.py 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: Adam Litke: Looks good to me, approved Martin Sivák: Verified -- To view, visit http://gerrit.ovirt.org/32030 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I318c55a3215df8ccaf4b0e2d16d1d9a3b06f9d1c Gerrit-PatchSet: 3 Gerrit-Project: mom Gerrit-Branch: master Gerrit-Owner: Martin Sivák <[email protected]> Gerrit-Reviewer: Adam Litke <[email protected]> Gerrit-Reviewer: Jiří Moskovčák <[email protected]> Gerrit-Reviewer: Martin Sivák <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
