-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
fix(restore): Set kv version to restoreTs for all keys (#7930) #8563
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mangalaman93
requested review from
akon-dey,
skrdgraph,
darkn3rd,
meghalims,
matthewmcneely and
billprovince
as code owners
January 4, 2023 07:54
mangalaman93
added
the
slash-to-main
PRs which bring slash branch on par with main.
label
Jan 4, 2023
matthewmcneely
previously approved these changes
Jan 5, 2023
MichelDiz
previously approved these changes
Jan 5, 2023
mangalaman93
force-pushed
the
aman/restoreTs
branch
from
January 6, 2023 06:47
05bae0f
to
0985b36
Compare
mangalaman93
force-pushed
the
aman/acl
branch
from
January 17, 2023 07:56
6c3eaae
to
ff17dff
Compare
mangalaman93
force-pushed
the
aman/restoreTs
branch
from
January 17, 2023 07:56
0985b36
to
8c8102e
Compare
mangalaman93
force-pushed
the
aman/acl
branch
from
January 18, 2023 20:36
ff17dff
to
1029af1
Compare
mangalaman93
force-pushed
the
aman/restoreTs
branch
from
January 18, 2023 21:39
8c8102e
to
c129021
Compare
mangalaman93
force-pushed
the
aman/acl
branch
from
January 20, 2023 09:13
1029af1
to
12b5ebe
Compare
mangalaman93
force-pushed
the
aman/restoreTs
branch
from
January 20, 2023 09:14
c129021
to
b7c2cdd
Compare
mangalaman93
force-pushed
the
aman/acl
branch
3 times, most recently
from
January 31, 2023 16:51
e200988
to
24e8ae7
Compare
akon-dey
dismissed stale reviews from MichelDiz and matthewmcneely
via
February 1, 2023 02:59
b7c2cdd
mangalaman93
force-pushed
the
aman/restoreTs
branch
from
February 1, 2023 09:55
b7c2cdd
to
cbe1a11
Compare
harshil-goel
approved these changes
Feb 1, 2023
harshil-goel
approved these changes
Feb 1, 2023
harshil-goel
approved these changes
Feb 1, 2023
harshil-goel
approved these changes
Feb 1, 2023
The kv version should be set to restore timestamp for rolled-up keys and schema keys as well.
mangalaman93
force-pushed
the
aman/restoreTs
branch
from
February 1, 2023 17:28
cbe1a11
to
7f72777
Compare
matthewmcneely
approved these changes
Feb 1, 2023
all-seeing-code
pushed a commit
that referenced
this pull request
Feb 8, 2023
all-seeing-code
pushed a commit
that referenced
this pull request
Feb 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The kv version should be set to restore timestamp for rolled-up keys and schema keys as well. It would be inconsistent to write data at different timestamp compared to the timestamp that we use for writing schema keys.