Commit Graph

63 Commits

Author SHA1 Message Date
2c8c28887f [FEAT MERGE]support ddl real time monitoring 2023-01-12 19:02:33 +08:00
0c1f02747b fix not null cst bug. 2023-01-12 19:02:33 +08:00
124965e385 Retry constraint task using ObDDLTask::switch_status 2023-01-12 19:02:33 +08:00
4f6f8b11f3 persist cluster version for ddl. 2023-01-12 19:02:33 +08:00
6e762be4fb Consider task count for ddl delay scheduling 2023-01-12 19:02:33 +08:00
d1c6e3e1d1 [Fix] commit ddl column checksum in follow replicas 2023-01-12 19:02:33 +08:00
caead7fcaa fix on update execution core dump 2023-01-12 19:02:33 +08:00
40d215fc5a [FEAT MERGE] GIS 2023-01-12 19:02:33 +08:00
6e47b8c0ac add some log for sync table stat 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
6f5017d571 [CP] fix offline ddl and drop index concurrency. 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
34b77b6f1e Fix schema guard reset due to double get_tenant_schema_guard 2023-01-12 19:02:33 +08:00
ef466e89a3 [CP] Fix truncate partition blocks in ddl scheduler 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
68151eb87a [SCN] modify missing scenes 2023-01-12 19:02:33 +08:00
4c49f6e7c5 fix scn legacy issues 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
11485d6a98 [SCN REFACTOR] replace flash back snapshot and remove read snapshot session 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
972d94f0b7 Fix infinite ddl tasks created after rollbacking constraint 2022-11-24 03:06:03 +00:00
68d8b9d4d3 Ignore table not exist when releasing snapshot 2022-11-23 09:05:58 +00:00
de322a3319 fix to retry build replice when observer has not refreshed the latest schema. 2022-11-22 13:35:37 +00:00
c18134e07f do not push execution id for column redefinition task 2022-11-22 03:40:37 +00:00
6c6eaf5dc6 fix calculate unique index checksum retry 2022-11-18 08:35:34 +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
20c9f424d8 fix restore report -4016 because incorrect restore stage of ddl sstable 2022-11-15 14:08:02 +00:00
3a7d00b66c Support delay schedule for ddl scheduler 2022-11-14 13:08:00 +00:00
75d329f747 acquire snapshot for lob tablet when doing ddl 2022-11-14 05:38:26 +00:00
9875d0330c Fix forgot to switch status and errcode overwrite 2022-11-14 05:13:58 +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
594d885e2c fix parallel drop column checksum error 2022-11-11 11:12:12 +00:00
618341bd5d Reject drop table only when drop index 2022-11-11 03:07:24 +00:00