Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
Description
The Elasticsearch High Level REST Client has a default socket timeout of 30 seconds. Bulk requests that take longer than 30 seconds time out even if the bulk request timeout is configured to a value longer than 30 seconds.
We should probably set the Elasticsearch client's socket timeout to be at least the bulk request timeout.