Michael Kublin has posted comments on this change. Change subject: core: [WIP] introducing SPMAsyncTaskHandler ......................................................................
Patch Set 3: (1 inline comment) .................................................... File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java Line 142: commandIdFromParameters = Guid.NewGuid(); Line 143: getParameters().setCommandId(commandIdFromParameters); Line 144: } Line 145: Line 146: commandId = commandIdFromParameters; Read comment inside a patch (comment at patch Set 3). Class CommandBase has internal variable taskHandlers. taskHandlers is created in the following way Collections.singletonList(new CompleteCommandSPMAsyncTaskHandler(this)); So what we have A point son B, B points on A. Now a regular stack trace will look like that: A -> doSomethings calls to B -> doSomethings which is calling to A -> doSomethings1 and these is only simple case. Line 147: taskHandlers = initTaskHandlers(); Line 148: } Line 149: Line 150: /** -- To view, visit http://gerrit.ovirt.org/7956 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I4f2d113ced0276a9d849b7f00c7757e003d35f4c Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <amure...@redhat.com> Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com> Gerrit-Reviewer: Ayal Baron <aba...@redhat.com> Gerrit-Reviewer: Daniel Erez <de...@redhat.com> Gerrit-Reviewer: Maor Lipchuk <mlipc...@redhat.com> Gerrit-Reviewer: Michael Kublin <mkub...@redhat.com> Gerrit-Reviewer: Vered Volansky <vvola...@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches