Fixed
Details
Assignee
Yoann RodièreYoann RodièreReporter
Yoann RodièreYoann RodièreComponents
Fix versions
Priority
Major
Details
Details
Assignee
Yoann Rodière
Yoann RodièreReporter
Yoann Rodière
Yoann RodièreComponents
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.