You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by manisnesan <gi...@git.apache.org> on 2015/12/02 04:38:28 UTC

[GitHub] lucene-solr pull request: SOLR-8059 - NPE distributed DebugCompone...

GitHub user manisnesan opened a pull request:

    https://github.com/apache/lucene-solr/pull/213

    SOLR-8059 - NPE distributed DebugComponent. Test reproducer

    This patch reproduces the NPE exception thrown when fl=id query param used along with debug=true or debug=results.
    
    Example
    curl "http://localhost:8983/solr/techproducts/select?q=*%3A*&wt=json&indent=true&debug=true&fl=id,score" => NPE thrown
    curl "http://localhost:8983/solr/techproducts/select?q=*%3A*&wt=ruby&indent=true&debug=results&fl=id,score" => NPE thrown

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/manisnesan/lucene-solr trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/lucene-solr/pull/213.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #213
    
----
commit d28cd093a907446a632ede1a2838f0f405b1cfa9
Author: Mani <ms...@redhat.com>
Date:   2015-12-02T03:27:15Z

    SOLR-8059 - NPE distributed DebugComponent. Test to reproduce NPE in DebugComponent.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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