e1cc3aca13
domain: fix extract plan task sql ( #42018 )
2023-03-08 19:37:35 +08:00
2cddfb3ecd
domain: support more params for extract plan task ( #41975 )
...
ref pingcap/tidb#41130
2023-03-08 13:09:12 +08:00
29adb0aa86
ddl: Increase ddl unit test speed ( #41034 )
...
close pingcap/tidb#41216
2023-03-07 18:57:12 +08:00
b62e3638e0
domain: revise extract plan package format ( #41876 )
...
ref pingcap/tidb#41130
2023-03-06 12:31:11 +08:00
723526708d
metrics: attach const label keyspace_id ( #41693 )
...
close pingcap/tidb#41698
2023-03-04 00:03:10 +08:00
b80ad030a2
server: add zip response support for extract ( #41750 )
...
ref pingcap/tidb#41130
2023-02-28 11:37:08 +08:00
4716227e7d
server: support server handler for extract handler ( #41682 )
...
close pingcap/tidb#41130
2023-02-24 14:15:07 +08:00
484aa036f9
domain: support extract plan task handle ( #41600 )
...
* Revert "parser: support plan change capture collect stmt (#41478 )"
This reverts commit 301a024ebca317e54124eb71b0afbfb399149e79.
* support extract worker
support extract worker
support extract worker
fix lint
fix lint
add test
add test
* add test
add test
* add test
* add test
* address the comment
2023-02-22 11:59:49 +08:00
fe5824ff7a
sysvar: rename tidb_enable_plan_replayer_continues_capture ( #41498 )
2023-02-17 16:10:03 +08:00
218ca1c537
gctuner: fix goleak in the memoryLimitTuner.tuning ( #41523 )
...
close pingcap/tidb#41524
2023-02-17 00:20:15 +08:00
af7fe50b3d
domain, tidb-server: stop launching new auto analyze job when shutting down ( #41346 )
...
close pingcap/tidb#41318
2023-02-14 16:04:09 +08:00
707d3d50dc
domain: fix data race in the ttlJobManager ( #41289 )
...
close pingcap/tidb#41288
2023-02-13 12:06:01 +08:00
696d7d06e9
*: REORGANIZE PARTITION ( #38535 ) ( #41096 )
...
close pingcap/tidb#38535
2023-02-11 20:28:00 +08:00
48bc046fe1
executor: support plan replayer capture remove task ( #41258 )
...
close pingcap/tidb#41262
2023-02-11 12:04:02 +08:00
ae6054242e
ddl: forbid tiflash while enabling API v2 ( #41167 )
...
ref pingcap/tidb#41166
2023-02-09 01:41:59 +08:00
85c48edbb6
placement: supports survival preferences ( #40613 )
...
close pingcap/tidb#38605
2023-02-08 17:51:59 +08:00
91f675247d
flashback: make br backup full works during flashback cluster ( #40950 )
...
close pingcap/tidb#40404
2023-02-08 16:15:59 +08:00
6adcc6552b
*: use the latest independent resource group manager client ( #41162 )
...
ref pingcap/tidb#38825
2023-02-07 23:55:58 +08:00
191503599a
executor: fix plan replayer dump for tpcds q97 ( #41088 )
...
close pingcap/tidb#41064
2023-02-06 21:45: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
1606b0516e
pd_client: update client and global config ( #40955 )
...
ref pingcap/tidb#38825
2023-02-03 16:55:55 +08:00
3412b5d861
ttl: fix data race in TTL manager and test ( #40976 )
...
close pingcap/tidb#40944
2023-02-02 23:15:57 +08:00
ca2235f461
keyspace: gc delete range ( #40639 )
...
ref pingcap/tidb#40848
2023-02-02 14:29:56 +08:00
c8bffd42c2
DDL: Skip collecting TiFlash status when TiFlash is down ( #40872 )
...
close pingcap/tidb#38484
2023-01-31 14:31:55 +08:00
91686a3060
executor: add historical stats test and make it enabled ( #40664 )
2023-01-30 21:45:54 +08:00
fe4a81df82
sessionctx: add validation for tidb_enable_plan_replayer_continues_capture ( #40787 )
2023-01-29 17:15:54 +08:00
5b82653605
*: Setup Global Resource Controller ( #40732 )
...
close pingcap/tidb#40731
2023-01-20 17:03:50 +08:00
38a7c6220e
mockstore: update pd/client and client-go to repair kvproto compatibility ( #40597 )
...
close pingcap/tidb#40598
2023-01-20 14:29:50 +08:00
6b752fe805
domain: let background process unify wg.Run ( #40640 )
2023-01-18 14:09:51 +08:00
f7d35abd12
domain: use enhanced waitGroupWrapper in domain #40606 ( #40626 )
...
ref pingcap/tidb#40330
2023-01-17 20:03:49 +08:00
1083f79f51
handle: use separete ctx for initStats ( #40604 )
...
close pingcap/tidb#40548
2023-01-16 18:23:48 +08:00
22b43ff396
domain: add timeout for updateStatsWorker exit process ( #40434 )
...
* fix
* fix
* fix
* fix
Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io >
Co-authored-by: Weizhen Wang <wangweizhen@pingcap.com >
2023-01-12 14:46:33 +08:00
7beec04214
sysvar: add switch for plan replayer capture using historical stats ( #40492 )
...
* add switch
* fix
* fix
* fix
Co-authored-by: Weizhen Wang <wangweizhen@pingcap.com >
Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io >
2023-01-11 19:44:33 +08:00
668881fac5
executor: add partition table testcase for historical stats ( #40453 )
...
* add partition table testcase
* add partition table testcase
* fix lint
Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io >
2023-01-11 15:46:33 +08:00
10f00936b7
keyspace: introduce keyspace conf and etcd path ( #40269 )
...
ref pingcap/tidb#40425
2023-01-10 18:48:22 +08:00
9826913de0
ttl: Add CommandClient to trigger TTL job manually ( #40346 )
...
close pingcap/tidb#40345
2023-01-10 11:48:22 +08:00
7dbf1a5033
ttl: add ttl goroutine exit log ( #40416 )
...
close pingcap/tidb#40415
2023-01-09 18:12:22 +08:00
408a46654d
session: fix deadlock when init domain failed ( #40409 )
...
close pingcap/tidb#40408
2023-01-09 15:50:22 +08:00
b477b1c946
*: Supports create/alter/drop resource group ( #40188 )
...
ref pingcap/tidb#38825
2023-01-09 13:44:22 +08:00
f9f72688fb
*: fix static pruning partition table in disaggregated tiflash mode ( #40238 )
...
close pingcap/tidb#40239
2023-01-06 19:28:21 +08:00
005c8d8ef8
*: remove the support of the amending transaction ( #39714 )
...
close pingcap/tidb#40381
2023-01-06 18:26:21 +08:00
b8490bc9ac
domain: let plan replayer dump support recording stats mem status ( #40334 )
2023-01-06 15:30:21 +08:00
5eea731db0
util: use go-deadlock to find deadlock ( #40288 )
...
close pingcap/tidb#40293
2023-01-05 15:10:20 +08:00
d0272703f3
statistics: support historical stats dump partition table ( #40310 )
2023-01-05 11:52:20 +08:00
3e6499b568
sysvar: fix circular dependency in rebuildSysVarCache leading to deadlock ( #40283 )
...
close pingcap/tidb#40240
2023-01-04 11:20:20 +08:00
f483b39c34
metrics: add metrics for plan replayer and historical stats ( #40271 )
2023-01-04 10:50:20 +08:00
25a247935b
session: make plan replayer capture support prepared stmt ( #40167 )
...
close pingcap/tidb#40161
2023-01-03 11:32:19 +08:00
6dff69f680
ddl: Support flashback cluster with ddl history ( #40209 )
...
ref pingcap/tidb#40026
2022-12-29 21:02:19 +08:00
1a7b3953c4
ttl, domain: setup a customized session pool with stats collector ( #40171 )
...
close pingcap/tidb#40109
2022-12-29 17:28:18 +08:00
fc241b294e
domain: revise plan replayer process log ( #40126 )
2022-12-26 20:02:15 +08:00