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

*: decouple the dependency between server and mcs #5933

Merged
merged 15 commits into from
Feb 10, 2023

Commits on Feb 7, 2023

  1. *: decouple the dependency between server and mcs

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    09728d3 View commit details
    Browse the repository at this point in the history
  2. rm install

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

Commits on Feb 9, 2023

  1. address comments

    Signed-off-by: lhy1024 <admin@liudos.us>
    
    Conflicts:
    	cmd/pd-server/main.go
    	pkg/mcs/tso/server/server.go
    	server/server.go
    lhy1024 committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    1d115f0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of http://github.com/tikv/pd into decouple

    Signed-off-by: lhy1024 <admin@liudos.us>
    
    Conflicts:
    	cmd/pd-server/main.go
    	pkg/mcs/tso/server/server.go
    	server/server.go
    lhy1024 committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    ae4c79c View commit details
    Browse the repository at this point in the history
  3. fix conflict

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    4308fa2 View commit details
    Browse the repository at this point in the history
  4. fix handler nil

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

Commits on Feb 10, 2023

  1. add failpoint

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    268b24d View commit details
    Browse the repository at this point in the history
  2. use mok

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    8e199be View commit details
    Browse the repository at this point in the history
  3. address comments

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    d33dd37 View commit details
    Browse the repository at this point in the history
  4. move test

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    69d0b1a View commit details
    Browse the repository at this point in the history
  5. fix client test

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    7f17cb9 View commit details
    Browse the repository at this point in the history
  6. go mod tidy

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    6b9824e View commit details
    Browse the repository at this point in the history
  7. address comments

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    730b9d0 View commit details
    Browse the repository at this point in the history
  8. address comments: rename

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

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