350 Commits

Author SHA1 Message Date
7068d87d04 fix macro block id array use searray operator= 2024-02-08 16:29:26 +00:00
74ab463ae4 Fix allocator in index scanner 2024-02-08 16:17:22 +00:00
31e5ff5f59 [CP] opt: provide a new sync interface for getting gts timestamp 2024-02-08 12:15:41 +00:00
2d98a71efa fix offset from DDLKV && fix wrong read_info 2024-02-08 12:00:54 +00:00
883414e5c3 fix tenant mtl module register with MTL_BIND2 remove old MTL_BIND 2024-02-08 11:57:54 +00:00
66dfde3f7d add unittest for tenant_cloning 2024-02-08 10:49:31 +00:00
9bc0f9e704 change ObStorageObjectType to ObStorageObjectMetaType 2024-02-08 07:52:08 +00:00
6953548b56 BUGFIX: make sure clean the ls if created failed 2024-02-08 06:25:33 +00:00
ebf9cfed44 [index_block_row_scan]add ObDDLSStableAllRangeIterator to handle ddl_merge_sstable with index_tree_height > 2 2024-02-08 03:48:06 +00:00
ccfccee77b Change code owners 2024-02-08 02:26:43 +00:00
418169fbd6 [BUG.FIX] Fixed compare-and-swap (CAS) tablet with an I/O operator. 2024-02-08 02:17:38 +00:00
d63522ff95 fix storage_schema compat serialize & wrong multi_version_start & major rs checker hung 2024-02-07 23:33:09 +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
8d63652331 [FEAT MERGE] transaction pdml support optimization
Co-authored-by: SanmuWangZJU <sanmuwang.ws@gmail.com>
2024-02-07 23:02:56 +00:00
c7fe4c3f69 [FEAT MERGE] Implement tenant cloning mechanism
Co-authored-by: wanyue-wy <345657357@qq.com>
2024-02-07 20:19:21 +00:00
33a6f4973d [FEAT MERGE] Implement Resource Throttle 2024-02-07 17:25:56 +00:00
b068e93506 use macro iterator 2024-02-07 17:14:08 +00:00
112b0dfbd4 [FEAT MERGE] Support index usage monitoring 2024-02-07 16:12:34 +00:00
46b64790bc [FEAT MERGE] transfer without kill tx 2024-02-07 14:20:47 +00:00
cdbcd01b27 change compat_mode default from MYSQL to INVALID 2024-02-07 13:51:05 +00:00
d8b4a05f63 [CP] reset macro info after writing linked block 2024-02-07 13:00:27 +00:00
6bf26275da return ObSSTableWrapper instead of ObITable* when getting cg sstable from co sstable 2024-02-07 12:51:22 +00:00
40ea51bcf3 check row mvcc flag 2024-02-07 11:07:42 +00:00
c8d8bb4c25 fix builder trim empty roots when rewriting macro blocks 2024-02-07 04:19:57 +00:00
1309d869b2 [FEAT MERGE] impl skip tablet 2024-02-07 01:09:40 +00:00
99f684b537 enhance compaction dag statistic 2024-02-07 00:52:13 +00:00
7e34854bc6 [memtable_mgr] ObTabletMemtableMgr memtable management 2024-02-07 00:40:36 +00:00
ed236a3bf5 fix empty shell cannot be washed 2024-02-06 22:25:00 +00:00
d02328ebf1 optimization for tablet meta iops [FEAT MERGE]
Co-authored-by: Tyshawn <tuyunshan@gmail.com>
2024-02-06 22:16:36 +00:00
034f8a27bb Unify tablet creation to use ObCreateTabletSchema 2024-02-06 17:08:57 +00:00
ff4b63ff0f [CP] should not push multi_version_start before reserved_snapshot_clog sync 2024-02-06 15:51:55 +00:00
452b98a7c1 Tablet normalized leak diagnosis 2024-02-06 15:26:28 +00:00
c8ef409bf3 Do not report ERROR when sample rate equals 100 2024-02-06 14:49:36 +00:00
2afec06cc5 fix row offset in DDL_MERGE_CO_SSTABLE 2024-02-06 08:17:04 +00:00
6627f9ef2e [CP] [BUG.FIX] fix unexpected wash tablet from map 2024-02-06 04:11:58 +00:00
89f74f205e [TABLELOCK] fix several bugs about timeout in tablelock 2024-02-02 18:51:34 +00:00
e993318693 fix tenant_data_version & need_create_empty_major compatible. 2024-01-26 10:47:27 +00:00
253185fc54 Fix: macro block ref_cnt leaks when exec delete_single_ls_snapshot 2024-01-26 10:42:27 +00:00
61d85bedc0 Fix max rows returned in group by pushdown 2024-01-24 07:16:44 +00:00
27418a8081 BUGFIX: fix ls iter cnt leak 2024-01-22 09:12:34 +00:00
86c07975d1 Fix IndexBlockBuilder cannot close(build tree) 2024-01-21 14:42:28 +00:00
88f0d9e139 remove tenant io manager hash in io manager 2024-01-11 13:50:08 +00:00
b6b729dbe6 fix allocator constructor 2024-01-10 04:18:36 +00:00
e4c6364956 get kv from tablet 2024-01-09 11:48:55 +00:00
3ab97bfeaa Adapt DDL paritial data construt sst. 2024-01-09 03:12:54 +00:00
aeace6c456 pass tablet_handle when query 2024-01-08 12:18:00 +00:00
30e44f4381 fix wrong row_offset in ddl_cg_sstable && fix invalid cg_iter_param 2024-01-04 09:13:14 +00:00
48106fdd6a Adapt the new vec2.0 interface for single row calculation
Co-authored-by: hwx65 <1780011298@qq.com>
2024-01-04 05:42:43 +00:00
cba9180f18 bugfix: pass tablet from get_table_param to get corresponding version of ddlkv 2024-01-02 09:12:48 +00:00
c5c5a5dffe fix macro block id array use searray operator= 2023-12-28 11:47:53 +00:00