Change in ovirt-engine[master]: webadmin: Fix running concurrent GetImagesList calls

Daniel Erez has submitted this change and it was merged. Change subject: webadmin: Fix running concurrent GetImagesList calls ...................................................................... webadmin: Fix running concurrent GetImagesList calls When navigating to the Images subtab of an ISO storage domain, the method syncSearch is called. In case one makes another similar request, e.g., by clicking on another ISO domain, the new request gets blocked. In this case, the ISOs belonging to the first domain are displayed for the second domain. This patch enables concurrent requests to be executed without being blocked, and thus makes it possible for the new request to override the old images list with the new one. Change-Id: Ib6df991f597b26c13395907e99dd03934123e9b7 Bug-Url: https://bugzilla.redhat.com/1129267 Signed-off-by: Idan Shaby <ishaby@redhat.com> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/storage/StorageIsoListModel.java 1 file changed, 0 insertions(+), 5 deletions(-) Approvals: Daniel Erez: Looks good to me, approved Allon Mureinik: Looks good to me, but someone else must approve Freddy Rolland: Looks good to me, but someone else must approve Idan Shaby: Verified -- To view, visit http://gerrit.ovirt.org/37229 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib6df991f597b26c13395907e99dd03934123e9b7 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Idan Shaby <ishaby@redhat.com> Gerrit-Reviewer: Ala Hino <ahino@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Amit Aviram <aaviram@redhat.com> Gerrit-Reviewer: Candace Sheremeta <cshereme@redhat.com> Gerrit-Reviewer: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Freddy Rolland <frolland@redhat.com> Gerrit-Reviewer: Idan Shaby <ishaby@redhat.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server
participants (1)
-
derez@redhat.com