milvus/internal/rootcoord
2023-05-16 10:15:22 +08:00
..
mocks Fix creating partition is not atomic (#23823) 2023-05-08 10:18:39 +08:00
alter_alias_task_test.go Add license to rootcoord module (#22301) 2023-02-22 11:37:45 +08:00
alter_alias_task.go Add license to rootcoord module (#22301) 2023-02-22 11:37:45 +08:00
alter_collection_task_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
alter_collection_task.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
broker_test.go Use cockroachdb/errors to replace other error pkg (#22390) 2023-02-26 11:31:49 +08:00
broker.go Add collection in querynode when sync new partitions (#23825) 2023-05-01 16:36:38 +08:00
constrant.go Add license to rootcoord module (#22301) 2023-02-22 11:37:45 +08:00
create_alias_task_test.go Add license to rootcoord module (#22301) 2023-02-22 11:37:45 +08:00
create_alias_task.go Add license to rootcoord module (#22301) 2023-02-22 11:37:45 +08:00
create_collection_task_test.go Support Default Value (#23448) 2023-05-15 16:15:21 +08:00
create_collection_task.go Support Default Value (#23448) 2023-05-15 16:15:21 +08:00
create_partition_task_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
create_partition_task.go Fix creating partition is not atomic (#23823) 2023-05-08 10:18:39 +08:00
ddl_ts_lock_manager_test.go Use cockroachdb/errors to replace other error pkg (#22390) 2023-02-26 11:31:49 +08:00
ddl_ts_lock_manager.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
describe_collection_task_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
describe_collection_task.go Add license to rootcoord module (#22301) 2023-02-22 11:37:45 +08:00
dml_channels_test.go can only use the topic in the list when preCreatedTopicEnabled (#23913) 2023-05-10 13:47:19 +08:00
dml_channels.go Remove debug log (#24030) 2023-05-11 14:09:19 +08:00
drop_alias_task_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
drop_alias_task.go Add license to rootcoord module (#22301) 2023-02-22 11:37:45 +08:00
drop_collection_task_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
drop_collection_task.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
drop_partition_task_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
drop_partition_task.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
expire_cache_test.go Add license to rootcoord module (#22301) 2023-02-22 11:37:45 +08:00
expire_cache.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
field_id.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
garbage_collector_test.go Fix creating partition is not atomic (#23823) 2023-05-08 10:18:39 +08:00
garbage_collector.go Fix creating partition is not atomic (#23823) 2023-05-08 10:18:39 +08:00
has_collection_task_test.go Add license to rootcoord module (#22301) 2023-02-22 11:37:45 +08:00
has_collection_task.go Add license to rootcoord module (#22301) 2023-02-22 11:37:45 +08:00
has_partition_task_test.go Add license to rootcoord module (#22301) 2023-02-22 11:37:45 +08:00
has_partition_task.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
import_helper.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
import_manager_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
import_manager.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
meta_table_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
meta_table.go Fix num of partitions is wrong (#23780) 2023-04-28 15:20:36 +08:00
metrics_info.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
mock_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
OWNERS [skip ci]Update OWNERS files (#11898) 2021-11-16 15:41:11 +08:00
proxy_client_manager_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
proxy_client_manager.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
proxy_manager_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
proxy_manager.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
quota_center_test.go enable config collection level rate limit (#24012) 2023-05-12 18:13:26 +08:00
quota_center.go enable config collection level rate limit (#24012) 2023-05-12 18:13:26 +08:00
redo_test.go Use cockroachdb/errors to replace other error pkg (#22390) 2023-02-26 11:31:49 +08:00
redo.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
rename_collection_task_test.go Use cockroachdb/errors to replace other error pkg (#22390) 2023-02-26 11:31:49 +08:00
rename_collection_task.go Add license to rootcoord module (#22301) 2023-02-22 11:37:45 +08:00
root_coord_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
root_coord.go Fix the error when a role removes an already deleted user (#24049) (#24109) 2023-05-16 10:15:22 +08:00
scheduler_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
scheduler.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
show_collection_task_test.go Add license to rootcoord module (#22301) 2023-02-22 11:37:45 +08:00
show_collection_task.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
show_partition_task_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
show_partition_task.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
step_executor_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
step_executor.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
step_test.go Add license to rootcoord module (#22301) 2023-02-22 11:37:45 +08:00
step.go Dynamic load/release partitions (#22655) 2023-03-20 14:55:57 +08:00
task.go Add license to rootcoord module (#22301) 2023-02-22 11:37:45 +08:00
timestamp_bench_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
timeticksync_test.go Fix some wrong ut (#23990) 2023-05-10 09:31:19 +08:00
timeticksync.go Fix upgrade casue panic (#23833) 2023-05-02 14:06:37 +08:00
undo_test.go Add license to rootcoord module (#22301) 2023-02-22 11:37:45 +08:00
undo.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
util_test.go Fix upgrade casue panic (#23833) 2023-05-02 14:06:37 +08:00
util.go Fix upgrade casue panic (#23833) 2023-05-02 14:06:37 +08:00