
Michael Kublin has submitted this change and it was merged. Change subject: engine: Reduced unneeded query and code clean up ...................................................................... engine: Reduced unneeded query and code clean up The following patch is reduce a query and provides additonal clean ups and java code optimizations at ConnectHostToStoragePoolServersCommand. The following command is called during InitVdsOnUp, it is means that when vds going to status up we are using a less queries. Should improve mass vds statrtup Change-Id: If4c6c2efc8d05fb3c1d0286cbd2978bfc7ddfaa7 Signed-off-by: Michael Kublin <mkublin@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/ConnectHostToStoragePooServerCommandBase.java 1 file changed, 26 insertions(+), 39 deletions(-) Approvals: Michael Kublin: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/9762 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: If4c6c2efc8d05fb3c1d0286cbd2978bfc7ddfaa7 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Michael Kublin <mkublin@redhat.com> Gerrit-Reviewer: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Michael Kublin <mkublin@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzaslavs@redhat.com>