Commit Graph

2489 Commits

Author SHA1 Message Date
9fb2d6c357 util/execdetails: fix potential risks of fatal error concurrent map read and map write (#42019)
close pingcap/tidb#39076
2023-03-09 11:09:13 +08:00
4f97ade0e0 executor: LOAD DATA record progress in a table (#41871)
ref pingcap/tidb#40499
2023-03-08 18:55:12 +08:00
2cddfb3ecd domain: support more params for extract plan task (#41975)
ref pingcap/tidb#41130
2023-03-08 13:09:12 +08:00
18f1ecdfcd planner: add monitor for non-prepared plan cache (#41752)
ref pingcap/tidb#36598
2023-03-07 19:41:12 +08:00
zzm
f43b1bb291 stmtsummary: stmtsummary with keyspace (#41882)
close pingcap/tidb#41881
2023-03-06 17:49:11 +08:00
zzm
a39d7fb09b util: add keyspace into log (#41844)
close pingcap/tidb#41843
2023-03-06 14:21:11 +08:00
9e275181be txn: Slow txn log (#41864)
close pingcap/tidb#41863
2023-03-06 11:47:11 +08:00
723526708d metrics: attach const label keyspace_id (#41693)
close pingcap/tidb#41698
2023-03-04 00:03:10 +08:00
227b461fe1 planner: optimize ifnull(not-null-column, ...) to a cast instead of eliminating it. tidb-test=pr/2098 (#41823)
close pingcap/tidb#41734
2023-03-03 14:51:10 +08:00
b18d0ebef5 resourcemanager: stop scheduler in the old linux kernal (#41766)
close pingcap/tidb#41808
2023-03-02 16:49:10 +08:00
8a96edc399 util, executor: fix analyze stmts be killed unexpectedly (#41826)
close pingcap/tidb#41825
2023-03-02 11:33:09 +08:00
e45c97021f planner: add more test cases for non-prep plan cache (#41822)
ref pingcap/tidb#36598
2023-03-01 16:11:09 +08:00
31e1aab5f0 *: Standardize use of conn_id=, connID= and conn= in messages (#41700)
close pingcap/tidb#41699
2023-02-23 23:13:07 +08:00
12107e33d3 planner: refactor plan cache LRU code (#41618)
ref pingcap/tidb#40219
2023-02-22 13:27:06 +08:00
e3896bd6fb *: pin go1.20 (#41604)
close pingcap/tidb#40969
2023-02-20 23:33:05 +08:00
4ccce9c526 planner, expression: support multi-distinct agg under MPP mode (#39973) 2023-02-20 19:07:20 +08:00
c987515367 *: upgrade go 1.20.1 (#40965)
ref pingcap/tidb#40969
2023-02-20 17:49:05 +08:00
b0519d822e executor: detach memTracker when open executor (#41556)
close pingcap/tidb#41476
2023-02-20 15:47:05 +08:00
f72b79c0db gctuenr: fix unstable test TestFinalizer (#41564)
close pingcap/tidb#41563
2023-02-20 12:39:05 +08:00
218ca1c537 gctuner: fix goleak in the memoryLimitTuner.tuning (#41523)
close pingcap/tidb#41524
2023-02-17 00:20:15 +08:00
c14f19b200 stmtv2: flush the last window before shutdown (#41486)
close pingcap/tidb#41485
2023-02-16 23:34:02 +08:00
9e34a4882c cgroup: refine the handling of errNoCPUControllerDetected (#41475)
ref pingcap/tidb#39786
2023-02-16 12:12:08 +08:00
0e3f5a8f5f *: bazel upgrade shard_count (#41417) 2023-02-15 12:10:01 +08:00
a78ff88c3d *: upgrade golangci-linter (#41317) 2023-02-14 20:54:01 +08:00
2f69ba3199 stmtv2: ignore corrupted line when scan (#41374)
close pingcap/tidb#41373
2023-02-14 19:54:01 +08:00
d1ee57433a etcd_test: remove unnecessary sleep, make ci more stable (#41378)
close pingcap/tidb#37652
2023-02-14 15:10:10 +08:00
95c5328b19 cgroup: improve test to find cgroup compatibility issues (#41347)
close pingcap/tidb#39786
2023-02-13 19:36:01 +08:00
5f61dedcbf stmtsummary: fix panic in stmts test (#41334)
close pingcap/tidb#41315
2023-02-13 16:04:01 +08:00
79ae1e3c1f *: update bazel config (#41296) 2023-02-13 14:38:01 +08:00
123abe5e21 stmtsummary: fix data race in test (#41287)
close pingcap/tidb#41275
2023-02-13 13:10:00 +08:00
e8a7caa686 util: fix dropped error (#41254) 2023-02-12 03:28:00 +08:00
95e660f3f4 util/gpool/spmc: add a sleep to a simple for (#41240)
close pingcap/tidb#41205
2023-02-10 12:15:59 +08:00
98fe813b49 planner: fix space requirement when binding from history (#41140)
close pingcap/tidb#41126
2023-02-09 21:26:25 +08:00
1167fafdd6 stmtsummary: add persistence implementation (#40814)
ref pingcap/tidb#40812
2023-02-09 18:05:59 +08:00
8398f0fe09 *: fix a timezone data race which may cause wrong row data (#41146)
close pingcap/tidb#40710
2023-02-08 12:21:58 +08:00
b2cfccaa0d metrics: add tidb_rm_pool_concurrency (#41113)
close pingcap/tidb#41114
2023-02-07 13:23:58 +08:00
00d48f90e6 *: update util/tracing and remove repeated code (#40825)
close pingcap/tidb#40809
2023-02-06 22:35:58 +08:00
975d177286 *: add resource group name into information_schema.processlist (#40739)
close pingcap/tidb#40724
2023-02-03 22:23:56 +08:00
3c4976bd00 resourcemanager: fix TaskController.Stop() can't make producer exit in spmcpool (#41016)
close pingcap/tidb#41015
2023-02-03 15:23:56 +08:00
19ecde04ef util: fix memory leak in chunk allocator (#40989)
close pingcap/tidb#40987
2023-02-02 18:23:56 +08:00
04f9b3c150 *: add UseAutoScaler config to disable AutoScaler (#40966)
close pingcap/tidb#40971
2023-02-02 16:11:56 +08:00
337af61d95 resourcemange: fix delete more workers than expected (#40894)
close pingcap/tidb#40893
2023-02-02 13:33:55 +08:00
f0575a847b *: unify wru,rru to ru (#40884)
close pingcap/tidb#40883
2023-02-02 11:47:56 +08:00
d28a8d84b5 *: support MockAutoScaler and AWSAutoScaler (#40729)
close pingcap/tidb#40747
2023-02-01 19:11:56 +08:00
9ebd766b53 util: add InTest to check whether to be in test (#40927)
close pingcap/tidb#40929
2023-02-01 15:27:56 +08:00
ee758bcf8b Variables: enhance tidb_enable_gc_tuner (#40850)
close pingcap/tidb#40849
2023-01-30 22:33:55 +08:00
8e963505c1 bazel: upgrade rules_go to prepare for Go 1.20 (#40776)
close pingcap/tidb#40798
2023-01-29 15:35:54 +08:00
ad38dbbc02 resourcemanager: scheduler subtask in the pool's task (#40670)
close pingcap/tidb#40719
2023-01-29 15:07:54 +08:00
76153ab9ff lint: update config of deprecated linter (#40763)
ref pingcap/tidb#40786
2023-01-28 11:57:53 +08:00
5b82653605 *: Setup Global Resource Controller (#40732)
close pingcap/tidb#40731
2023-01-20 17:03:50 +08:00