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

br: Support backup replica read #40899

Merged
merged 24 commits into from
Feb 9, 2023
Merged

Commits on Feb 8, 2023

  1. Support backup replica read

    Signed-off-by: Yang Zhang <yang.zhang@pingcap.com>
    v01dstar committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    c66cb8f View commit details
    Browse the repository at this point in the history
  2. Clean up

    Signed-off-by: Yang Zhang <yang.zhang@pingcap.com>
    v01dstar committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    334598a View commit details
    Browse the repository at this point in the history
  3. Add integration test for backup replica read

    Signed-off-by: Yang Zhang <yang.zhang@pingcap.com>
    v01dstar committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    3ac6c75 View commit details
    Browse the repository at this point in the history
  4. Use store label instead of role for backup replica read

    Signed-off-by: Yang Zhang <yang.zhang@pingcap.com>
    v01dstar committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    719ba97 View commit details
    Browse the repository at this point in the history
  5. Use kvproto main branch

    Signed-off-by: Yang Zhang <yang.zhang@pingcap.com>
    v01dstar committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    9351c51 View commit details
    Browse the repository at this point in the history
  6. Fix typo

    Signed-off-by: Yang Zhang <yang.zhang@pingcap.com>
    v01dstar committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    f30d6e6 View commit details
    Browse the repository at this point in the history
  7. Remove mistakenly added file

    Signed-off-by: Yang Zhang <yang.zhang@pingcap.com>
    v01dstar committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    7a955b3 View commit details
    Browse the repository at this point in the history
  8. Make backup returns earlier if no store matches the label

    Signed-off-by: Yang Zhang <yang.zhang@pingcap.com>
    v01dstar committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    16ddeb5 View commit details
    Browse the repository at this point in the history
  9. Add fail case for backup replica read test

    Signed-off-by: Yang Zhang <yang.zhang@pingcap.com>
    v01dstar committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    1899385 View commit details
    Browse the repository at this point in the history
  10. Revert back placement when test is done

    Signed-off-by: Yang Zhang <yang.zhang@pingcap.com>
    v01dstar committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    b6f166a View commit details
    Browse the repository at this point in the history
  11. Fix test

    Signed-off-by: Yang Zhang <yang.zhang@pingcap.com>
    v01dstar committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    72cf514 View commit details
    Browse the repository at this point in the history
  12. Prolong the peer lookup retry time, fix test

    Signed-off-by: Yang Zhang <yang.zhang@pingcap.com>
    v01dstar committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    2304ece View commit details
    Browse the repository at this point in the history
  13. Stablize test

    Signed-off-by: Yang Zhang <yang.zhang@pingcap.com>
    v01dstar committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    351d6e6 View commit details
    Browse the repository at this point in the history
  14. Normalize error message

    Signed-off-by: Yang Zhang <yang.zhang@pingcap.com>
    v01dstar committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    efdc3bb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    af0fca1 View commit details
    Browse the repository at this point in the history
  16. Fix bug

    Signed-off-by: Yang Zhang <yang.zhang@pingcap.com>
    v01dstar committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    27d5709 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9cfadae View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    804869f View commit details
    Browse the repository at this point in the history
  19. Remove unused changes

    Signed-off-by: Yang Zhang <yang.zhang@pingcap.com>
    v01dstar committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    acd3bee View commit details
    Browse the repository at this point in the history
  20. Update br/pkg/task/backup.go

    Co-authored-by: 3pointer <qdlc2010@gmail.com>
    v01dstar and 3pointer authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    8835b91 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3587c74 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    585a93b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d9c953 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    add714f View commit details
    Browse the repository at this point in the history