3pointer

Results 39 comments of 3pointer

These error logs introduced by TiDB domain. and does no harm to backup. I think we can reduce the severity.

The failed reason is [`DumpsStatsToJson`](https://github.com/pingcap/br/blob/006480b87ee371a985c9bbaa477ff13b2c6ebe2e/pkg/backup/client.go#L350) is not compatible when TiDB is upgraded from v4.0.0. To workaround, user can add `--ignore-stats=true` to command to skip backup stats. and we need find...

The reason is we split regions by table rewrite rule and data rewrite rule. but these rules are duplicated. 1. we collect the rewrite rules for each table before restoration....

After discussion we have confirmed the initial requirement expectations of the PITR: 1. Support recover to the latest available point in time(RPO close to 0). 2. Implement Point-in-Time Recovery on...

lgtm(but we should change the code if we merge it into master)

can we distinguish the view in tiflash side? ActionType: 60 is only used for br. actually it's means batchCreateTable with tableInfos. include tables/views. We can change the action name from...

br and lightning didn't use grpc to connect TiDB, so I think the error log didn't came from br or lightning