3pointer
3pointer
/run-integration-tests
Is this bug still reproducible? shall we close this issue?
Two reasons cause this problem. 1. Lightning and TiDB cluster have different TZ 2. TiDB cluster's default variable `time_zone` is `SYSTEM` Because we already set [`time_zone`](https://github.com/pingcap/tidb-lightning/blob/master/lightning/restore/tidb.go#L52) to `SYSTEM` in session,...
https://internal.pingcap.net/idc-jenkins/job/br_ghpr_unit_and_integration_test/6147/display/redirect
https://github.com/pingcap/br/pull/636#issuecomment-740344957 This error usually means cdc didn't flush meta to minio. it seems we need sleep more time here...
It seems br won't generate empty SSTs cause we had this [check](https://github.com/tikv/tikv/blob/master/components/backup/src/writer.rs#L187-L188)?
/run-integration-tests
I'm afraid this PR will introduce a new issue. I think the proper way to fix it is to choose the proper table id directory with given `start-ts` and `end-ts`(not...
> Are we going to need a spare TiKV cluster for this? The main issue about constructing the SST file. This is similar to Lightning Local Backend which streams sorted...
https://github.com/pingcap/br/pull/458 may fix it.