Commit Graph

48 Commits

Author SHA1 Message Date
f372386816 fix switch leader cause map data is deleted bug 2023-02-24 13:38:50 +00:00
1e90e30019 fix switch status failed. 2023-02-14 03:15:02 +00:00
58875bd2b7 fix ddl rpc timeout bug 2023-02-10 09:40:58 +00:00
2467fc57a7 fix ddl task return error code changed 2023-02-08 11:53:35 +08:00
4016c033d0 fix ddl trace id changed after rs switch. 2023-02-07 12:04:11 +08:00
c2c79a7862 ignore schema version when load ddl error message 2023-02-07 11:40:56 +08:00
2ebe490528 when no record exists, select for update return entry not exist 2023-02-06 17:01:09 +08:00
f8c5c2647f [FEAT MERGE] Merge syslog user experience improvement to master
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: tino247 <tino247@126.com>
Co-authored-by: chaser-ch <chaser.ch@antgroup.com>
2023-02-06 15:52:24 +08:00
b87473dac2 Fix update execution id core 2023-01-29 16:04:46 +08:00
ff1e2ec0f3 fix ddl task blocks RS in refresh schema version. 2023-01-28 18:44:34 +08:00
81d28c0295 [FEAT MERGE] add direct load function
Co-authored-by: Monk-Liu <1152761042@qq.com>
Co-authored-by: saltonz <saltonzh@gmail.com>
Co-authored-by: yongshige <598633031@qq.com>
2023-01-28 18:08:51 +08:00
2d19a9d8f5 [FEAT MERGE]4_1_sql_feature
Co-authored-by: leslieyuchen <leslieyuchen@gmail.com>
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: raywill <hustos@gmail.com>
2023-01-28 16:01:28 +08:00
2c8c28887f [FEAT MERGE]support ddl real time monitoring 2023-01-12 19:02:33 +08:00
6e762be4fb Consider task count for ddl delay scheduling 2023-01-12 19:02:33 +08:00
40d215fc5a [FEAT MERGE] GIS 2023-01-12 19:02:33 +08:00
3c5866c75e fix some bugs. 2023-01-12 19:02:33 +08:00
194d99c19c [Fix] use old execution id when select for update fail 2023-01-12 19:02:33 +08:00
a8e878a7bc add unique index checking retry 2023-01-12 19:02:33 +08:00
9f87d6fb3b fix ddl rpc timeout out 2023-01-12 19:02:33 +08:00
700ed322cd fix sync tablet stat timeout 2023-01-12 19:02:33 +08:00
ca056ef018 fix return code when ddl task is canceled 2023-01-12 19:02:33 +08:00
fddecc1ae2 remove unused frozen scn for schema. 2023-01-12 19:02:33 +08:00
4d244234e1 Fix infinite retry when table dropped to recyclebin 2023-01-12 19:02:33 +08:00
f0ba5ff942 fix create index costs too much time due to query latest execution id failed. 2023-01-12 19:02:33 +08:00
038db1917d [Fix] check data completement task before execute inner sql and kill session when task is cancel 2023-01-12 19:02:33 +08:00
045c826c51 [scn] fix 4377 caused by miss one line code when refresh 2023-01-12 19:02:33 +08:00
51de5b5911 [SCN] fix farm failure 2023-01-12 19:02:33 +08:00
87a9357186 set the initial value of wrs to scn min 2023-01-12 19:02:33 +08:00
99d4f56fec [scn] mv definition of SCN to dir of share 2023-01-12 19:02:33 +08:00
59db61e110 [scn] rename log_ts to scn 2023-01-12 19:02:33 +08:00
97a2a94d7c change to scn. 2023-01-12 19:02:33 +08:00
8a4d14122f replace ts related to ddl with scn. 2023-01-12 19:02:33 +08:00
54b64a7263 [scn] fix failure of mittest after refresh feature scn 2023-01-12 19:02:20 +08:00
543ec6c9ea ddl task get schema with version 2022-11-24 12:39:55 +00:00
f32896cc2f fix idempotence of offline ddl when drop tenant simulatenously. 2022-11-24 03:38:03 +00:00
de322a3319 fix to retry build replice when observer has not refreshed the latest schema. 2022-11-22 13:35:37 +00:00
6fc4bc4a26 persist execution id and protect ddl start using execution id 2022-11-17 06:35:42 +00:00
975f88770d save ddl ret_code when switch_status 2022-11-17 02:38:41 +00:00
34c9d5a137 [CP] fix bug of wait trans end 2022-11-16 07:40:18 +00:00
3a7d00b66c Support delay schedule for ddl scheduler 2022-11-14 13:08:00 +00:00
ba634cea50 use batch rpc in ddl, for check trans end and and calc column checksum 2022-11-13 02:05:05 +08:00
618341bd5d Reject drop table only when drop index 2022-11-11 03:07:24 +00:00
f83bd7225c Reject drop table if any ddl is running on this table 2022-11-09 15:35:55 +00:00
eead0516af [bugfix]retry to get snapshot version that is 0 when get ls leader location failed. 2022-11-04 10:38:25 +00:00
5a681d78be fix some ddl problems. 2022-11-04 09:38:22 +00:00
0cd1d555d8 fix drop table successfully but the task is scheduled again. 2022-11-03 07:41:46 +00:00
b5be94cf15 fix ddl retry error code 2022-10-26 10:18:40 +08:00
93a1074b0c patch 4.0 2022-10-24 17:57:12 +08:00