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

Skip the tiflash job. (#941) #942

Merged
merged 4 commits into from
Apr 4, 2020

Commits on Apr 3, 2020

  1. Skip the tiflash job.

    test:
    1. create table t(id int);
    2. ALTER TABLE t SET TIFLASH REPLICA 3 LOCATION LABELS "rack", "host", "abc";            // model.ActionSetTiFlashReplica
    3. curl -X POST -d '{"id":45,"region_count":3,"flash_region_count":3}' https://127.0.0.1:10080/tiflash/replica  // model.ActionUpdateTiFlashReplicaStatus
    4. performance write on table t and check can still replicate.
    
    ref: pingcap/tidb#12453
    july2993 authored and sre-bot committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    0d86948 View commit details
    Browse the repository at this point in the history
  2. Specify status port for tidb

    july2993 authored and sre-bot committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    c2f5d70 View commit details
    Browse the repository at this point in the history
  3. Try repl SetReplicate

    july2993 authored and sre-bot committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    361c8a9 View commit details
    Browse the repository at this point in the history
  4. check len

    july2993 authored and sre-bot committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    e09a848 View commit details
    Browse the repository at this point in the history