Commit Graph

144 Commits

Author SHA1 Message Date
51a7041b17 [CP] fix sqc handler memory leak when drop tenant 2024-02-08 09:47:28 +00:00
cfd11df8fb [FIX] updating throttle config when unit memory is changed 2024-02-08 09:00:19 +00:00
3075ed2537 Add mview maintenance service 2024-02-08 03:00:06 +00:00
e5c95cc904 Fix the unit deletion process when unit still has tenant snapshots 2024-02-08 02:02:30 +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
8924627121 [CP] fix rulescan bugs 2024-02-07 21:13:12 +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
112b0dfbd4 [FEAT MERGE] Support index usage monitoring 2024-02-07 16:12:34 +00:00
7784e69392 Fix bug that unitmanager hung when creating tenant. 2024-02-07 06:08:33 +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
39bb278e58 [FEAT MERGE] enhance_ddl_quality
Co-authored-by: renju96 <fcbrenju@163.com>
2024-02-06 21:39:19 +00:00
c8ef409bf3 Do not report ERROR when sample rate equals 100 2024-02-06 14:49:36 +00:00
11ac2b02c7 fixed restart failed because of create ls failed in ObLogService 2024-02-04 11:41:58 +00:00
88f0d9e139 remove tenant io manager hash in io manager 2024-01-11 13:50:08 +00:00
8c2fda8fdc fix tenant mtl module register with MTL_BIND2 remove old MTL_BIND 2023-12-26 08:13:29 +00:00
b483a8f5af [CP] fix sqc handler memory leak when drop tenant
Co-authored-by: sdc <njucssdc@gmail.com>
2023-12-25 10:15:58 +00:00
34ae6c3b7a [FIX] updating throttle config when unit memory is changed 2023-12-25 05:12:55 +00:00
b3d6880abf Add mview maintenance service 2023-12-19 19:48:04 +00:00
e849ad77a1 Fix the unit deletion process when unit still has tenant snapshots 2023-12-19 13:44:16 +00:00
e99cc037cc [FEAT MERGE] column store ddl
Co-authored-by: AnimationFan <30674773338@qq.com>
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
2023-12-18 14:13:54 +00:00
8f4b4ba619 [CP] fix rulescan bugs 2023-12-14 12:43:15 +00: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
663ba5569a [FEAT MERGE] Support index usage monitoring
Co-authored-by: Phoeniwx <phoeniwx@outlook.com>
Co-authored-by: jiangxianfu <steven_jiangxf@hotmail.com>
2023-12-12 10:21:52 +08:00
2af75a5522 Fix bug that unitmanager hung when creating tenant. 2023-11-30 02:41:59 +00:00
629df73390 enhance compaction dag statistic 2023-11-27 08:19:44 +00:00
fdae2b1ab4 [memtable_mgr] ObTabletMemtableMgr memtable management 2023-11-27 08:00:49 +00:00
16f37c94b6 [FEAT MERGE] enhance_ddl_quality
Co-authored-by: renju96 <fcbrenju@163.com>
2023-11-23 04:11:39 +00:00
9c0500e048 [CP] [Bugfix] fix ObHTableLockMgr from MTL_BIND to MTL_BIND2 2023-10-31 22:09:21 +00:00
566e920620 Merge branch 'column_store'
Co-authored-by: wangt1xiuyi <13547954130@163.com>
Co-authored-by: yangqise7en <877793735@qq.com>
Co-authored-by: Zach41 <zach_41@163.com>
2023-10-31 15:39:22 +00:00
a68da2aa9c Interm Result Management is Splitted to Tenants 2023-10-19 06:39:26 +00:00
729ab79348 add server event for unit gc 2023-10-12 08:13:43 +00:00
ff79506de2 FEATURE: change memstore_limit_percentage to tenant config 2023-10-10 12:44:03 +00:00
cd903a45b4 fix observer get stuck due to ls_safte_destroy_handle not running when obsever fail to start 2023-09-21 10:10:15 +00:00
36af52b8d8 [CP] alter server_cpu_quota_max/server_cpu_quota_min dynamic_effective 2023-09-21 07:40:31 +00:00
789419e6cf [CP] fix server_cpu_quota_max/server_cpu_quota_min modification not effective 2023-09-20 17:32:29 +00:00
2bf2d711da Add free logic for tenant_mutil_allocator_mgr. 2023-09-14 05:14:22 +00:00
68c5f0ce3e [Bugfix]tableapi session pool split to tenant 2023-09-13 06:19:37 +00:00
2df75ff0ac prevent shared-timer from being destroyed prematurely 2023-09-12 13:40:24 +00:00
d21e7c553b fix the memory of real sys without hidden_sys_memory after observer restart 2023-09-08 12:03:46 +08:00
f4bf5f41c9 [FEAT MERGE] merge recover table
Co-authored-by: hamstersox <673144759@qq.com>
Co-authored-by: skylhd <dickylhd@gmail.com>
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
2023-09-05 06:47:00 +00:00
b60e4f8d97 [FEAT MERGE] [OBKV] support TTL
Co-authored-by: IHEII <602280108@qq.com>
2023-09-04 01:10:37 +00:00
81b8923b14 [FEAT MERGE] system resource optimization
Co-authored-by: tushicheng <18829573815@163.com>
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
Co-authored-by: dimstars <liangjinrongcm@gmail.com>
2023-08-29 10:41:01 +00:00
0ca997cb54 fix core when print replay_tablet_task and remove tenant 2023-08-25 02:44:10 +00:00
40b7c71614 [CP] [CP] fix allowed_mem_limit set error 2023-08-23 13:17:52 +00:00
15657b8dfa [master] fix errcode scan issues - 2 2023-08-23 06:40:21 +00:00
1ef24c522f fix: tenant memory leak when create tenant failed 2023-08-21 03:44:14 +00:00
a29d442812 Fix coredump for vmovsd instruction 2023-08-17 11:53:41 +00:00