milvus/internal/rootcoord
Jiquan Long 8c6a2a35d7
Fix max partition number don't work (#22216) (#22239)
Signed-off-by: longjiquan <jiquan.long@zilliz.com>
2023-02-17 18:52:25 +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 more metrics (#21975) 2023-02-09 16:06:33 +08:00
alter_alias_task_test.go Add more metrics (#21975) 2023-02-09 16:06:33 +08:00
alter_collection_task.go Add more metrics (#21975) 2023-02-09 16:06:33 +08:00
alter_collection_task_test.go Add more metrics (#21975) 2023-02-09 16:06:33 +08:00
broker.go Fix BulkInsert may seal a failed segment (#21779) 2023-01-31 12:41:53 +08:00
broker_test.go Remove collection meta after GC finished (#21595) (#21671) 2023-01-13 15:43:41 +08:00
constrant.go Change default max shards num to 64 (#22016) (#22017) 2023-02-07 14:43:57 +08:00
create_alias_task.go Add more metrics (#21975) 2023-02-09 16:06:33 +08:00
create_alias_task_test.go Add more metrics (#21975) 2023-02-09 16:06:33 +08:00
create_collection_task.go Fix shard num limit (#22188) 2023-02-16 11:10:35 +08:00
create_collection_task_test.go Add more metrics (#21975) 2023-02-09 16:06:33 +08:00
create_partition_task.go Fix max partition number don't work (#22216) (#22239) 2023-02-17 18:52:25 +08:00
create_partition_task_test.go Fix max partition number don't work (#22216) (#22239) 2023-02-17 18:52:25 +08:00
ddl_ts_lock_manager.go Optimize read ddl (#19352) 2022-09-24 12:42:51 +08:00
ddl_ts_lock_manager_test.go Optimize read ddl (#19352) 2022-09-24 12:42:51 +08:00
describe_collection_task.go Add more metrics (#21975) 2023-02-09 16:06:33 +08:00
describe_collection_task_test.go Add more metrics (#21975) 2023-02-09 16:06:33 +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 more metrics (#21975) 2023-02-09 16:06:33 +08:00
drop_alias_task_test.go Add more metrics (#21975) 2023-02-09 16:06:33 +08:00
drop_collection_task.go Add more metrics (#21975) 2023-02-09 16:06:33 +08:00
drop_collection_task_test.go Support rename collection function (#22208) 2023-02-17 16:52:25 +08:00
drop_partition_task.go Add more metrics (#21975) 2023-02-09 16:06:33 +08:00
drop_partition_task_test.go Add more metrics (#21975) 2023-02-09 16:06:33 +08:00
expire_cache.go Fill MsgBase ALL (#19912) 2022-10-21 15:57:28 +08:00
expire_cache_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
field_id.go [skip e2e] Grammar correction (#14415) 2021-12-28 19:18:20 +08:00
garbage_collector.go Make dropping collection atomic (#19969) 2022-10-22 15:19:28 +08:00
garbage_collector_test.go Fix flaky unit test (#20006) 2022-10-24 11:51:29 +08:00
has_collection_task.go Add more metrics (#21975) 2023-02-09 16:06:33 +08:00
has_collection_task_test.go Add more metrics (#21975) 2023-02-09 16:06:33 +08:00
has_partition_task.go Add more metrics (#21975) 2023-02-09 16:06:33 +08:00
has_partition_task_test.go Add more metrics (#21975) 2023-02-09 16:06:33 +08:00
import_helper.go Fix BulkInsert may seal a failed segment (#21779) 2023-01-31 12:41:53 +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 Support rename collection function (#22208) 2023-02-17 16:52:25 +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 Make ddl follow tt mechanism (#19279) 2022-09-21 15:46:51 +08:00
redo_test.go Make ddl follow tt mechanism (#19279) 2022-09-21 15:46:51 +08:00
rename_collection_task.go Support rename collection function (#22208) 2023-02-17 16:52:25 +08:00
rename_collection_task_test.go Support rename collection function (#22208) 2023-02-17 16:52:25 +08:00
root_coord.go Support rename collection function (#22208) 2023-02-17 16:52:25 +08:00
root_coord_test.go Support rename collection function (#22208) 2023-02-17 16:52:25 +08:00
scheduler.go Add more metrics (#21975) 2023-02-09 16:06:33 +08:00
scheduler_test.go Add more metrics (#21975) 2023-02-09 16:06:33 +08:00
show_collection_task.go Add more metrics (#21975) 2023-02-09 16:06:33 +08:00
show_collection_task_test.go Add more metrics (#21975) 2023-02-09 16:06:33 +08:00
show_partition_task.go Add more metrics (#21975) 2023-02-09 16:06:33 +08:00
show_partition_task_test.go Add more metrics (#21975) 2023-02-09 16:06:33 +08:00
step.go Remove collection meta after GC finished (#21595) (#21671) 2023-01-13 15:43:41 +08:00
step_executor.go Remove collection meta after GC finished (#21595) (#21671) 2023-01-13 15:43:41 +08:00
step_executor_test.go Remove collection meta after GC finished (#21595) (#21671) 2023-01-13 15:43:41 +08:00
step_test.go Remove collection meta after GC finished (#21595) (#21671) 2023-01-13 15:43:41 +08:00
task.go Add more metrics (#21975) 2023-02-09 16:06:33 +08:00
timestamp_bench_test.go Etcd config source support TLS (#20874) (#20910) 2022-12-01 14:19:16 +08:00
timeticksync.go Add some msgstream metrics (#20601) 2022-11-15 19:41:16 +08:00
timeticksync_test.go Separate public proto files (#19782) 2022-10-16 20:49:27 +08:00
undo.go Make ddl follow tt mechanism (#19279) 2022-09-21 15:46:51 +08:00
undo_test.go Make ddl follow tt mechanism (#19279) 2022-09-21 15:46:51 +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