Dan Kenigsberg has submitted this change and it was merged. Change subject: itmap starts threads for each argument causes too many oop operations ......................................................................
itmap starts threads for each argument causes too many oop operations This patch starts the threads until we reach to maxthreads, than we wait for one thread to end and move on until we loaded all threads. Change-Id: If2877c28b916475aead16d47d37522c2bf44cc16 Bug-Id: https://bugzilla.redhat.com/show_bug.cgi?id=523011 Signed-off-by: Yaniv Bronhaim <[email protected]> --- M vdsm/storage/fileSD.py M vdsm/storage/misc.py 2 files changed, 34 insertions(+), 5 deletions(-) Approvals: Hunt Xu: Looks good to me, but someone else must approve Yaniv Bronhaim: Verified Saggi Mizrahi: Looks good to me, but someone else must approve Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/8745 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: If2877c28b916475aead16d47d37522c2bf44cc16 Gerrit-PatchSet: 4 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: Barak Azulay <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Hunt Xu <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: ShaoHe Feng <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: Zhou Zheng Sheng <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
