Skip to content

Prevent pipelined transactions from blocking resolved-ts #17459

@ekexium

Description

@ekexium

Development Task

In current TiKV(v8.3), large transactions can block resolve-ts from advancing, because it is calculated as min(pd-tso, min(lock.ts)), which is actually a more stringent constraint than its original definition. A lock from a pipelined txn can live several hours. This will make services dependent on resolved-ts unavailable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type/enhancementThe issue or PR belongs to an enhancement.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions