Omer Frenkel has posted comments on this change.

Change subject: core: VdsManager - no need to cache config values
......................................................................


Patch Set 1:

(1 comment)

http://gerrit.ovirt.org/#/c/27375/1/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/VdsManager.java
File 
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/VdsManager.java:

Line 129:         int timeout = Config.<Integer> 
getValue(ConfigValues.TimeToReduceFailedRunOnVdsInMinutes);
Line 130:         int refreshRate = Config.<Integer> 
getValue(ConfigValues.VdsRefreshRate) * 1000;
Line 131:         
Line 132:         duringFailureJobId =
Line 133:                 sched.scheduleAFixedDelayJob(
where did this come from?
Line 134:                         this,
Line 135:                         "onVdsDuringFailureTimer",
Line 136:                         new Class[0],
Line 137:                         new Object[0],


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Icfb5a1641038742dd848ee67cb0fe53ce16b7909
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Roy Golan <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
Gerrit-Reviewer: [email protected]
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to