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

ddl: support creating tiflash replica in API V2 #41415

Merged
merged 29 commits into from
Mar 14, 2023

Commits on Feb 14, 2023

  1. support creating tiflash replica

    Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
    iosmanthus committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    a13553c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:pingcap/tidb into keyspace-tiflash

    Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
    iosmanthus committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    571ecf1 View commit details
    Browse the repository at this point in the history
  3. make linter happy

    Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
    iosmanthus committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    1406f13 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. fix test compile error

    Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
    iosmanthus committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    af6fe72 View commit details
    Browse the repository at this point in the history
  2. fix race of attachAPICtx

    Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
    iosmanthus committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    5a73b10 View commit details
    Browse the repository at this point in the history
  3. make bazel_prepare

    Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
    iosmanthus committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    7c18d8d View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. update client-go

    Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
    iosmanthus committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    7273953 View commit details
    Browse the repository at this point in the history
  2. bump kvproto to master

    Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
    iosmanthus committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    73146de View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. bump client-go to master

    Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
    iosmanthus committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    42fc2a8 View commit details
    Browse the repository at this point in the history
  2. make bazel_prepare

    Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
    iosmanthus committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    5026582 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. fix keyspace tiflash rule is not GCed

    Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
    iosmanthus committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    9d82a4b View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Merge branch 'master' of github.com:pingcap/tidb into keyspace-tiflash

    Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
    iosmanthus committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    741d891 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98fb62c View commit details
    Browse the repository at this point in the history
  3. attach keyspace_id for manual compact request

    Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
    iosmanthus committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    2ee44c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. bump kvproto to master

    Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
    iosmanthus committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    47c9020 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:pingcap/tidb into keyspace-tiflash

    Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
    iosmanthus committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    0477ed9 View commit details
    Browse the repository at this point in the history
  3. update client-go

    Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
    iosmanthus committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    76b53c0 View commit details
    Browse the repository at this point in the history
  4. impl marshal interface for TiFlashRule

    Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
    iosmanthus committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    c1cc7bb View commit details
    Browse the repository at this point in the history
  5. add api_version for mpp task meta

    Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
    iosmanthus committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    a7568d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Merge branch 'master' of github.com:pingcap/tidb into keyspace-tiflash

    Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
    iosmanthus committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    43e102b View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. fix lint in domain/infosync/tiflash_manager.go

    Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
    iosmanthus committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    1a8c169 View commit details
    Browse the repository at this point in the history
  2. make bazel_prepare

    Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
    iosmanthus committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    af55f1c View commit details
    Browse the repository at this point in the history
  3. add dummy comments to make CI happy

    Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
    iosmanthus committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    432b3a9 View commit details
    Browse the repository at this point in the history
  4. refine sync-status url format

    Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
    iosmanthus committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    e82b3e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. bump kvproto and client-go to master

    Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
    iosmanthus committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    34324a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc6d5f5 View commit details
    Browse the repository at this point in the history
  3. fix TiFlashRule.UnmarshalJSON

    Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
    iosmanthus committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    9971cc8 View commit details
    Browse the repository at this point in the history
  4. add some comments for new tiflash api

    Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
    iosmanthus committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    84c7c16 View commit details
    Browse the repository at this point in the history
  5. add comments for MakeRuleID and unify MakeRuleID usage

    Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
    iosmanthus committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    db349f5 View commit details
    Browse the repository at this point in the history