Michael Kublin has submitted this change and it was merged. Change subject: core: Invalid Thread in engine.log (#828783) ......................................................................
core: Invalid Thread in engine.log (#828783) https://bugzilla.redhat.com/828783 The following bug was caused because of changing a thread name, because of a thread is returned back to pool a changed name will be used again and again, which is missleading. The best solution is a log message Change-Id: Iee87a7aa9c2f09b2d0f78be2b2d33320769c4b94 Signed-off-by: Michael Kublin <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java 1 file changed, 1 insertion(+), 2 deletions(-) Approvals: Michael Kublin: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/5135 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iee87a7aa9c2f09b2d0f78be2b2d33320769c4b94 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Michael Kublin <[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
