Closed ezimuel closed 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.
isAlive
true
Connection
Thanks @picandocodigo for the review!
This PR fixes #1242. We changed the
isAlive
default setting totrue
for theConnection
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.