You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shikhar Bhushan (JIRA)" <ji...@apache.org> on 2014/05/21 17:44:40 UTC

[jira] [Created] (SOLR-6105) DebugComponent NPE when single-pass distributed search is used

Shikhar Bhushan created SOLR-6105:
-------------------------------------

             Summary: DebugComponent NPE when single-pass distributed search is used
                 Key: SOLR-6105
                 URL: https://issues.apache.org/jira/browse/SOLR-6105
             Project: Solr
          Issue Type: Bug
            Reporter: Shikhar Bhushan
            Priority: Minor


I'm seeing NPE's in {{DebugComponent}} with debugQuery=true when just ID & score are requested, which enables the single-pass distributed search optimization from SOLR-1880.

The NPE originates on this line in DebugComponent.finishStage():

{noformat}
int idx = sdoc.positionInResponse;
{noformat}

indicating an ID that is in the explain but missing in the resultIds.

I'm afraid I haven't been able to reproduce this in {{DistributedQueryComponentOptimizationTest}}, but wanted to open this ticket in any case.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org