You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Sameer Maggon (JIRA)" <ji...@apache.org> on 2014/03/31 20:52:14 UTC

[jira] [Created] (SOLR-5940) Make post.jar report back detailed error in case of 400 responses

Sameer Maggon created SOLR-5940:
-----------------------------------

             Summary: Make post.jar report back detailed error in case of 400 responses
                 Key: SOLR-5940
                 URL: https://issues.apache.org/jira/browse/SOLR-5940
             Project: Solr
          Issue Type: Improvement
          Components: scripts and tools
    Affects Versions: 4.7
            Reporter: Sameer Maggon


Currently post.jar does not print detailed error message that is encountered during indexing. In certain use cases, it's helpful to see the error message so that clients can take appropriate actions.

In 4.7, here's what gets shown if there is an error during indexing:

SimplePostTool: WARNING: Solr returned an error #400 Bad Request
SimplePostTool: WARNING: IOException while reading response: java.io.IOException: Server returned HTTP response code: 400 for URL: http://localhost:8983/solr/update

It would be helpful to print out the "msg" that is returned from Solr.




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