Ability to fail over to the next host when a request to an Elasticsearch host fails
Description
follows up on
is fixed by
Activity
Show:

Yoann Rodière February 27, 2017 at 2:16 PM
Fixed as part of when we replace Jest with the official ES REST client.
Fixed
Details
Details
Assignee

Reporter

Components
Fix versions
Priority
Created November 15, 2016 at 2:13 PM
Updated April 13, 2017 at 5:07 PM
Resolved March 27, 2017 at 11:53 AM
Following HSEARCH-2235, we allow users to configure multiple hosts and use them in turns (load-balancing). This is handled automatically by Jest.
Jest, however, does not handle failover. If we want to implement it, we'll have to either do it ourselves in
JestClient
or to contribute a patch.