milvus/internal/rootcoord
Jiquan Long f2f7d8ed53
Fix metric RootCoordInsertChannelTimeTick (#23236) (#23284)
Signed-off-by: longjiquan <jiquan.long@zilliz.com>
2023-04-10 11:14:30 +08:00
..
mocks Support rename collection function (#22208) 2023-02-17 16:52:25 +08:00
OWNERS [skip ci]Update OWNERS files (#11898) 2021-11-16 15:41:11 +08:00
alter_alias_task.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
alter_alias_task_test.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
alter_collection_task.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
alter_collection_task_test.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
broker.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
broker_test.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
constrant.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
create_alias_task.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
create_alias_task_test.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
create_collection_task.go Update the error message that the collection exceeds the upper limit (#23079) 2023-03-29 10:30:02 +08:00
create_collection_task_test.go Check the collection num when creating the collection (#22919) 2023-03-22 20:35:57 +08:00
create_partition_task.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
create_partition_task_test.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
ddl_ts_lock_manager.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
ddl_ts_lock_manager_test.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
describe_collection_task.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
describe_collection_task_test.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
dml_channels.go Refine log when initialize dml channels (#21863) (#21881) 2023-02-02 11:35:53 +08:00
dml_channels_test.go Refine kafka consumer (#19846) 2022-10-25 13:23:30 +08:00
drop_alias_task.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
drop_alias_task_test.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
drop_collection_task.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
drop_collection_task_test.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
drop_partition_task.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
drop_partition_task_test.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
errors.go Add the retry op for all server (#22274) 2023-02-24 17:51:47 +08:00
expire_cache.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
expire_cache_test.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
field_id.go [skip e2e] Grammar correction (#14415) 2021-12-28 19:18:20 +08:00
garbage_collector.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
garbage_collector_test.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
has_collection_task.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
has_collection_task_test.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
has_partition_task.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
has_partition_task_test.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
import_helper.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
import_manager.go Fix Bulkload slow flush issue (#21918) 2023-02-01 21:55:51 +08:00
import_manager_test.go Fix BulkInsert may seal a failed segment (#21779) 2023-01-31 12:41:53 +08:00
meta_table.go Support rename collection function (#22208) 2023-02-17 16:52:25 +08:00
meta_table_test.go Support rename collection function (#22208) 2023-02-17 16:52:25 +08:00
metrics_info.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
mock_test.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
proxy_client_manager.go Remove a goroutine when creating a proxy client (#21904) (#21986) 2023-02-07 10:41:54 +08:00
proxy_client_manager_test.go Etcd config source support TLS (#20874) (#20910) 2022-12-01 14:19:16 +08:00
proxy_manager.go Add A WalkWithPrefix API for MetaKv interface (#21585) 2023-01-09 20:41:38 +08:00
proxy_manager_test.go Etcd config source support TLS (#20874) (#20910) 2022-12-01 14:19:16 +08:00
quota_center.go Fix check time tick lag with no channel (#21737) (#21768) 2023-01-17 16:43:43 +08:00
quota_center_test.go Fix check time tick lag with no channel (#21737) (#21768) 2023-01-17 16:43:43 +08:00
redo.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
redo_test.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
rename_collection_task.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
rename_collection_task_test.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
root_coord.go Fix RootCoord double updates TSO (#22715) (#22723) 2023-03-14 10:55:55 +08:00
root_coord_test.go Add the retry op for all server (#22274) 2023-02-24 17:51:47 +08:00
scheduler.go Fix ddl tt go back (#22617) (#22618) 2023-03-08 19:19:51 +08:00
scheduler_test.go Fix ddl tt go back (#22617) (#22618) 2023-03-08 19:19:51 +08:00
show_collection_task.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
show_collection_task_test.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
show_partition_task.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
show_partition_task_test.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
step.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
step_executor.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
step_executor_test.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
step_test.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
task.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
timestamp_bench_test.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
timeticksync.go Fix metric RootCoordInsertChannelTimeTick (#23236) (#23284) 2023-04-10 11:14:30 +08:00
timeticksync_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
undo.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
undo_test.go Add license to rootcoord module (#22301) (#22331) 2023-02-22 14:37:45 +08:00
util.go Optimize ddl case when collection not exist (#19950) 2022-10-21 16:37:29 +08:00
util_test.go Optimize ddl case when collection not exist (#19950) 2022-10-21 16:37:29 +08:00