Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 90F691059E for ; Thu, 26 Feb 2015 06:53:08 +0000 (UTC) Received: (qmail 51996 invoked by uid 500); 26 Feb 2015 06:53:07 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 51935 invoked by uid 500); 26 Feb 2015 06:53:07 -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 51924 invoked by uid 99); 26 Feb 2015 06:53:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Feb 2015 06:53:07 +0000 Date: Thu, 26 Feb 2015 06:53:07 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SOLR-7128) Two phase distributed search is fetching extra fields in GET_TOP_IDS phase MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-7128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14338011#comment-14338011 ] ASF subversion and git services commented on SOLR-7128: ------------------------------------------------------- Commit 1662367 from shalin@apache.org in branch 'dev/branches/branch_5x' [ https://svn.apache.org/r1662367 ] SOLR-7128: Two phase distributed search is fetching extra fields in GET_TOP_IDS phase > Two phase distributed search is fetching extra fields in GET_TOP_IDS phase > -------------------------------------------------------------------------- > > Key: SOLR-7128 > URL: https://issues.apache.org/jira/browse/SOLR-7128 > Project: Solr > Issue Type: Bug > Components: search > Affects Versions: 4.10.2, 4.10.3 > Reporter: Shalin Shekhar Mangar > Assignee: Shalin Shekhar Mangar > Fix For: Trunk, 5.1 > > Attachments: SOLR-7128.patch, SOLR-7128.patch, SOLR-7128.patch, SOLR-7128.patch > > > [~pqueixalos] reported this to me privately so I am creating this issue on his behalf. > {quote} > We found an issue in versions 4.10.+ (4.10.2 and 4.10.3 for sure). > When processing a two phase distributed query with an explicit fl parameter, the two phases are well processed, but the GET_TOP_IDS retrieves the matching documents fields, even if a GET_FIELDS shard request is getting executed just after. > /solr/someCollectionCore?collection=someOtherCollection&q=*:*&debug=true&fl=id,title > => id is retrieved during GET_TOP_IDS phase that's ok:: it's our uniqueKeyField > => title is also retrieved during GET_TOP_IDS phase, that's not ok. > {quote} > I'm able to reproduce this. This is pretty bad performance bug that was introduced in SOLR-5768 or it's subsequent related issues. I plan to fix this bug and add substantial tests to assert such things. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org