Commit Graph

65 Commits

Author SHA1 Message Date
f33418d195 statistics: better fail reason for killed analyze job (#50780)
close pingcap/tidb#50481
2024-01-29 10:21:22 +00:00
51e1e13494 *: update interface{} to any (#50770)
ref pingcap/tidb#50765
2024-01-29 07:21:29 +00:00
87ffb95856 disttask: replace spool with waitgroup (#50664)
ref pingcap/tidb#49008
2024-01-24 04:00:21 +00:00
8e5d98daa1 ddl: add missing log fields and clean redundant logs (#50514)
close pingcap/tidb#50512, close pingcap/tidb#50513
2024-01-24 03:03:20 +00:00
301d1d2048 statistics/handle/usage: modify the SessionIndexUsageCollector to implement new index usage design (#50050)
close pingcap/tidb#49835
2024-01-22 14:40:50 +00:00
a20cdf6f4c planner: clean BindRecord in the binding package (#50466)
ref pingcap/tidb#48875
2024-01-16 10:54:18 +00:00
264d11bba5 Lightning: report an insufficient space error regarding TiFlash (#50325)
close pingcap/tidb#50324
2024-01-16 08:52:46 +00:00
3a3237ee49 planner: clean BindRecord in the binding package (#50423)
ref pingcap/tidb#48875
2024-01-15 11:34:45 +00:00
f6f4639492 statistics, domain: assign high priority for stats sync load (#50343)
ref pingcap/tidb#50332
2024-01-15 06:51:15 +00:00
caab9b90cb domain: record latest schema version after syncer restarted (#49929)
close pingcap/tidb#49773
2024-01-10 03:30:24 +00:00
45215e0a0d *: remove useless code (#50087) 2024-01-05 07:32:04 +00:00
a1fd1bee0b domain: support inserting ru historical data into mysql.request_unit_by_group periodically (#49873)
ref pingcap/tidb#49318
2024-01-04 12:09:33 +00:00
e8861cf6d6 vars: add pd_enable_follower_handle_region to support get region from pd follower (#49231)
close pingcap/tidb#49747
2024-01-04 11:00:33 +00:00
1f49f2d09b planner: simplify the global binding interface (#50019)
ref pingcap/tidb#48875
2024-01-03 11:17:02 +00:00
49dfd93cd5 disttask: init node meta inside domain (#49996)
close pingcap/tidb#49990
2024-01-03 10:29:02 +00:00
c20874ed33 domain: enable revive (#49946)
ref pingcap/tidb#40786
2024-01-02 01:00:31 +00:00
3f4db1afa8 disttask: do not retry meta initialization if context done (#49881)
close pingcap/tidb#49753
2023-12-28 15:36:28 +00:00
60dbb615ab disttask: add notify when task submitted or changed & refactor test (#49805)
ref pingcap/tidb#49008
2023-12-28 06:42:28 +00:00
3b41717afc statistics: do not use the infoSchema from domain directly (#49822) 2023-12-28 04:11:06 +00:00
ed291b8bf1 *: update pd-client and client-go (#49833)
ref pingcap/tidb#49318
2023-12-27 12:31:58 +00:00
a7ef915052 *: upgrade rules_go (#49693) 2023-12-27 02:15:28 +00:00
11aefee721 domain: do not use fmt.Sprint to format SQL (#49620)
close pingcap/tidb#49619
2023-12-21 04:24:24 +00:00
ecbaed6f34 infosync, helper: add caller ID to the PD HTTP client on the hot path (#49134)
ref pingcap/tidb#35319
2023-12-14 14:39:19 +00:00
64430c359e disttask: rename dispatcher to scheduler (#49182)
close pingcap/tidb#49125
2023-12-13 03:33:22 +00:00
0b39f99e38 domain: fix data race in runaway DeriveChecker (#49354)
close pingcap/tidb#49351
2023-12-12 05:21:17 +00:00
a7260ff598 disttask: impl slot manager in dispatcher, and check resource before start dispatcher (#49195)
close pingcap/tidb#49100
2023-12-11 13:49:48 +00:00
4eada20dcc *: add unnecessary untracked files to .gitignore and clean up them (#49314)
close pingcap/tidb#49070
2023-12-11 07:22:54 +00:00
bcbccafcea *: replace exp/maps with std/maps (#49315)
ref pingcap/tidb#45933
2023-12-11 02:19:47 +00:00
ac20c561d0 statistics: clean corrupted analyze jobs terminated by server down (#49115)
close pingcap/tidb#35292
2023-12-08 07:13:22 +00:00
90e272abc3 planner: encapsulate binding operations behind 2 interfaces (#49261)
ref pingcap/tidb#48875
2023-12-08 02:25:23 +00:00
6f72f88d59 planner: remove some useless code in the binding package (#49250)
ref pingcap/tidb#48875
2023-12-07 08:28:22 +00:00
373608fe9d *: fix log for statistics (#49215)
close pingcap/tidb#49216
2023-12-06 08:14:50 +00:00
a6c60424c9 test: remove test files (extract and replayer) after running tests (#49132)
close pingcap/tidb#49127
2023-12-05 04:44:49 +00:00
b21bb3e7a7 disttask: rename scheduler to TaskExecutor (#49025)
ref pingcap/tidb#48795
2023-12-01 11:58:19 +00:00
7353fbeea8 infosync: fully integrated PD HTTP client into InfoSyncer (#49006)
ref pingcap/tidb#35319
2023-12-01 11:23:49 +00:00
68271e99ee planner: refactor some code of the binding package (#48959)
ref pingcap/tidb#48875
2023-11-28 16:20:49 +00:00
46d4231c8b planner: standardize some terminologies in binding pkg (#48957)
ref pingcap/tidb#48875
2023-11-28 07:44:46 +00:00
c82e19c0c2 infosync: integrate PD HTTP client into the placement manager (#48858)
ref pingcap/tidb#35319
2023-11-27 09:44:51 +00:00
8eb191303a *: fix grpc client leak bug for AUTO_ID_CACHE=1 tables (#48870)
close pingcap/tidb#48869
2023-11-24 11:25:14 +00:00
7e8de2f1c7 infosync: integrate PD HTTP client into the label manager (#48738)
ref pingcap/tidb#35319
2023-11-23 04:53:41 +00:00
95759f44bd *: further adaptation to PD HTTP client (#48606)
ref pingcap/tidb#35319
2023-11-20 04:20:42 +00:00
1d87cb99bd domain: randomly trigger the DumpStatsDeltaToKV (#48692)
close pingcap/tidb#48693
2023-11-20 02:56:41 +00:00
844ba426b9 disttask: fix subtask finished immediately and mark success when encountering network partition (#48660)
ref pingcap/tidb#46258, close pingcap/tidb#48649
2023-11-17 13:00:48 +00:00
0f35b6f813 *: integrate PD HTTP client to the store helper (#48276)
ref pingcap/tidb#35319
2023-11-15 04:47:16 +00:00
911334b6ef *: upgrade and adapt to the new PD client (#48575)
ref pingcap/tidb#35319
2023-11-14 09:27:45 +00:00
44f943063d handle: use logutil to unify the log category (#48520) 2023-11-10 11:00:43 +00:00
277169a201 domain: improve information log information (#47810)
close pingcap/tidb#47809
2023-11-09 08:23:13 +00:00
64e5ea0622 domain: add resolve lock logic for mvcc get key loading schema diff (#48330)
close pingcap/tidb#48281
2023-11-08 08:50:13 +00:00
249a5fe541 br: public the parameter --ignore-stats (#48009)
close pingcap/tidb#48008
2023-11-07 14:45:41 +00:00
21844d0330 executor: return query watch id (#46626)
ref pingcap/tidb#43691
2023-11-07 10:29:11 +00:00