You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Cassandra Targett (JIRA)" <ji...@apache.org> on 2018/01/11 20:25:00 UTC

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

     [ https://issues.apache.org/jira/browse/SOLR-6105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cassandra Targett resolved SOLR-6105.
-------------------------------------
    Resolution: Cannot Reproduce

I can't reproduce this today using a pretty basic query. If there was more complex criteria for reproducing this, feel free to reopen with that information.

> 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.4.14#64029)

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