From dev-return-356518-archive-asf-public=cust-asf.ponee.io@lucene.apache.org Wed May 22 07:12:05 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 10CA0180651 for ; Wed, 22 May 2019 09:12:04 +0200 (CEST) Received: (qmail 21485 invoked by uid 500); 22 May 2019 07:12:03 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 21472 invoked by uid 99); 22 May 2019 07:12:03 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 May 2019 07:12:03 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 30B9AE2C68 for ; Wed, 22 May 2019 07:12:02 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id D9AAA25815 for ; Wed, 22 May 2019 07:12:00 +0000 (UTC) Date: Wed, 22 May 2019 07:12:00 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (LUCENE-8757) Better Segment To Thread Mapping Algorithm MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-8757?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D168= 45598#comment-16845598 ]=20 ASF subversion and git services commented on LUCENE-8757: --------------------------------------------------------- Commit dbfa8454e21bef1eb4ecabef7de6d801cadc2df8 in lucene-solr's branch ref= s/heads/branch_8x from Adrien Grand [ https://gitbox.apache.org/repos/asf?p=3Dlucene-solr.git;h=3Ddbfa845 ] LUCENE-8757: Fix test bug. > Better Segment To Thread Mapping Algorithm > ------------------------------------------ > > Key: LUCENE-8757 > URL: https://issues.apache.org/jira/browse/LUCENE-8757 > Project: Lucene - Core > Issue Type: Improvement > Reporter: Atri Sharma > Assignee: Simon Willnauer > Priority: Major > Fix For: master (9.0), 8.2 > > Attachments: LUCENE-8757.patch, LUCENE-8757.patch, LUCENE-8757.pa= tch, LUCENE-8757.patch, LUCENE-8757.patch, LUCENE-8757.patch, LUCENE-8757.p= atch, LUCENE-8757.patch, LUCENE-8757.patch, LUCENE-8757.patch > > > The current segments to threads allocation algorithm always=C2=A0allocate= s one thread per segment. This is detrimental to performance in case of ske= w in segment sizes since small segments also get their dedicated thread. Th= is can lead to performance degradation due to context switching overheads. > =C2=A0 > A better algorithm which is cognizant of size skew would have better perf= ormance for realistic scenarios -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org