Omer Frenkel has posted comments on this change. Change subject: core: HostMonitoring - update cache when updating dynamic data ......................................................................
Patch Set 1: (1 comment) http://gerrit.ovirt.org/#/c/35791/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 401: * Save statistics data to cache and DB. Line 402: * Line 403: * @param statisticsData Line 404: */ Line 405: public void updateStatisticsData(VdsStatistics statisticsData) { what about statistics? in some cases this is called right after updateDynamic, for example when setting the status Line 406: DbFacade.getInstance().getVdsStatisticsDao().update(statisticsData); Line 407: } Line 408: Line 409: /** -- To view, visit http://gerrit.ovirt.org/35791 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Id007638586733b7263ae574e97a98c78faa5e666 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Roy Golan <[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
