Yair Zaslavsky has posted comments on this change.

Change subject: engine: Correlation id was not send to host - fixing it
......................................................................


Patch Set 2: (1 inline comment)

....................................................
File 
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/xmlrpc/XmlRpcUtils.java
Line 171:             if (annotation != null) {
Line 172:                 future =
Line 173:                         new FutureTask<Object>(createCallable(obj,
Line 174:                                 getMethod(m, annotation, proxy),
Line 175:                                 args,
RRGH, and that was exactly what I was trying to explain on the "broken phone" 
we had on Monday.
Good job! :)
Line 176:                                 
ThreadLocalParamsContainer.getCorrelationId()));
Line 177:                 ThreadPoolUtil.execute(future);
Line 178:                 return future;
Line 179:             } else {


--
To view, visit http://gerrit.ovirt.org/12971
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I45867ee8aea7a69ab9025a2ab2301d7cb9d74663
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Michael Kublin <mkub...@redhat.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Haim Ateya <hat...@redhat.com>
Gerrit-Reviewer: Michael Kublin <mkub...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: Yaniv Bronhaim <ybron...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to