Roy Golan has posted comments on this change.

Change subject: core: Inject AutoStartVmsRunner and make it a BackendService
......................................................................


Patch Set 7:

(1 comment)

https://gerrit.ovirt.org/#/c/41040/7/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/AutoStartVmsRunner.java
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/AutoStartVmsRunner.java:

Line 72:     @PostConstruct
Line 73:     private void init() {
Line 74:         int autoStartVmsRunnerIntervalInSeconds =
Line 75:                 
Config.<Integer>getValue(ConfigValues.AutoStartVmsRunnerIntervalInSeconds);
Line 76:         SchedulerUtilQuartzImpl.getInstance().scheduleAFixedDelayJob(
> did you plan to use schedulerUtil here?
sure, good catch, its a merge problem. I added it in the last patch. I'll fixup 
this commit and resend
Line 77:                 this,
Line 78:                 "startFailedAutoStartVms",
Line 79:                 new Class[] {},
Line 80:                 new Object[] {},


-- 
To view, visit https://gerrit.ovirt.org/41040
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I5fdf736e8ae33b8b55a6f6294dc0cca4a2603897
Gerrit-PatchSet: 7
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Roy Golan <[email protected]>
Gerrit-Reviewer: Arik Hadas <[email protected]>
Gerrit-Reviewer: Eli Mesika <[email protected]>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
Gerrit-Reviewer: Roy Golan <[email protected]>
Gerrit-Reviewer: [email protected]
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to