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

mcs: support forwarding requests for tso server #6130

Merged
merged 20 commits into from
Mar 16, 2023
Merged

Commits on Mar 9, 2023

  1. mcs: support forwarding requests for tso server

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    9d43bb0 View commit details
    Browse the repository at this point in the history
  2. address comments

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    769052d View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. use dispatchTSORequest

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    087fd63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90ddb1e View commit details
    Browse the repository at this point in the history
  3. update cluster id

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    7d27776 View commit details
    Browse the repository at this point in the history
  4. address comments: directly judge by IsAPIServiceMode and add judge to…

    … avoid panic
    
    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    c39b836 View commit details
    Browse the repository at this point in the history
  5. fix conflict

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    91319a2 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of http://github.com/tikv/pd into forward

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    362a41c View commit details
    Browse the repository at this point in the history
  7. add test

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    a6621d2 View commit details
    Browse the repository at this point in the history
  8. reduce test time

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    a21150d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5744ddd View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. address comments: rename

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    5bee178 View commit details
    Browse the repository at this point in the history
  2. set default keyspace info

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    90bd7fb View commit details
    Browse the repository at this point in the history
  3. address comment

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    ff2c1df View commit details
    Browse the repository at this point in the history
  4. use default key space info

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    8873ed8 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Merge branch 'master' of http://github.com/tikv/pd into forward

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    a97b730 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16f560e View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. address comments: save tso forward stream

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    d032ca3 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Merge branch 'master' of http://github.com/tikv/pd into forward

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    4a8f084 View commit details
    Browse the repository at this point in the history
  2. add test for disable tso service in api service mode

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    21bfd68 View commit details
    Browse the repository at this point in the history