Omer Frenkel has posted comments on this change.

Change subject: core: VM monitoring - no need to handle exception
......................................................................


Patch Set 8:

(1 comment)

http://gerrit.ovirt.org/#/c/28661/8/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/VmsMonitoring.java
File 
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/VmsMonitoring.java:

Line 234:                         ? VDSCommandType.GetAllVmStats
Line 235:                         : VDSCommandType.List;
Line 236:         VDSReturnValue vdsReturnValue =
Line 237:                 getResourceManager().runVdsCommand(commandType, new 
VdsIdAndVdsVDSCommandParametersBase(vds));
Line 238:         runningVms = (Map<Guid, VmInternalData>) 
vdsReturnValue.getReturnValue();
i miss where do we handle the failure of the fetch
Line 239:     }
Line 240: 
Line 241:     private void refreshCommitedMemory() {
Line 242:         memCommited = vds.getGuestOverhead();


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I6f037813b52d63c45c97c44e3e6074c009dd5b9a
Gerrit-PatchSet: 8
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Roy Golan <[email protected]>
Gerrit-Reviewer: Michal Skrivanek <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
Gerrit-Reviewer: Piotr Kliczewski <[email protected]>
Gerrit-Reviewer: Roy Golan <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[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