Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HSEARCH-3541 Do not rely on the Elasticsearch client's "max retry tim…
…eout" anymore It is no longer available in Elasticsearch 7, and we already have our own timeout. It just won't retry anymore. See elastic/elasticsearch#25951 (comment) Note this clears the path for more useful timeouts that start when the request is sent to the cluster rather than when the request is queued. See https://hibernate.atlassian.net/browse/HSEARCH-2836.
- Loading branch information