It seems like the connection timeout setting of a cluster is not used.
However, in the 7.x-5.x version of this module:
$options = array(
'hosts' => array($cluster->url),
'curl' => array(
CURLOPT_IPRESOLVE => CURL_IPRESOLVE_V4,
CURLOPT_CONNECTTIMEOUT => (!empty($cluster->options['timeout']) ? $cluster->options['timeout'] : ELASTICSEARCH_CONNECTOR_DEFAULT_TIMEOUT)
)
);
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | elasticsearch_connector-timeout-missing-2886438-2.patch | 1017 bytes | jover |
Comments
Comment #2
joverPatch available.
Comment #3
joverComment #5
skek commented@jover,
Thank you for the patch. It has been applied.