kennytm
kennytm
Hello is there any progress on this? 😄
Hi, * If the Spark cluster is able to generate TiDB-specific SST files, it would be much easier to use [BR](https://pingcap.com/docs-cn/dev/how-to/maintain/backup-and-restore/br/) to restore the SSTs rather than TiDB Lightning. *...
🤔 I assume this is more than #69?
The culprit is that there are two "add a table" operations almost simultaneously (differing only 8ms) ```log [xxx.xxx.5.147] Jul 27, 2022 @ 10:26:09.620 [owner.go:268] ["add a table"] [tableId=12920] [boundaryTs=434867736286331009] [xxx.xxx.5.147]...
for BR in SQL you could do `SHOW BACKUPS` since pingcap/tidb#22699
Something to clarify 1. Where the tracing output will be stored, and what format to use 2. Tracing will cause some performance drop... what is the acceptable range
what is the incompatibility?
we already have a version check since #311. major version mismatch (e.g. BR 4.0 ↔ TiKV 5.0) is disallowed.
Both TiKV and BR need to connect to the S3 service. On the TiKV side, we are using [`HttpClient::new_with_config`](https://docs.rs/rusoto_core/0.44.0/rusoto_core/request/struct.HttpClient.html#method.new_with_config) in [`rusoto_util`](https://github.com/tikv/tikv/blob/4a75902f266fbbc064f0c19a2a681cfe66511bc3/components/rusoto_util/src/lib.rs#L41), so self-signed certificates won't be accepted. The client must...
the s3 feature is provided by br. transferring the issue.