Arik Hadas has posted comments on this change.

Change subject: PendingResourceManager for tracking resources in WaitForLaunch
......................................................................


Patch Set 6:

(2 comments)

https://gerrit.ovirt.org/#/c/40136/6/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RunVmCommandBase.java
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RunVmCommandBase.java:

Line 283
Line 284
Line 285
Line 286
Line 287
I see that you remove the mechanism that prevents redundant decreases by the 
same command and I don't see how the in-memory manager addresses that. were the 
redundant decreases been fixed or am I missing something here?


https://gerrit.ovirt.org/#/c/40136/6/backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/VdsDynamicDAO.java
File 
backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/VdsDynamicDAO.java:

Line 27:      * @param pendingVmemSize - a new value will be 
GREATEST(pending_vmem_size + pendingVmemSize, 0)
Line 28:      * @param memCommited - will decrease or increase value of 
mem_commited by ABS(memCommited) + guest_overhead
Line 29:      * @param vmsCoresCount - a new value will be 
GREATEST(vms_cores_count + v_vmsCoresCount, 0)
Line 30:      */
Line 31:     void updatePartialVdsDynamicCalc(Guid id, int vmCount, int 
pendingVcpusCount, int pendingVmemSize, int memCommited, int vmsCoresCount);
> If the method is deprecated then please mark it with @Deprecated
why keeping it as deprecated and not removing it?
Line 32: 
Line 33:     /**
Line 34:      * This method will update the controlled_by_pm_policy flag in DB.
Line 35:      * @param id - id or record to be updated


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ie741b8e244acb64e470af83252d90ec134ba7f8e
Gerrit-PatchSet: 6
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Martin Sivák <msi...@redhat.com>
Gerrit-Reviewer: Arik Hadas <aha...@redhat.com>
Gerrit-Reviewer: Doron Fediuck <dfedi...@redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchap...@redhat.com>
Gerrit-Reviewer: Martin Betak <mbe...@redhat.com>
Gerrit-Reviewer: Martin Peřina <mper...@redhat.com>
Gerrit-Reviewer: Martin Sivák <msi...@redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com>
Gerrit-Reviewer: Roy Golan <rgo...@redhat.com>
Gerrit-Reviewer: Tomer Saban <tsa...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to