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

Log Backup: decouple log backup resolve locks from GCWorker. #45904

Merged
merged 56 commits into from
Sep 12, 2023

Commits on Aug 7, 2023

  1. update checkpoint

    3pointer committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    c99737f View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    6ac2d25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    418bd47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bf06cd View commit details
    Browse the repository at this point in the history
  4. avoid cycle import

    3pointer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    a0742dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    885425f View commit details
    Browse the repository at this point in the history
  6. update test

    3pointer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    e0df995 View commit details
    Browse the repository at this point in the history
  7. address comment

    3pointer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    a209893 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. fix bazel

    3pointer committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ae12e5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e4ba62 View commit details
    Browse the repository at this point in the history
  3. fix gc worker unit test

    3pointer committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    713b16f View commit details
    Browse the repository at this point in the history
  4. add ut for resolve lock

    3pointer committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    8d821a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. fix

    3pointer committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    e76a325 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. precise resolve lock ranges

    3pointer committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    2adf397 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. update log

    3pointer committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    bf8b1d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. udpate go mod for client-go

    3pointer committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    1fe03aa View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. update test

    3pointer committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    7e02b09 View commit details
    Browse the repository at this point in the history
  2. remove useless code

    3pointer committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    8dc9ce3 View commit details
    Browse the repository at this point in the history
  3. update test

    3pointer committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    29e65d9 View commit details
    Browse the repository at this point in the history
  4. fix test

    3pointer committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    ba1a4d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. update check time

    3pointer committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    c1628f7 View commit details
    Browse the repository at this point in the history
  2. resolve conflicts

    3pointer committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    99d8d10 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. adapt new lockResolver

    3pointer committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    e58f0fa View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into decouple_pitr_for_gc

    Conflicts:
    	go.mod
    	go.sum
    3pointer committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    74b4459 View commit details
    Browse the repository at this point in the history
  3. make bazel_prepare

    3pointer committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    f22ece2 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. update go mod

    3pointer committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    3a0db58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    effa59b View commit details
    Browse the repository at this point in the history
  3. update

    3pointer committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    9e6fcea View commit details
    Browse the repository at this point in the history
  4. fix bazel build

    3pointer committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    0e4c9d3 View commit details
    Browse the repository at this point in the history
  5. fix race test

    3pointer committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    b7c2912 View commit details
    Browse the repository at this point in the history
  6. fix bazel

    3pointer committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    38c95e4 View commit details
    Browse the repository at this point in the history
  7. fix unit test

    3pointer committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    012bdec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3b9e7e6 View commit details
    Browse the repository at this point in the history
  9. fix unit test

    3pointer committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    d32ed0e View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. fix unit test

    3pointer committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    0d69d7b View commit details
    Browse the repository at this point in the history
  2. udpate

    3pointer committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    22ddfc5 View commit details
    Browse the repository at this point in the history
  3. fix test

    3pointer committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    88e8092 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. fix gc job test

    3pointer committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    75fb8fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e903cc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a60000 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Merge branch 'master' into decouple_pitr_for_gc

    Conflicts:
    	DEPS.bzl
    	go.mod
    	go.sum
    3pointer committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    5d7c382 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. address comments

    3pointer committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    8d94a94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f551b6 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into decouple_pitr_for_gc

    Conflicts:
    	DEPS.bzl
    	go.mod
    	go.sum
    3pointer committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    d92df68 View commit details
    Browse the repository at this point in the history
  4. address comment

    3pointer committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    9802295 View commit details
    Browse the repository at this point in the history
  5. address comment

    3pointer committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    ce3726f View commit details
    Browse the repository at this point in the history
  6. address comment

    3pointer committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    e581709 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. address comment

    3pointer committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    d69e652 View commit details
    Browse the repository at this point in the history
  2. address comment

    3pointer committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    a545c59 View commit details
    Browse the repository at this point in the history
  3. address comment

    3pointer committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    c41accc View commit details
    Browse the repository at this point in the history
  4. fix ut

    3pointer committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    ba6c52a View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. fix unstable test

    3pointer committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    78ace34 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. address comment

    3pointer committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    be0c535 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b55796f View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    2ac41e7 View commit details
    Browse the repository at this point in the history
  2. address comments

    3pointer committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    5ae1830 View commit details
    Browse the repository at this point in the history