166 Commits

Author SHA1 Message Date
3d4ef9741d [FEAT MERGE] performance optimzation for OLTP
Co-authored-by: dimstars <liangjinrongcm@gmail.com>
Co-authored-by: pe-99y <315053752@qq.com>
2024-04-10 07:32:28 +00:00
784d2231f6 [CP][FEAT MERGE] implement of log storage compression 2024-04-07 06:45:18 +00:00
ced89ec6bd [BUG] only set safe_to_destroy when all data on memtable has been synced 2024-03-28 02:15:21 +00:00
84c5698b2a [FEAT MERGE] [CP] transfer partition && cancel transfer partition
Co-authored-by: linqiucen <lqcgrace@outlook.com>
2024-03-20 09:46:02 +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
8ef6b21d51 [CP] Add retry interval when transfer task failed 2024-03-04 08:44:13 +00:00
14fa1dc5ee fix timeout error when scaning mysql result in blacklist unittest 2024-02-21 07:46:26 +00:00
d1d2c34d47 fix compile 2024-02-20 08:46:24 +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
0c56e628e0 [TABLELOCK] fix several bugs about timeout in tablelock 2024-02-10 05:34:25 +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
bab7211cab [LS] remove create_type from ObCreateLSCommitSLog 2024-02-09 07:58:59 +00:00
f67db3c34f BUGFIX: ddl lock table using lock thread group 2024-02-09 02:07:09 +00:00
b325b511ca [CP] fix standby replay 4719 2024-02-08 20:32:20 +00:00
8bae2763f1 [BUG] donot allow create memtable when the previous one has active write ref 2024-02-08 12:21:42 +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
6953548b56 BUGFIX: make sure clean the ls if created failed 2024-02-08 06:25:33 +00:00
9c018210bd BUGFIX: fix restore ls state after restart 2024-02-07 23:42:11 +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
46b64790bc [FEAT MERGE] transfer without kill tx 2024-02-07 14:20:47 +00:00
10706ab7d4 [MDS] mds table flush by order 2024-02-07 09:53:02 +00:00
0bf35925f1 gather readble scn in memory 2024-02-07 04:01:42 +00:00
ed95beb4e1 [CP] Auto Refresh/Broadcast Tablet Location 2024-02-07 03:10:35 +00:00
7e34854bc6 [memtable_mgr] ObTabletMemtableMgr memtable management 2024-02-07 00:40:36 +00:00
39bb278e58 [FEAT MERGE] enhance_ddl_quality
Co-authored-by: renju96 <fcbrenju@163.com>
2024-02-06 21:39:19 +00:00
60b885ce98 [CP] Fix 4721 when fetch tablet ls tablet seq 2024-02-06 16:14:32 +00:00
c8ef409bf3 Do not report ERROR when sample rate equals 100 2024-02-06 14:49:36 +00:00
89f74f205e [TABLELOCK] fix several bugs about timeout in tablelock 2024-02-02 18:51:34 +00:00
f7c3363720 [CP] [42x] support use ob_admin to do replica dr-tasks 2024-01-18 07:51:26 +00:00
55bd25346e [BUG] for txn with aborted txn transfer in, we need set as aborted 2024-01-17 15:42:32 +00:00
e26cdac224 [BUG] fix invalid smaller tx data min start scn during transfer 2024-01-17 03:13:01 +00:00
b3ec417991 skip active memtable when flush redo for freeze 2024-01-15 13:42:48 +00:00
a7409a1184 [LS] remove create_type from ObCreateLSCommitSLog 2024-01-11 09:43:08 +00:00
b42b2e6245 BUGFIX: ddl lock table using lock thread group 2024-01-08 04:47:19 +00:00
64fb6918d5 [CP] fix standby replay 4719 2024-01-03 15:12:34 +00:00
dd3a7f44f9 [BUG] donot allow create memtable when the previous one has active write ref 2023-12-26 09:43:14 +00:00
07fedf588e add unittest for tenant_cloning 2023-12-25 13:47:11 +00:00
b9c4e8cc69 fix test_ob_black_list_service bug 2023-12-25 09:43:07 +00:00
bfe2b080dd BUGFIX: make sure clean the ls if created failed 2023-12-22 09:14:52 +00:00
14cdc89246 BUGFIX: fix restore ls state after restart 2023-12-18 19:43:05 +00:00
438a70b2b8 [FEAT MERGE] transaction pdml support optimization
Co-authored-by: yyy-hust <yyy.hust@gmail.com>
Co-authored-by: SanmuWangZJU <sanmuwang.ws@gmail.com>
2023-12-18 14:04:23 +08:00
9187748933 [FEAT MERGE] Implement tenant cloning mechanism
Co-authored-by: lalalafeier <wufeifei2023@163.com>
Co-authored-by: wanyue-wy <345657357@qq.com>
Co-authored-by: joseph12138 <17862707376@163.com>
2023-12-14 03:13:30 +00:00
56e0ec6dcf [FEAT MERGE] Implement Resource Throttle 2023-12-12 15:12:41 +00:00