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
Currently, we record tidbclusterAutoScaler status in tidbclusterAutoScaler's status attribute which would cause the in-consistency between the tidbcluster's spec and tidbautoscaler's status.
To solve this problem, as @DanielZhangQD 's comment in #2307, we can try to record the status in operator memory. We would solve this before auto-scaling ga.
The text was updated successfully, but these errors were encountered:
Feature Request
Is your feature request related to a problem? Please describe:
Ref #2307 (comment)
Currently, we record tidbclusterAutoScaler status in tidbclusterAutoScaler's status attribute which would cause the in-consistency between the tidbcluster's spec and tidbautoscaler's status.
To solve this problem, as @DanielZhangQD 's comment in #2307, we can try to record the status in operator memory. We would solve this before auto-scaling ga.
The text was updated successfully, but these errors were encountered: