elastic / elasticsearch-php

Official PHP client for Elasticsearch.
https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/index.html
MIT License
27 stars 971 forks source link

Fix for StickyRoundRobinSelector starts with second host #1253

Closed ezimuel closed 2 years ago

ezimuel commented 2 years ago

This PR fixes #1242. We changed the isAlive default setting to true for the Connection class. In the past we assumed all the hosts should be set dead at the beginning. We think this should not impact other Connection Pools, hopefully.

ezimuel commented 2 years ago

Thanks @picandocodigo for the review!