Daniel Erez has posted comments on this change.

Change subject: core: SEAT - call startPollingAsyncTasks on revert
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java
Line 519:     private void internalEndWithFailure() {
Line 520:         log.errorFormat("Ending command with failure: {0}", 
getClass().getName());
Line 521:         if (hasTaskHandlers()) {
Line 522:             getCurrentTaskHandler().endWithFailure();
Line 523:             revertPreviousHandlers();
The call to 'revertPreviousHandlers' is done also on failure in order to 
maintain symmetry and consistent with the on success flow.
Line 524:             startPollingAsyncTasks();
Line 525:         } else {
Line 526:             endWithFailure();
Line 527:         }


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I7c8fb8fdbf2b89eb6d3949c0eec233d9dc3535dc
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Daniel Erez <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: Liron Aravot <[email protected]>
Gerrit-Reviewer: Maor Lipchuk <[email protected]>
Gerrit-Reviewer: Michael Kublin <[email protected]>
Gerrit-Reviewer: Vered Volansky <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to