This website requires JavaScript.
Explore
龙芯爱好者论坛
Help
Register
Sign In
hcq
/
oceanbase
Watch
1
Star
0
Fork
0
You've already forked oceanbase
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
29771fdd61082e618694ec9e73bee8282944aa32
oceanbase
/
src
/
observer
/
omt
History
zhjc1124
9496d4c6fb
fix background cpu set
2025-01-02 09:45:04 +00:00
..
ob_multi_level_queue.cpp
modify tenant queue size from 65536 to 8192 and support dynamic modify
2023-02-09 17:37:18 +00:00
ob_multi_level_queue.h
[FEAT MERGE] patch 3A from 4_2_x_release to master
2024-11-22 17:15:27 +00:00
ob_multi_tenant_operator.cpp
fix ObMultiTenantOperator iter stop tenant
2023-05-31 10:47:55 +00:00
ob_multi_tenant_operator.h
patch 4.0
2022-10-24 17:57:12 +08:00
ob_multi_tenant.cpp
fix bug that DELETING unit stay stopped but can not be deleted.
2024-11-26 19:48:24 +00:00
ob_multi_tenant.h
[FEAT MERGE] [PATCH] serverless_opt
2024-11-23 18:14:57 +00:00
ob_retry_queue.cpp
fix: wait retry queue empty when remove tenant
2023-03-08 07:41:29 +00:00
ob_retry_queue.h
fix: wait retry queue empty when remove tenant
2023-03-08 07:41:29 +00:00
ob_tenant_config_mgr.cpp
[bugfix] Add a lock when reading or writing parameters
2024-10-14 09:43:50 +00:00
ob_tenant_config_mgr.h
[bugfix] Add a lock when reading or writing parameters
2024-10-14 09:43:50 +00:00
ob_tenant_config.cpp
[bugfix] Add a lock when reading or writing parameters
2024-10-14 09:43:50 +00:00
ob_tenant_config.h
[bugfix] Add a lock when reading or writing parameters
2024-10-14 09:43:50 +00:00
ob_tenant_meta.cpp
remove lob_ddl_mysql case in ss mode
2024-08-31 12:52:27 +00:00
ob_tenant_meta.h
remove lob_ddl_mysql case in ss mode
2024-08-31 12:52:27 +00:00
ob_tenant_mtl_helper.h
upgrade llvm from 11 to 17
2024-12-05 03:15:16 +00:00
ob_tenant_node_balancer.cpp
fix cgroup log display
2024-12-02 10:45:08 +00:00
ob_tenant_node_balancer.h
[bugfix] fix bug that new created unit is set WAIT_GC
2024-09-18 08:29:33 +00:00
ob_tenant_srs.cpp
[FEAT MERGE] patch 3A from 4_2_x_release to master
2024-11-22 17:15:27 +00:00
ob_tenant_srs.h
[CP] [GIS] fix srs memory expand in exceptional cases
2024-08-23 09:57:37 +00:00
ob_tenant_timezone_mgr.cpp
load timezone info for all tenants even if fail to load for one
2023-11-16 11:15:09 +00:00
ob_tenant_timezone_mgr.h
finetune ObTimer and ObTenantTimezoneMgr
2023-06-01 12:17:47 +00:00
ob_tenant_timezone.cpp
[FEAT MERGE] system resource optimization
2023-08-29 10:41:01 +00:00
ob_tenant_timezone.h
[FEAT MERGE] system resource optimization
2023-08-29 10:41:01 +00:00
ob_tenant.cpp
fix background cpu set
2025-01-02 09:45:04 +00:00
ob_tenant.h
[CP] fix: use independent group for dbms_scheduler job rpc
2024-12-16 11:17:55 +00:00
ob_th_worker.cpp
[FEAT MERGE] patch 3A from 4_2_x_release to master
2024-11-22 17:15:27 +00:00
ob_th_worker.h
[FEAT MERGE] patch 3A from 4_2_x_release to master
2024-11-22 17:15:27 +00:00
ob_worker_processor.cpp
[CP] Prohibit dup table local read on a election expired leader
2024-04-24 04:16:16 +00:00
ob_worker_processor.h
add dup table gc mittest
2023-08-21 09:40:32 +00:00
README
patch 4.0
2022-10-24 17:57:12 +08:00
README
1. ObMultiTenant是入口类,同时是负责时间片计时的线程。 2. ObTenantNodeBalancer是负责同租户资源节点间负载均衡的后台线程。