You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Varun Thacker (JIRA)" <ji...@apache.org> on 2016/06/20 12:43:05 UTC

[jira] [Created] (SOLR-9227) Solr Suggester should report full error when it fails to build

Varun Thacker created SOLR-9227:
-----------------------------------

             Summary: Solr Suggester should report full error when it fails to build
                 Key: SOLR-9227
                 URL: https://issues.apache.org/jira/browse/SOLR-9227
             Project: Solr
          Issue Type: Bug
            Reporter: Varun Thacker


When building a suggester if it fails, the current logging is not too helpful.

It would report an error like {{Store Lookup build failed}} but no root cause. 

This is because of this logging statement in SolrSuggester.java -

{code}
LOG.error("Store Lookup build failed");
{code}

We should audit logging and fix the places where we don't print the stack track along 



--
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