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
Vitess: ignore unhealthy replicas with realtime stats (#136)
* Ignore Vitess replicas without running replication
* Fix typo
* Method rename
* Add to comment
* Copy logic vtgate uses to filter tablets, minus lag+tablet count
* Only check if &TabletRealtimeStats{} is nil, not the HealthError
* Add test for nil realtime stats
* Do not ignore 'serving: false' tablets
* Improve test comments