Fixed
Details
Details
Assignee
Yoann Rodière
Yoann RodièreReporter
David Pilato
David PilatoComponents
Fix versions
Affects versions
Priority
Created November 5, 2016 at 11:21 AM
Updated January 31, 2017 at 9:59 AM
Resolved December 8, 2016 at 10:11 PM
Hi there
I'm doing some tests with Elasticsearch 2.4.1.
Empty and fresh new elasticsearch.
Running tests as described at: https://github.com/dadoonet/hsearch-es-demo/tree/02-hibernatesearch
Only one node running. So the index status is yellow.
According to the code, it should fail with an exception but apparently it does not.
I wonder if actually you are passing the timeout value with a unit. If you don't this raise an exception which is not 408.
But with a correct time unit, it waits and fails.
Let me know if you need more details. I can try to work on a PR later next week.