Skip to content

log backup advancer stop the log backup task when it failed to get global checkpoint ts at the first tick #58031

@Leavrth

Description

@Leavrth

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

  1. Another TiDB node becomes new log backup advancer owner.
  2. the --start-ts of the log backup task is recorded as current global checkpoint ts at the first.
  3. the advancer failed to collect the whole region level checkpoint ts, so it can't update the new global checkpoint ts.
  4. it compares the current ts with its recorded global checkpoint ts(--start-ts), and finds that the gap is so large.
  5. Therefore, the advancer stop the log backup task.

2. What did you expect to see? (Required)

3. What did you see instead (Required)

4. What is your TiDB version? (Required)

Metadata

Metadata

Assignees

No one assigned

    Labels

    affects-6.5This bug affects the 6.5.x(LTS) versions.affects-7.1This bug affects the 7.1.x(LTS) versions.affects-7.5This bug affects the 7.5.x(LTS) versions.affects-8.1This bug affects the 8.1.x(LTS) versions.affects-8.5This bug affects the 8.5.x(LTS) versions.component/brThis issue is related to BR of TiDB.report/customerCustomers have encountered this bug.severity/majortype/bugThe issue is confirmed as a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions