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

ebs_br: allow temporary TiKV unreachable during starting snapshot backup #49154

Merged
merged 33 commits into from
Jan 15, 2024

Commits on Dec 4, 2023

  1. remove evict-leader-scheduler

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    a507e5b View commit details
    Browse the repository at this point in the history
  2. fix bug of TiKV restarted

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    aca0873 View commit details
    Browse the repository at this point in the history
  3. added some logs

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    9d66365 View commit details
    Browse the repository at this point in the history
  4. added basic tolarence to tikv failure

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    686ba32 View commit details
    Browse the repository at this point in the history
  5. make bazel_prepare

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    0c595fa View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. added more logs

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    dbee849 View commit details
    Browse the repository at this point in the history
  2. make clippy happy

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    fcfcde7 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. make clippy happy?

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    a3faf29 View commit details
    Browse the repository at this point in the history
  2. make ttl 10 mins default, timeout over ttl

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    0cacb1d View commit details
    Browse the repository at this point in the history
  3. fix licence

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    8e32850 View commit details
    Browse the repository at this point in the history
  4. verify GC resumed after stopping

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    72da33b View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Update tests/realtikvtest/brietest/operator_test.go

    Co-authored-by: BornChanger <97348524+BornChanger@users.noreply.github.com>
    YuJuncen and BornChanger authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    1eed1cf View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. give up as soon as possible

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    e9fdf60 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    02f7283 View commit details
    Browse the repository at this point in the history
  2. make bazel prepare

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    e3cefe1 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. fix build

    YuJuncen committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    2f6ca6c View commit details
    Browse the repository at this point in the history
  2. added license

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    689cb42 View commit details
    Browse the repository at this point in the history
  3. added hostname to caller

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    edeb362 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. added timestamp for caller

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    817e5df View commit details
    Browse the repository at this point in the history
  2. use a new version of license

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    b5a8fb3 View commit details
    Browse the repository at this point in the history
  3. yet another version of license

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    f43b1e9 View commit details
    Browse the repository at this point in the history
  4. added pid for operator

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    490dd16 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    2d93371 View commit details
    Browse the repository at this point in the history
  2. remove pausing scheduler

    YuJuncen committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    78197f7 View commit details
    Browse the repository at this point in the history
  3. fix leak

    YuJuncen committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    12fab7e View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. move ttl to 2 minutes

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    a0d29be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a82b59c View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. added prefix to test tables

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    ccdd36b View commit details
    Browse the repository at this point in the history
  2. fix test over new versions of TiKVs

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    bb02170 View commit details
    Browse the repository at this point in the history
  3. Revert "added prefix to test tables"

    This reverts commit ccdd36b.
    YuJuncen committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    de5f4bc View commit details
    Browse the repository at this point in the history
  4. really fix the test

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    b2c778b View commit details
    Browse the repository at this point in the history
  5. real real fix test case

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    452ba07 View commit details
    Browse the repository at this point in the history
  6. I hope this will be the last fix on the UI

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    31e2fce View commit details
    Browse the repository at this point in the history