milvus/internal/rootcoord
SimFG c22e457c59
feat: root privileges can be customized (#39191)
- issue: #39184

Signed-off-by: SimFG <bang.fu@zilliz.com>
2025-01-17 16:25:04 +08:00
..
mocks enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
OWNERS
alter_alias_task.go fix: Add version to the proxy cache to resolve concurrency issues (#38067) 2024-12-04 18:06:39 +08:00
alter_alias_task_test.go fix: Add version to the proxy cache to resolve concurrency issues (#38067) 2024-12-04 18:06:39 +08:00
alter_collection_task.go enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
alter_collection_task_test.go feat: support to replicate collection when the services contains the system tt msg (#37559) 2024-12-17 09:08:46 +08:00
alter_database_task.go fix: update rg failed when alter database (#39355) 2025-01-17 14:27:03 +08:00
alter_database_task_test.go enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
broadcast_task.go enhance: add broadcast operation for msgstream (#39040) 2025-01-14 15:14:59 +08:00
broker.go enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
broker_test.go enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
constrant.go fix: Fix checkGeneralCapacity slowly (#37976) 2024-12-01 18:28:38 +08:00
constrant_test.go enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
create_alias_task.go
create_alias_task_test.go
create_collection_task.go enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
create_collection_task_test.go enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
create_db_task.go enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
create_db_task_test.go enhance: the actual number of databases should equal the config value (#38006) 2024-11-29 14:44:36 +08:00
create_partition_task.go enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
create_partition_task_test.go enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
ddl_ts_lock_manager.go
ddl_ts_lock_manager_test.go
describe_collection_task.go fix: Add version to the proxy cache to resolve concurrency issues (#38067) 2024-12-04 18:06:39 +08:00
describe_collection_task_test.go enhance: refine rootcoord/metatable interfaces to ensure that each method includes a ctx parameter (#37846) 2024-11-21 19:30:32 +08:00
describe_db_task.go enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
describe_db_task_test.go enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
dml_channels.go enhance: add broadcast operation for msgstream (#39040) 2025-01-14 15:14:59 +08:00
dml_channels_test.go enhance: refine pular related mq interfaces (#38007) 2024-12-04 20:50:39 +08:00
drop_alias_task.go fix: Add version to the proxy cache to resolve concurrency issues (#38067) 2024-12-04 18:06:39 +08:00
drop_alias_task_test.go fix: Add version to the proxy cache to resolve concurrency issues (#38067) 2024-12-04 18:06:39 +08:00
drop_collection_task.go enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
drop_collection_task_test.go enhance: refine rootcoord/metatable interfaces to ensure that each method includes a ctx parameter (#37846) 2024-11-21 19:30:32 +08:00
drop_db_task.go enhance: extract the task step execution process (#38323) 2025-01-03 12:36:54 +08:00
drop_db_task_test.go
drop_partition_task.go enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
drop_partition_task_test.go
expire_cache.go enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
expire_cache_test.go enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
field_id.go
garbage_collector.go
garbage_collector_test.go enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
has_collection_task.go
has_collection_task_test.go
has_partition_task.go fix: Use the ID to retrieve the real name when collectionName is empty (#37859) 2024-11-21 14:28:32 +08:00
has_partition_task_test.go
list_db_task.go enhance: refine exists log print with ctx (#38080) 2024-12-14 22:36:44 +08:00
list_db_task_test.go enhance: support to config the default db properties (#38035) 2024-11-27 10:04:34 +08:00
meta_table.go fix: Fix rootcoord meta mutex contention (#38799) 2025-01-15 20:11:08 +08:00
meta_table_test.go enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
metrics_info.go enhance: add disk stats within system metrics (#38033) 2024-12-06 16:32:41 +08:00
mock_test.go enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
name_db.go
quota_center.go enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
quota_center_test.go enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
rbac_task.go enhance: clean up logs of empty op key (#39335) 2025-01-17 10:29:03 +08:00
redo.go
redo_test.go
rename_collection_task.go fix: Add version to the proxy cache to resolve concurrency issues (#38067) 2024-12-04 18:06:39 +08:00
rename_collection_task_test.go fix: Add version to the proxy cache to resolve concurrency issues (#38067) 2024-12-04 18:06:39 +08:00
root_coord.go feat: root privileges can be customized (#39191) 2025-01-17 16:25:04 +08:00
root_coord_test.go enhance: add broadcast operation for msgstream (#39040) 2025-01-14 15:14:59 +08:00
scheduler.go fix: use the object heap to keep the min ddl ts order (#39118) 2025-01-10 18:16:58 +08:00
scheduler_test.go fix: use the object heap to keep the min ddl ts order (#39118) 2025-01-10 18:16:58 +08:00
show_collection_task.go fix: fix privilege group list and list collections (#38684) 2024-12-25 18:00:51 +08:00
show_collection_task_test.go fix: fix privilege group list and list collections (#38684) 2024-12-25 18:00:51 +08:00
show_partition_task.go fix: Use the ID to retrieve the real name when collectionName is empty (#37859) 2024-11-21 14:28:32 +08:00
show_partition_task_test.go
step.go enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
step_executor.go enhance: refine exists log print with ctx (#38080) 2024-12-14 22:36:44 +08:00
step_executor_test.go
step_test.go
task.go fix: use the object heap to keep the min ddl ts order (#39118) 2025-01-10 18:16:58 +08:00
task_test.go enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
timestamp_bench_test.go enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
timeticksync.go enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
timeticksync_test.go enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
undo.go enhance: refine exists log print with ctx (#38080) 2024-12-14 22:36:44 +08:00
undo_test.go
util.go fix: revert optimize CPU usage for CheckHealth requests (#35589) (#38555) 2024-12-19 00:38:45 +08:00
util_test.go