Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

BR cannot incremental restore when met DDL with auto random DDL #228

@3pointer

Description

@3pointer
  1. What did you do?
    incremental restore met DDL with auto random would fail, reproduce it with follow step
    1. Full backup
    2. create table ta(a int(11) NOT NULL /*T!30100 AUTO_RANDOM(5) */, PRIMARY KEY (a))
    3. Incremental backup
    4. Full restore
    5. Incremental restore will fail
Invalid auto random: auto_random is an experimental feature, which can only be used when allow-auto-random is enabled. This can be changed in the configuration.
  1. What did you expect to see?
    incremental restore success

  2. What did you see instead?

Invalid auto random: auto_random is an experimental feature, which can only be used when allow-auto-random is enabled. This can be changed in the configuration.
  1. What version of BR and TiDB/TiKV/PD are you using?
    br 3.1-rc
    br 4.0-rc

Metadata

Metadata

Assignees

No one assigned

    Labels

    type/bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions