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
This patch is addition to previous with Change-Id:
I47ad8e04452b7f0e3f5f8477f84bc6b22e35ec98
Change-Id: Ib12f9079a564bb507b3a3a0f84601e918bd92b3f
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, 2 insertions(+), 1 deletion(-)
Approvals:
Michael Kublin: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/13101
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib12f9079a564bb507b3a3a0f84601e918bd92b3f
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>