oceanbase / ob-operator

Kubernetes operator for OceanBase
https://oceanbase.github.io/ob-operator/
Other
148 stars 39 forks source link

[Enhancement]: Add retry when add server using SQL #534

Closed chris-sun-star closed 1 week ago

chris-sun-star commented 3 months ago

Description

Add retry when add server using SQL, the new server may not ready even it's pod's status is running and ready, add retry to add server will prevent some problem

chris-sun-star commented 1 week ago

The root cause is when iterating over all observers, the observer may connectable but not able to response to the client, it mainly occurs when the observer is just started, and this may happen when newly created an observer, restart or recreate an observer.