Closed LykxSassinator closed 1 week ago
Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all
/test ?
@wuhuizuo: The following commands are available to trigger required jobs:
/test rust-nightly
/test rust-stable
/test rust-nightly
/test rust-stable
/test rust-nightly
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: Connor1996, overvenus
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Timeline:
2024-11-05 05:35:37.378863481 +0000 UTC m=+932850.218019027
: :ballot_box_with_check: agreed by Connor1996.2024-11-06 02:45:59.182895903 +0000 UTC m=+1009072.022051448
: :ballot_box_with_check: agreed by overvenus.
What is changed and how it works?
Issue Number: Close #https://github.com/tikv/tikv/issues/17383
What's Changed:
To address the corner case where a read thread encounters a panic due to reading with a stale index from the
Memtable
, which has been updated by a background thread that has already purged the stale logs.