548 Commits

Author SHA1 Message Date
a9d217444b skip active memtable when flush redo for freeze 2024-02-09 11:06:53 +00:00
4c24ed8d60 remove tenant io manager hash in io manager 2024-02-09 08:52:00 +00:00
19440b0c01 misc refinement 2024-02-09 08:01:58 +00:00
997ddd5961 fix allocator constructor 2024-02-09 05:47:27 +00:00
ba4abc025d [FIX] do throttle after creating tx ctx or rollback to savepoint in replay situation 2024-02-09 00:01:22 +00:00
fa4905151b [FIX] do throttle when mds operation is finished instead of allocating mds memory 2024-02-08 23:16:31 +00:00
d3da1d9ffc create savepoint not abort tx to avoid concurrent with stmt execute 2024-02-08 21:50:06 +00:00
230773b31a [bugfix] parallel replay branch savepoint insert tx-data-table lost data
Co-authored-by: ZenoWang <wzybuaasoft@163.com>
2024-02-08 18:43:05 +00:00
7068d87d04 fix macro block id array use searray operator= 2024-02-08 16:29:26 +00:00
31e5ff5f59 [CP] opt: provide a new sync interface for getting gts timestamp 2024-02-08 12:15:41 +00:00
9474ff14d4 only reset tx active_scn to enable recgnize first stmt retry 2024-02-08 11:07:13 +00:00
6a9f9781b0 [BUG] fix memtable mgr op deadlock 2024-02-08 10:58:15 +00:00
efebb728e6 add sanity check logic clock in trans state sync 2024-02-08 09:12:19 +00:00
01d8fbf351 fix switch to follower forcedly will failed due to no memory 2024-02-08 08:36:43 +00:00
6953548b56 BUGFIX: make sure clean the ls if created failed 2024-02-08 06:25:33 +00:00
0d0b11c0cc [FEAT MERGE] impl vectorization 2.0
Co-authored-by: oceanoverflow <oceanoverflow@gmail.com>
Co-authored-by: hezuojiao <hezuojiao@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
2024-02-08 05:32:54 +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
20abca36dd [DeadLock] fix memory leak when call multi_set() 2024-02-07 22:06:45 +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
46b64790bc [FEAT MERGE] transfer without kill tx 2024-02-07 14:20:47 +00:00
fbba79a9f8 [CP] fix mds memory leak bug after creating buffer ctx failed 2024-02-07 13:18:10 +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
10706ab7d4 [MDS] mds table flush by order 2024-02-07 09:53:02 +00:00
18ec56fc76 fix meta cache and fix problem about table store serialize size exceeds 2MB 2024-02-07 04:22:59 +00:00
c10dd2cdd4 [CP] adjust tablet pointer reset order to avoid memory access violation 2024-02-07 03:55:35 +00:00
299fe9c0db let get_local_addr_ipv4 return error code 2024-02-07 03:13:38 +00:00
893886afe2 [CP] fix unstable farm_case 2024-02-07 02:34:39 +00:00
1be977d9d5 [CP] fix io schedule when close resource_plan 2024-02-07 02:13:28 +00:00
1309d869b2 [FEAT MERGE] impl skip tablet 2024-02-07 01:09:40 +00:00
7e34854bc6 [memtable_mgr] ObTabletMemtableMgr memtable management 2024-02-07 00:40:36 +00:00
2f5c3ea977 remove useless version in macro data seq 2024-02-07 00:13:39 +00:00
08bd926417 implicit trx first stmt retry does not abort tx 2024-02-06 23:39:29 +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
618a949210 [opt] micro buffer writer 2024-02-06 19:17:42 +00:00
673fe94c68 [SKIP INDEX] adapt index block aggregate data is null. 2024-02-06 17:46:29 +00:00
034f8a27bb Unify tablet creation to use ObCreateTabletSchema 2024-02-06 17:08:57 +00:00
84d9d1ebe2 fix deserialize arg in multi-transation commit 2024-02-06 16:28:50 +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
831f64b098 delete useless code & remove lambda 2024-02-06 15:03:51 +00:00
c8ef409bf3 Do not report ERROR when sample rate equals 100 2024-02-06 14:49:36 +00:00
6627f9ef2e [CP] [BUG.FIX] fix unexpected wash tablet from map 2024-02-06 04:11:58 +00:00
3b2918c459 bugfix: temporary file normal reading mislead into direct reading logic. 2024-02-05 13:42:21 +00:00