Skip to content

Commit

Permalink
HSEARCH-2681 Improve Elasticsearch backend diagnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed Apr 12, 2017
1 parent e54ad8a commit 38222c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public Response execute(ElasticsearchRequest request) throws IOException {
);
}
catch (ResponseException e) {
requestLog.debug( "ES client issued a ResponseException - not necessarily a problem", e );
/*
* The client tries to guess what's an error and what's not, but it's too naive.
* A 404 on DELETE is not always important to us, for instance.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*<p>Adapt the classname filter as needed to run a single test or an entire test package.
*
* <p>Running such tests from the IDE will require having an Elasticsearch
* node running. You can easily start one by running 'mvn elasticsearch:run'
* node running. You can easily start one by running 'mvn elasticsearch:runforked'
* from the elasticsearch module in this project.
*
* @author Gunnar Morling
Expand Down

0 comments on commit 38222c6

Please sign in to comment.