Commit Graph

2072 Commits

Author SHA1 Message Date
21cfb9d4aa copr: enable region load balance for MPP (#38117)
close pingcap/tidb#38113
2022-09-26 09:55:43 +08:00
858b8a38ea *: add foreign key constraint check when execute insert statement (#37466)
close pingcap/tidb#37465
2022-09-24 00:41:43 +08:00
16693f8cd2 store/copr: update copr-cache admission for paging and initial copr task's paging size (#38012)
close pingcap/tidb#37768, ref pingcap/tidb#37974
2022-09-22 12:05:03 +08:00
ddde29a42f store: handle nil execption (#37998)
close pingcap/tidb#37989
2022-09-20 18:55:04 +08:00
b5e17ad9f5 store: return right error when to get non-200 http code from pd (#37982)
close pingcap/tidb#37983
2022-09-20 16:21:05 +08:00
bfa9d08e31 *: use sync.map for mppStoreLastFailTime (#37318)
close pingcap/tidb#37317
2022-09-20 10:59:01 +08:00
b5ed6740df ddl: fix collect TiFlash sync status bug (#37923)
close pingcap/tidb#37862
2022-09-19 15:31:02 +08:00
1eeedacc60 *: remove goleak's ignoring opencensus top function (#37908) 2022-09-19 12:29:00 +08:00
226e374f9c *: return error and add some logs when request PD failed (#37838)
ref pingcap/tidb#37749
2022-09-15 20:02:59 +08:00
e9a857756a executor: optimize point lock read process for rc (#36834)
close pingcap/tidb#36833
2022-09-15 15:08:59 +08:00
40e67edcca *: redirect the DML writes to a temp index during creating index (#37709)
ref pingcap/tidb#35983
2022-09-15 11:22:59 +08:00
884898b812 txn: distinguish write conflict reasons (#37735)
close pingcap/tidb#37734
2022-09-14 14:46:58 +08:00
5a8e1b2665 executor: exit all goroutines immediately when exceeded mem-quota (#37405)
close pingcap/tidb#37379
2022-09-14 14:12:58 +08:00
a1f61f0458 distsql,store: fix copr-cache hit/miss metrics (#37720)
close pingcap/tidb#37715
2022-09-08 23:16:56 +08:00
c75969310d store: sets flagPreviousPresumeKNE after when a stmt finishes which sets Pre… (#37625)
ref pingcap/tidb#36579
2022-09-06 20:38:55 +08:00
835922a5cd txn: support skipping locking of some INSERT in pessimistic transactions (#36473)
close pingcap/tidb#36579
2022-09-01 18:34:25 +08:00
7286061bc9 *: enable fieldalignment (#35802) 2022-08-24 15:56:21 +08:00
fe4e6ba749 kv,store/copr: make kv.KeyRange the same with coprocessor.KeyRange, so we can use unsafe optimization (#37288)
close pingcap/tidb#37286
2022-08-23 18:20:20 +08:00
d6d0ce7b10 *: gofmt code for adapting go 1.19 (#36832)
ref pingcap/tidb#36879
2022-08-11 12:50:49 +08:00
ef136efd12 br,lightning: S3 URL support assuming role (#36893)
close pingcap/tidb#36891
2022-08-04 23:06:06 +08:00
5b4a82dbf4 *: upgrade bazel timeout (#36776) 2022-08-02 11:10:05 +08:00
cc2fcfceca ddl/schematracker: fix SetDDL will cause data race (#36768)
close pingcap/tidb#36766
2022-08-02 00:24:05 +08:00
xhe
9a16a8dd19 *: replace defer clean with t.Cleanup (#36722)
close pingcap/tidb#36721
2022-08-01 17:34:05 +08:00
158ba1a1d9 *: enable part revive for all code (#36703) 2022-08-01 14:02:06 +08:00
be102a3d55 *: fix timestamp conversion (#36705)
close pingcap/tidb#36707
2022-07-29 19:05:12 +08:00
8e77ce264c *: introduce @@tidb_max_paging_size system variable for tuning (#36599)
close pingcap/tidb#36328
2022-07-29 15:29:12 +08:00
8b919bf893 executor,store/copr: fix index merge, distsql request's key ranges should be sorted (#36633)
close pingcap/tidb#36632
2022-07-29 13:49:12 +08:00
6baea73277 *: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (#36660) 2022-07-28 19:23:11 +08:00
e2f1ba9b7e *: update pd-client to ensure tidb-server get clusterID correctly (#36524)
close pingcap/tidb#36478, close pingcap/tidb#36505
2022-07-25 20:41:10 +08:00
bf743a6ca0 *: enable flaky test for all test (#36385)
close pingcap/tidb#36404
2022-07-22 15:35:09 +08:00
98c27d86b9 ddl: fix data race in the setDDLLabelForDiagnosis (#36207)
close pingcap/tidb#36343
2022-07-20 13:09:08 +08:00
e0b4835335 resolve-lock: resolve legacy lock if safepoint < lastSafepoint and skip runGCJob() (#36300)
ref pingcap/tidb#35428
2022-07-19 18:39:07 +08:00
afd71bdefd executor: support dispatch cop request to closest replica adaptively (#35927)
ref pingcap/tidb#35926
2022-07-19 17:59:07 +08:00
48830de368 *: update client-go to improve performance for sortRegion (#36275) 2022-07-18 17:49:08 +08:00
ee1c4f56a8 store/copr: set low concurrency for keep order coprocessor requests (#35975)
close pingcap/tidb#35974
2022-07-17 10:45:06 +08:00
ea306fc40e store/copr: use non-buffered channel for coprocessor response (#35988)
close pingcap/tidb#35987
2022-07-15 18:53:05 +08:00
911e7cc360 *: enable revive (#35970)
ref pingcap/tidb#35345
2022-07-15 16:03:06 +08:00
f47978c3c2 log-backup: add the switch for log backup (#36115)
ref pingcap/tidb#29501
2022-07-15 14:31:06 +08:00
fa00fc5cd5 *: set fine grain timeout and update bazel config (#36220) 2022-07-15 11:11:05 +08:00
bbc2e655d1 log: add get-latest-ts duration of async commit and 1pc into slowlog (#36180)
ref pingcap/tidb#34106
2022-07-14 14:03:05 +08:00
5406793764 store/copr: set a smaller channel size for coprocessor task in the keep order case (#36047)
close pingcap/tidb#36041
2022-07-14 12:39:05 +08:00
81cf12ebf6 executor: parallel cancel mpp query (#36161)
ref pingcap/tiflash#5095, close pingcap/tidb#36164
2022-07-14 00:15:05 +08:00
c6a212f0b5 store/copr: adjust the cop cache admission process time for paging (#36157)
close pingcap/tidb#36156
2022-07-13 23:57:05 +08:00
0b427e1fd6 *: add tidb_min_paging_size system variable (#36107)
close pingcap/tidb#36106
2022-07-13 22:27:05 +08:00
8997604531 store/mockstore/unistore: fix several issues of coprocessor paging in unistore (#36147)
close pingcap/tidb#36145
2022-07-13 18:59:05 +08:00
55aea2787d *: use pdqsort to improve sort performance (#34404)
close pingcap/tidb#34250
2022-07-06 13:41:02 +08:00
cdde0398fe sessionctx,kv,planner: add system variable for fine_grained_shuffle (#35256)
close pingcap/tidb#35342
2022-07-06 10:27:02 +08:00
114c922bc8 *: enable gosec (#35873)
ref pingcap/tidb#35345
2022-07-05 19:39:01 +08:00
af6185182c resolve-lock: resolve locks, TS of which is bigger than safepoint and expired (#35403)
close pingcap/tidb#35428
2022-07-05 09:15:01 +08:00
e50b9430fc *: enable gci (#35823)
ref pingcap/tidb#35345
2022-07-04 14:53:02 +08:00