Michael Kublin has submitted this change and it was merged.
Change subject: engine: Making all internal actions to have same correlationId
......................................................................
engine: Making all internal actions to have same correlationId
The following patch will force all internal actions to have same correlationId.
When an action triggered from gui or rest client, it should pass a correlationId otherwise
it will
be automaticly generated.
But, if action has some another internal actions they will have different correlationId.
This patch will fix a problem.
Discovered during work on provided bug
Change-Id: I47ad8e04452b7f0e3f5f8477f84bc6b22e35ec98
Bug-Url:
https://bugzilla.redhat.com/844335
Signed-off-by: Michael Kublin <mkublin(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/job/ExecutionHandler.java
1 file changed, 12 insertions(+), 10 deletions(-)
Approvals:
Michael Kublin: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/13011
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I47ad8e04452b7f0e3f5f8477f84bc6b22e35ec98
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Michael Kublin <mkublin(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Michael Kublin <mkublin(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
Gerrit-Reviewer: Yaniv Bronhaim <ybronhei(a)redhat.com>