cdc: adjust assertion when merge locks#19047
Conversation
Signed-off-by: 3AceShowHand <jinl1037@hotmail.com>
|
@asddongmen: adding LGTM is restricted to approvers and reviewers in OWNERS files. DetailsIn response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: asddongmen, cfzjywxk, YuJuncen The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
In response to a cherrypick label: new pull request created to branch |
|
In response to a cherrypick label: new pull request created to branch |
close tikv#19048 fix potential panic which may happen when subscribe the region and meet rollback and prewrite entry Signed-off-by: 3AceShowHand <jinl1037@hotmail.com>
What is changed and how it works?
Issue Number: Close #19048
What's Changed:
Similar to the #19025, but the region is subscribed after the rollback prewrite entry stored into the disk and before the prewrite the same key.
Related changes
pingcap/docs/pingcap/docs-cn:Check List
Tests
Side effects
Release note