milvus/internal/rootcoord
Jiquan Long c955c26656
Optimize log when rootcoord goroutine quit (#23698)
Signed-off-by: longjiquan <jiquan.long@zilliz.com>
2023-04-29 16:06:42 +08:00
..
mocks Enhance ID allocator in DataNode (#22905) 2023-03-23 19:43:57 +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 Optimize log trace (#23431) 2023-04-17 11:00:30 +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 Add collection number quota per DB (#23656) 2023-04-28 11:02:35 +08:00
create_collection_task.go Add collection number quota per DB (#23656) 2023-04-28 11:02:35 +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 Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +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 Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
dml_channels.go Change some configurations, include change the defaultChannelNum to 16 (#23617) 2023-04-27 14:26:35 +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 Change default shard number to 1 (#23586) 2023-04-21 07:08:32 +08:00
garbage_collector.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +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 fix qupta_center calculate negative memory factor for rate limit (#23750) 2023-04-28 11:32:35 +08:00
quota_center.go fix qupta_center calculate negative memory factor for rate limit (#23750) 2023-04-28 11:32:35 +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 Optimize log when rootcoord goroutine quit (#23698) 2023-04-29 16:06:42 +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 Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
timeticksync.go Fix synced timetick not updated properly (#23697) 2023-04-29 16:02:38 +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 Change some configurations, include change the defaultChannelNum to 16 (#23617) 2023-04-27 14:26:35 +08:00
util.go Change some configurations, include change the defaultChannelNum to 16 (#23617) 2023-04-27 14:26:35 +08:00