Commit Graph

62 Commits

Author SHA1 Message Date
ef80c3a89b gc_tablet_direct_load in get_rec_scn 2024-02-10 07:13:18 +00:00
9913d92c1d [CP] Fix complement data task returns 4018 during reboot 2024-02-09 15:49:49 +00:00
5ed722f5b6 fix check chksum relies on the not-sorted tablet ids. 2024-02-09 11:15:47 +00:00
8ebd6b9d09 Fix incorrect xml hidden column name mapping during table redefinition 2024-02-08 21:17:10 +00:00
1c20161f72 [FEAT MERGE] column store ddl
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
Co-authored-by: renju96 <fcbrenju@163.com>
2024-02-07 23:09:02 +00:00
c2511b580f [FEAT MERGE] materialized view 2024-02-07 20:31:14 +00:00
074c54fefe [CP] fix poor performance of ddl sync stats. 2024-02-07 01:31:02 +00:00
39bb278e58 [FEAT MERGE] enhance_ddl_quality
Co-authored-by: renju96 <fcbrenju@163.com>
2024-02-06 21:39:19 +00:00
18221b406e fix some problems. 2024-02-06 21:11:19 +00:00
c8ef409bf3 Do not report ERROR when sample rate equals 100 2024-02-06 14:49:36 +00:00
30505c86d2 gc_tablet_direct_load in get_rec_scn 2024-02-03 02:12:15 +00:00
d790439020 [CP] Fix complement data task returns 4018 during reboot 2024-01-18 05:16:53 +00:00
38dbc31c90 fix check chksum relies on the not-sorted tablet ids. 2024-01-16 02:42:56 +00:00
6e68e75ae6 Fix incorrect xml hidden column name mapping during table redefinition 2024-01-03 19:18:24 +00:00
e99cc037cc [FEAT MERGE] column store ddl
Co-authored-by: AnimationFan <30674773338@qq.com>
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
2023-12-18 14:13:54 +00:00
f7cd32be94 [FEAT MERGE] materialized view
Co-authored-by: suz-yang <suz.yang@foxmail.com>
Co-authored-by: leftgeek <1094669802@qq.com>
Co-authored-by: chimyue <chimyue@gmail.com>
2023-12-14 07:42:52 +00:00
26c31df06f [CP] fix poor performance of ddl sync stats. 2023-11-27 09:20:04 +00:00
16f37c94b6 [FEAT MERGE] enhance_ddl_quality
Co-authored-by: renju96 <fcbrenju@163.com>
2023-11-23 04:11:39 +00:00
ed17063822 fix some problems. 2023-11-22 11:14:40 +00:00
bfa8606371 [CP] Standardize usage of ObAsyncRpcProxy 2023-11-16 06:15:25 +00:00
ec0f02692d ddl end if tenant is dropped forcedly, delay, to recyclebin. 2023-11-01 12:39:29 +00:00
ceaef5c7da fix tenant_role user primary as default 2023-10-16 09:09:00 +00:00
fc0c96eb47 Hide system-generated constraint names in oracle mode 2023-09-13 02:14:37 +00:00
541e6a22bf Fix fk task ddl stmt str and concurrent problem 2023-09-12 03:44:02 +00:00
f4bf5f41c9 [FEAT MERGE] merge recover table
Co-authored-by: hamstersox <673144759@qq.com>
Co-authored-by: skylhd <dickylhd@gmail.com>
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
2023-09-05 06:47:00 +00:00
50204140c7 set minimum rpc timeout to _ob_ddl_timeout 2023-08-03 16:48:21 +00:00
5dd6d2524e fix: add tenant name to match ddl inner sql 2023-07-20 13:42:29 +00:00
94faa4ef42 [bugfix]: fix schema_version_hint bug. 2023-07-19 06:48:33 +00:00
63ec91d4c4 [bugfix][inner_sql]: mis-convert '' to '`' in create index's inner sql. 2023-07-17 14:42:14 +00:00
397f841d27 [index][resolver]:suport create index with '`' in index_name/table_name/databasename. 2023-07-12 03:23:50 +00:00
9dae112952 [FEAT MERGE] merge transfer
Co-authored-by: wxhwang <wxhwang@126.com>
Co-authored-by: godyangfight <godyangfight@gmail.com>
Co-authored-by: Tyshawn <tuyunshan@gmail.com>
2023-06-21 11:42:28 +00:00
a3e40c6e58 Fix drop database timeout truncated at 20 minutes 2023-05-05 03:42:15 +00:00
89be1d878e fix generating same macro data seq in differnt macro block when drop column in parallel. 2023-04-13 08:58:20 +00:00
571865166e Adjust timeout of drop database rpc according to total tablet count 2023-04-13 05:56:17 +00:00
66409181ed fix inner sql kill fail when execute addr is null 2023-04-07 14:00:54 +00:00
5392479071 disable new sort for ddl 2023-03-21 15:04:50 +00:00
8cd738a4c4 Fix bugs of ddl reap old replica build task 2023-03-14 12:11:05 +00:00
c6e23516d2 fix ddl task when the tenant switch to standby 2023-03-03 09:13:52 +00:00
1b9aaaba25 Wait until old ddl session exit before deciding the need of retry 2023-03-03 08:13:40 +00:00
8441f54f6f Fix failed to get ddl rpc timeout after table dropped 2023-02-24 13:49:45 +00:00
3e39a6476e check column checksum reported after ddl inner sql finish 2023-02-24 13:00:53 +00:00
000331908d replace ddl cluster version with data format version 2023-02-24 12:52:55 +00:00
58875bd2b7 fix ddl rpc timeout bug 2023-02-10 09:40:58 +00:00
ddca0b032d fix ddl remote write when the tenant is standby 2023-02-09 16:38:59 +00:00
c157309bc6 add -Wshorten-64-to-32 for share 2023-02-07 00:40:02 +08:00
b87473dac2 Fix update execution id core 2023-01-29 16:04:46 +08:00
fe6176c1ec [Fix] modify check tablet column checksum method in check old inner sql case 2023-01-12 19:02:33 +08:00
4f6f8b11f3 persist cluster version for ddl. 2023-01-12 19:02:33 +08:00
4666798151 [Fix] update check sstable status ret code 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