Roy Golan has posted comments on this change. Change subject: core: process VMs that went down on separate thread ......................................................................
Patch Set 8: (1 comment) http://gerrit.ovirt.org/#/c/28220/8/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsEventListener.java File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsEventListener.java: Line 111: for (final Guid vmId : vmIds) { Line 112: ThreadPoolUtil.execute(new Runnable() { Line 113: @Override Line 114: public void run() { Line 115: Backend.getInstance().runInternalAction(VdcActionType.ProcessDownVm, spin a new thread per each? why not 1 thread per this whole iteration if we're anyhow non blocking? anyhow we will bump the vdsm 2 connections limit to handle the Destroy Line 116: new IdParameters(vmId)); Line 117: } Line 118: }); Line 119: } -- To view, visit http://gerrit.ovirt.org/28220 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I903992087c7d5975548746f45451fccbfd38b299 Gerrit-PatchSet: 8 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Arik Hadas <aha...@redhat.com> Gerrit-Reviewer: Arik Hadas <aha...@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourf...@redhat.com> Gerrit-Reviewer: Roy Golan <rgo...@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