You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't use sync.Mutex as the lock, because the tidb-scheduler can crash.
Can't use TidbCluster as the lock also, because the TidbCluster may be deleted.
@xiaojingchen suggest to use PVC as the lock, it is related to the real data(PV), and its life cycle is longer than pod.
after deploy tidbcluster, found all tikv pods were scheduled to one node.
the tidb-scheduler log:
found that the pod's spec.nodeName is empty, it may be set after some time. this cause tidb-scheduler ha filter invalid.
The text was updated successfully, but these errors were encountered: