tarantool / tarantool-python

Python client library for Tarantool
https://www.tarantool.io
BSD 2-Clause "Simplified" License
101 stars 46 forks source link

ConnectionPool stuck on error after cluster restart #328

Open DifferentialOrange opened 2 months ago

DifferentialOrange commented 2 months ago

Ticket is based on a customer report.

Let ConnectionPool be connected to a cluster. After the whole cluster is restarted, it stucks on Can't find healthy rw instance in pool due to some tarantool.error.DatabaseError: (116, "Instance bootstrap hasn't finished yet") internal errors.