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

tikv: ensure safe-ts won't be max uint64 #1250

Merged
merged 5 commits into from
Mar 28, 2024
Merged

Conversation

zyguan
Copy link
Contributor

@zyguan zyguan commented Mar 26, 2024

Try to fix #1249

with this PR, no stale read miss after rolling restart tikv:
2024-03-27_091441

without this fix:
2024-03-27_094136

zyguan added 2 commits March 27, 2024 08:39
Signed-off-by: zyguan <[email protected]>
Signed-off-by: zyguan <[email protected]>
@zyguan zyguan marked this pull request as ready for review March 27, 2024 01:18
tikv/kv_test.go Outdated Show resolved Hide resolved
tikv/kv_test.go Show resolved Hide resolved
@cfzjywxk cfzjywxk merged commit 81d8dea into tikv:master Mar 28, 2024
10 checks passed
zyguan added a commit to zyguan/client-go that referenced this pull request Apr 28, 2024
@zyguan zyguan mentioned this pull request Apr 28, 2024
cfzjywxk pushed a commit that referenced this pull request Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

safe-ts is set to max uint64 after rolling restart tikv
4 participants