-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
affects-8.5This bug affects the 8.5.x(LTS) versions.This bug affects the 8.5.x(LTS) versions.component/brThis issue is related to BR of TiDB.This issue is related to BR of TiDB.severity/majortype/enhancementThe issue or PR belongs to an enhancement.The issue or PR belongs to an enhancement.
Description
Enhancement
Ref #50215
When BR meets a lock, it does not try to push the lock's min_commit_ts and read through the lock like TiDB does.
This means backup can be blocked by a large transaction, especially pipelined DML.
To solve this, we need to pick the "read through lock" optimization to BR.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
affects-8.5This bug affects the 8.5.x(LTS) versions.This bug affects the 8.5.x(LTS) versions.component/brThis issue is related to BR of TiDB.This issue is related to BR of TiDB.severity/majortype/enhancementThe issue or PR belongs to an enhancement.The issue or PR belongs to an enhancement.