pingcap / tidb-operator

TiDB operator creates and manages TiDB clusters running in Kubernetes.
https://docs.pingcap.com/tidb-in-kubernetes/
Apache License 2.0
1.22k stars 493 forks source link

add maxFailoverCount to TiKV #508

Closed weekface closed 4 years ago

weekface commented 5 years ago

Feature Request

Is your feature request related to a problem? Please describe:

We should add a maxFailoverCount to TiKV just like TiDB does.

Or the operator will create another 3 TiKV instances if all the 3 TiKV instances down but The PD instances are health.

Describe the feature you'd like:

Describe alternatives you've considered:

Teachability, Documentation, Adoption, Migration Strategy:

weekface commented 5 years ago

@tennix @xiaojingchen @onlymellb @aylei @cofyc PTAL

cofyc commented 5 years ago

target 1.1?

weekface commented 5 years ago

I am not sure if this feature is necessary.

weekface commented 4 years ago

Add maxFailoverCount to TiKV is necessary now: #963