Commit Graph

703 Commits

Author SHA1 Message Date
567152e8f4 ttl, lightning: fix panic when importing TTL table data using lightning (#42014)
close pingcap/tidb#42012
2023-03-08 19:37:21 +08:00
4f97ade0e0 executor: LOAD DATA record progress in a table (#41871)
ref pingcap/tidb#40499
2023-03-08 18:55:12 +08:00
31e48947ff lightning: some refactor about id allocation (#41994)
ref pingcap/tidb#40499
2023-03-08 15:03:22 +08:00
3f3be2f84e br: continuing retry when pitr met the error about memory is limited (#41982)
close pingcap/tidb#41983
2023-03-07 21:45:13 +08:00
7d7350f2b2 lightning: replace grpc gzip compressor with klauspost/compress/gzip (#41974)
close pingcap/tidb#41970
2023-03-07 15:33:19 +08:00
f7d23ebdb0 lightning: gcs reader seekend should has an positive offset (#41900)
close pingcap/tidb#41899
2023-03-07 13:27:11 +08:00
cb7ce7d973 ddl: fix check unique multi-valued index (#41910)
close pingcap/tidb#41907
2023-03-07 12:17:12 +08:00
6505048490 lightning: fix keyspaceName privilege problem (#41959)
close pingcap/tidb#41915
2023-03-07 10:43:12 +08:00
9958a93ae8 lightning: rename and move some struct (#41946)
ref pingcap/tidb#40499
2023-03-06 17:49:33 +08:00
723526708d metrics: attach const label keyspace_id (#41693)
close pingcap/tidb#41698
2023-03-04 00:03:10 +08:00
1d293d8159 executor: implement part of restrictive LOAD DATA (#41793)
close pingcap/tidb#41784
2023-03-03 22:23:10 +08:00
04fefc97e6 load data: add with options (#41890)
ref pingcap/tidb#40499
2023-03-03 21:21:23 +08:00
7a8cace3bf Lightning: reduce the complexity of precheck (#41839)
close pingcap/tidb#41895
2023-03-03 19:21:10 +08:00
caa1a7c4c0 lightning: remove ctx from dupDetectIter (#41867)
close pingcap/tidb#41859
2023-03-02 18:13:10 +08:00
6e8eb6ef77 build(deps): bump loader-utils from 2.0.0 to 2.0.4 in /br/web (#39177) 2023-03-02 16:21:10 +08:00
efe553385b log-backup: fix the issue that gc-worker owner cannot check log-backup task existed. (#41824)
close pingcap/tidb#41806
2023-03-02 12:23:09 +08:00
17c1376f19 br/lightning: change KvPair's row ID type from int64 to []bytes (#41787)
ref pingcap/tidb#37119
2023-03-01 20:15:10 +08:00
4db3d4739b log-backup: allow coordinator to upload GC safepoint (#40102)
close pingcap/tidb#40101
2023-03-01 12:01:09 +08:00
1da60a3ce4 executor: check error message and refine LOAD DATA logic (#41640)
ref pingcap/tidb#40499
2023-02-28 21:19:09 +08:00
7b6e692eba br: display hidden flag of concurrency (#30085) 2023-02-27 19:07:08 +08:00
7aedf315e7 lightning: refine write and ingest logic more like producer-consumer (#40692)
close pingcap/tidb#40725
2023-02-27 14:13:08 +08:00
01ddb4cb80 BR: move check_cdc to public pkg (#41505)
close pingcap/tidb#41504
2023-02-23 15:31:06 +08:00
7cac20ee19 br: fix s3 timeout (#41649)
close pingcap/tidb#41650
2023-02-23 14:07:06 +08:00
41e44fbf5a backup: add retry mechanism for checksum (#41587)
close pingcap/tidb#41636
2023-02-23 11:01:06 +08:00
90412c432a lightning/parser: add more options to support LOAD DATA (#41573)
ref pingcap/tidb#41543
2023-02-20 22:51:05 +08:00
9e120b68ce executor: implement NULL DEFINED BY for LOAD DATA (#41541)
ref pingcap/tidb#40499
2023-02-20 20:43:05 +08:00
d161aa6e45 executor: LOAD DATA use lightning CSV parser (#40852)
ref pingcap/tidb#40499
2023-02-16 19:22:02 +08:00
9675c533ca test: change retry limit for ScanRegionAttemptTimes (#41489)
close pingcap/tidb#41479
2023-02-16 16:46:03 +08:00
6837bd588d lightning: support auto_random column in composite primary key (#41463)
close pingcap/tidb#41454
2023-02-16 13:40:01 +08:00
e9e08d98f3 sessionctx: set timeout short (#41473) 2023-02-16 12:28:02 +08:00
7b153cc5c2 lightning: fix total_bytes is always 0 in log (#41429) 2023-02-16 11:52:02 +08:00
005a74a313 br: open parallel test for storage_test (#41450)
close pingcap/tidb#41449
2023-02-15 20:24:01 +08:00
0e3f5a8f5f *: bazel upgrade shard_count (#41417) 2023-02-15 12:10:01 +08:00
41c1250c26 br: reused table id is disabled when restore a brand-new cluster (#41358)
close pingcap/tidb#41333
2023-02-14 19:06:02 +08:00
5999b2cebe br: security update br image:1.18.1-alpine to 1.18.9-alpine (#40863)
ref pingcap/tidb#39052
2023-02-14 16:04:01 +08:00
55c83585d2 lighting/parser: align NULL and ESCAPED BY with LOAD DATA (#40909)
ref pingcap/tidb#40499
2023-02-13 23:10:01 +08:00
534bd02b7a br: increase the sleep time in the waitForSend function (#41322)
close pingcap/tidb#41210
2023-02-13 19:10:01 +08:00
558813a2ae log-backup: added cache for sst_importer client (#41305)
close pingcap/tidb#41328
2023-02-13 15:44:01 +08:00
79ae1e3c1f *: update bazel config (#41296) 2023-02-13 14:38:01 +08:00
01f8f6a84a br: fix backup ci (#41295)
ref pingcap/tidb#40404, ref pingcap/tidb#40898
2023-02-11 22:22:00 +08:00
ca1d9fbc98 lightning: revert db timeout changes for analyze (#41012)
close pingcap/tidb#40941
2023-02-11 15:14:00 +08:00
86d10c5573 Lightning: use **** to represent secret key in unit test (#41269)
close pingcap/tidb#41268
2023-02-10 23:26:00 +08:00
532689cb00 lightning: fix panic when user cancel (#41236)
close pingcap/tidb#41235
2023-02-10 11:13:59 +08:00
7f88e73af6 br: skip template system table __TiDB_BR_Temporary_mysql when backup (#41000)
close pingcap/tidb#40797
2023-02-09 23:53:59 +08:00
b359ee77e7 lightning: support compression when sending kv pairs to tikv (#41164)
close pingcap/tidb#41163
2023-02-09 18:06:23 +08:00
9cb4c488fc br: Support backup replica read (#40899)
ref pingcap/tidb#40898
2023-02-09 18:06:08 +08:00
7255868dae lightning: do resolve conflict job when other lightning has local dupes (#41157)
close pingcap/tidb#40923
2023-02-09 13:24:00 +08:00
d16f4c0ed0 pitr: prevent from restore point to cluster running log backup (#40871)
ref pingcap/tidb#40797
2023-02-09 11:38:00 +08:00
ae6054242e ddl: forbid tiflash while enabling API v2 (#41167)
ref pingcap/tidb#41166
2023-02-09 01:41:59 +08:00
37fce43abd lightning: introduce param to skip CSV header parsing (#41128)
close pingcap/tidb#40839
2023-02-09 00:03:58 +08:00