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

txn-file: Fix missing txn chunks in prewrite #1350

Merged
merged 2 commits into from
May 27, 2024

Conversation

pingyu
Copy link
Contributor

@pingyu pingyu commented May 22, 2024

Close #1349

Changes

  1. Sort chunks by both region & chunks.
  2. Remove success ranges.
  3. Group batches by { regionID, regionVer } (remove conf_ver) to avoid group chunks to different batch if conf_ver changed during grouping.

Signed-off-by: Ping Yu <yuping@pingcap.com>
Signed-off-by: Ping Yu <yuping@pingcap.com>
@coocood coocood merged commit e36f29c into tikv:tidb-cse-7.5 May 27, 2024
9 checks passed
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.

2 participants