Allon Mureinik has submitted this change and it was merged.
Change subject: core: decrease idle time for multi-phase CoCo commands
......................................................................
core: decrease idle time for multi-phase CoCo commands
Commands with multiple phases such as Live Merge can spend a lot of time
idling, waiting on state transitions or child commands. This patch
changes the CommandExecutor to lower the wait time between invoking
callbacks when certain state changes occur such as a command status
change to successful/failed or upon child command completion.
Change-Id: I22ad7df3e6f6b85a72170db1ccb4ebac655eb576
Signed-off-by: Greg Padgett <gpadgett(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/tasks/CommandExecutor.java
1 file changed, 10 insertions(+), 0 deletions(-)
Approvals:
Greg Padgett: Verified
Ravi Nori: Looks good to me, but someone else must approve
Jenkins CI: Passed CI tests
Allon Mureinik: Looks good to me, approved
--
To view, visit
https://gerrit.ovirt.org/43429
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I22ad7df3e6f6b85a72170db1ccb4ebac655eb576
Gerrit-PatchSet: 7
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Greg Padgett <gpadgett(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Greg Padgett <gpadgett(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Ravi Nori <rnori(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org