
Gilad Chaplik has submitted this change and it was merged. Change subject: core: Fix getQuotaConsumptionParameters redundant calls ...................................................................... core: Fix getQuotaConsumptionParameters redundant calls The getQuotaConsumptionParameters method was called 3 time during the command lifetime. A field holding the consumptionParameters was added and the value is saved after the first call. Change-Id: Ic64c7bd3352df49f61902bf4f749c7475e402bcc Bug-Url: https://bugzilla.redhat.com/882810 Signed-off-by: Ofri Masad <omasad@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java 1 file changed, 17 insertions(+), 14 deletions(-) Approvals: Gilad Chaplik: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/9656 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic64c7bd3352df49f61902bf4f749c7475e402bcc Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: ofri masad <omasad@redhat.com> Gerrit-Reviewer: Doron Fediuck <dfediuck@redhat.com> Gerrit-Reviewer: Gilad Chaplik <gchaplik@redhat.com> Gerrit-Reviewer: ofri masad <omasad@redhat.com>