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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to