Commit Graph

518 Commits

Author SHA1 Message Date
5aa0503125 [FEAT MERGE] ap perf optimization
Co-authored-by: wangt1xiuyi <13547954130@163.com>
Co-authored-by: XIAO-HOU <372060054@qq.com>
Co-authored-by: z404289981 <z404289981@163.com>
2024-03-26 07:51:42 +00:00
611b488e79 [CP] [gts] refine gts callback interrupt 2024-03-26 05:20:18 +00:00
86e8b925b9 set medium_info.last_medium_snapshot_ according to major not meta. 2024-03-25 03:46:05 +00:00
7a8c39abcb [CP] [FEAT MERGE]checkpoint diagnose virtual tablet
Co-authored-by: LiefB <954800091@qq.com>
2024-03-14 10:15:21 +00:00
fefe6aec9a [SCHEMA] Fix schema object overwrite problem 2024-03-12 10:15:02 +00:00
9ca8d2d9ef [MDS] break retry lock_for_read if LS in gc state 2024-03-11 05:56:15 +00:00
92fca7def1 [FEAT MERGE]: use parameter _ob_ddl_temp_file_compress_func to control compression in ddl. 2024-03-07 04:45:49 +00:00
3ba79326f4 fix: gts_callback_interrupted change tenant failure 2024-03-05 04:19:57 +00:00
fd54ded76c cache data version in session for performance optimize 2024-02-27 09:44:46 +00:00
6ebb015322 Bugfix: incorrect data was read from the temporary file in direct reading scenario. 2024-02-18 08:55:00 +00:00
a0b5fa8b48 [CP] [BUG.FIX] fix unexpected wash tablet from map 2024-02-10 11:09:40 +00:00
7718f2cada bugfix: temporary file normal reading mislead into direct reading logic. 2024-02-10 10:49:33 +00:00
e1bc7f780d Enable skip kvcache in temporary file read procedure. 2024-02-10 09:32:50 +00:00
f8c2bab01d Bugfix: inspect_bad_block cannot atomically increase MacroBlock's refcnt. 2024-02-10 06:50:51 +00:00
eebd59b11b set prev_log_type in commit/prepare log
Co-authored-by: wxhwang <wxhwang@126.com>
2024-02-10 06:11:13 +00:00
0c56e628e0 [TABLELOCK] fix several bugs about timeout in tablelock 2024-02-10 05:34:25 +00:00
85a1f1a507 fix tenant_data_version & need_create_empty_major compatible. 2024-02-10 02:56:08 +00:00
19d5e20cf1 Use the corresponding column fill cg
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
2024-02-09 22:21:21 +00:00
7084582acf [replay] fix replay serial part log when txn recover scn after final serial log 2024-02-09 13:50:18 +00:00
836b714ac4 Limit memory consumption during block manager mark and sweep 2024-02-09 11:45:23 +00:00
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