Michael Pasternak has posted comments on this change.

Change subject: restapi: Actions ignored when async=true (#966053)
......................................................................


Patch Set 2: (1 inline comment)

....................................................
File 
backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendResource.java
Line 234:         return result;
Line 235:     }
Line 236: 
Line 237:     protected void doNonBlockingAction(final VdcActionType task, 
final VdcActionParametersBase params) {
Line 238:         setCorrelationId(params);
please move it to generic doAction()
Line 239:         ThreadPoolUtil.execute(new Runnable() {
Line 240:             SessionHelper sh = getSessionHelper();
Line 241:             VdcActionParametersBase sp = sessionize(params);
Line 242:             VdcUser user = getCurrent().get(VdcUser.class);


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I1b3d8af7830bf3d9e016dd4263f9cce0dabac38c
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ori Liel <[email protected]>
Gerrit-Reviewer: Michael Pasternak <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to