Commit Graph

390 Commits

Author SHA1 Message Date
5ff857ba8b [Election] revoke() -> advance_ballot() + downgrade_priority() 2024-02-22 03:16:30 +00:00
14fa1dc5ee fix timeout error when scaning mysql result in blacklist unittest 2024-02-21 07:46:26 +00:00
a9d18eadb8 fix race condition for ls offline tablet remove and empty shell task 2024-02-20 13:15:12 +00:00
d1d2c34d47 fix compile 2024-02-20 08:46:24 +00:00
5f02c08d77 ddl memtable use allocator from ddl kv 2024-02-20 04:12:08 +00:00
9b776d0f06 let transfer src read as fast commit 2024-02-19 13:12:37 +00:00
9cb822a19b convert trans to dist txn during log submitting if transferred 2024-02-18 08:36:22 +00:00
dd4af47ecc fix row offset in DDL_MERGE_CO_SSTABLE 2024-02-10 11:46:50 +00:00
a0b5fa8b48 [CP] [BUG.FIX] fix unexpected wash tablet from map 2024-02-10 11:09:40 +00:00
fc51a52d1b optimize implement of get_max_applied_scn() 2024-02-10 09:10:04 +00:00
a41bedc587 fixed restart failed because of create ls failed in ObLogService 2024-02-10 08:55:39 +00:00
7325f3b22f fixed no log callback because log disk full of arb replica 2024-02-10 06:34:00 +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
9a75df1e1a [CP] [opt] avoid latency jitter of log replication when locking or unlock memberlist 2024-02-10 05:08:24 +00:00
85a1f1a507 fix tenant_data_version & need_create_empty_major compatible. 2024-02-10 02:56:08 +00:00
c2c0671855 Fix: macro block ref_cnt leaks when exec delete_single_ls_snapshot 2024-02-10 02:53:15 +00:00
397fb5e2d1 Fix max rows returned in group by pushdown 2024-02-10 01:17:20 +00:00
43da734ec7 BUGFIX: fix ls iter cnt leak 2024-02-09 20:56:30 +00:00
383b360031 Fix IndexBlockBuilder cannot close(build tree) 2024-02-09 19:52:22 +00:00
40b6cab3fa [CP] [fix] avoid loop when registering parents for R replicas 2024-02-09 18:22:56 +00:00
a87bb0ca23 [CP] [42x] support use ob_admin to do replica dr-tasks 2024-02-09 16:30:50 +00:00
9a14caef15 [BUG] for txn with aborted txn transfer in, we need set as aborted 2024-02-09 15:06:31 +00:00
5f6233b80c [BUG] fix invalid smaller tx data min start scn during transfer 2024-02-09 13:03:28 +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
bab7211cab [LS] remove create_type from ObCreateLSCommitSLog 2024-02-09 07:58:59 +00:00
997ddd5961 fix allocator constructor 2024-02-09 05:47:27 +00:00
1dfe650980 get kv from tablet 2024-02-09 04:59:41 +00:00
3adeed0f3a Adapt DDL paritial data construt sst. 2024-02-09 03:33:29 +00:00
2b51d8e477 pass tablet_handle when query 2024-02-09 02:48:45 +00:00
f67db3c34f BUGFIX: ddl lock table using lock thread group 2024-02-09 02:07:09 +00:00
088be4d3bf fix wrong row_offset in ddl_cg_sstable && fix invalid cg_iter_param 2024-02-08 22:37:32 +00:00
abac97250c [arb][fix] fix incorrect usage of strncpy 2024-02-08 21:58:54 +00:00
3154082c61 Adapt the new vec2.0 interface for single row calculation 2024-02-08 21:55:56 +00:00
b325b511ca [CP] fix standby replay 4719 2024-02-08 20:32:20 +00:00
d40845d673 bugfix: pass tablet from get_table_param to get corresponding version of ddlkv 2024-02-08 18:46:07 +00:00
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
f40c2f9ef7 [CP] [4.3] fix create user log stream problem with 2F1A and 4F1A 2024-02-08 15:59:34 +00:00
8bae2763f1 [BUG] donot allow create memtable when the previous one has active write ref 2024-02-08 12:21:42 +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
ada983d680 fix test_ob_black_list_service bug 2024-02-08 09:32:55 +00:00
9bc0f9e704 change ObStorageObjectType to ObStorageObjectMetaType 2024-02-08 07:52:08 +00:00
97d79c5a48 [CP] Control thread lease time for submit log thread. 2024-02-08 07:19:16 +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