Commit Graph

62 Commits

Author SHA1 Message Date
8a94e3f887 [bugfix]: shouldn't sync history statistics in offline ddl operations like add-pk, drop-column,etc. 2023-04-20 04:45:00 +00:00
01399a3774 Correct Longops start time after recover ddl task 2023-04-13 05:42:00 +00:00
66409181ed fix inner sql kill fail when execute addr is null 2023-04-07 14:00:54 +00:00
8e0deafb66 Fix unexpected table scanned by ddl redefinition task and reject stale switch_status 2023-04-07 10:21:06 +00:00
db6535d4d2 Support group_id transfer of ddl task with serlize_message 2023-04-03 19:15:07 +00:00
bd5b01c167 Switch GV$SESSION_LONGOPS target column to use target table id 2023-04-03 17:41:28 +00:00
d760428489 fix task aborted status is not persisted to the internal table bug 2023-03-21 17:00:24 +00:00
819ca6fed4 fix unexpected index build task result when retry to checkum unique index checksum. 2023-03-17 05:16:53 +00:00
846c1d13c3 [bugfix]: load data task shouldn't sync the optimizer statistics; 2023-03-16 11:40:58 +00:00
c6e23516d2 fix ddl task when the tenant switch to standby 2023-03-03 09:13:52 +00:00
0e43605d6f add debug log 2023-03-02 16:23:34 +00:00
86bdd48952 Fix offline ddl enter before index task finish 2023-03-02 16:13:07 +00:00
619143a16f fix mysqltest bug and fix rpc_timeout bug 2023-03-02 14:57:11 +00:00
4114771ff1 fix ddl task can not be recovered because iter_end is not reset. 2023-02-24 16:38:33 +00:00
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