Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UCP] Noise reduction support when cluster auto scaling #2307

Merged
merged 1 commit into from
May 27, 2020

Commits on May 27, 2020

  1. auto scaling noise reduction support

    * add AnnLastSyncingTimestamp timestamp
    * add ReadyToScaleThresholdSeconds in AutoScalerSpec
    * add AnnTiKVReadyToScaleTimestamp timestamp labels to record AutoScalerPhase
    * add Normal, ReadyToScaleOut and ReadyToScaleIn three AutoScalerPhase
    * add checkStsReadyAutoScalingTimestamp to check AutoScalerPhase
    timestamp, only for TiKV
    * add checkStsLastSyncTimestamp to check maximum thresholdSec allowed
    before reset phase to Normal, only for TiKV
    * add checkStsAutoScaling combine checkStsLastSyncTimestamp,
    checkStsReadyAutoScalingTimestamp and checkStsAutoScalingInterval
    * add unit tests
    * add integration e2e tests
    * update doc
    vincent178 committed May 27, 2020
    Configuration menu
    Copy the full SHA
    2747929 View commit details
    Browse the repository at this point in the history