milvus/internal/rootcoord
XuanYang-cn 1fff8d2c66
Fix restore redrop enormous dup collections (#26029)
Signed-off-by: yangxuan <xuan.yang@zilliz.com>
2023-08-03 10:37:06 +08:00
..
mocks [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +08:00
alter_alias_task_test.go Add more metrics (#25081) 2023-06-26 17:52:44 +08:00
alter_alias_task.go [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +08:00
alter_collection_task_test.go Add more metrics (#25081) 2023-06-26 17:52:44 +08:00
alter_collection_task.go [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +08:00
broker_test.go Organize mocks from types.go (#25466) 2023-07-14 10:12:31 +08:00
broker.go Refactor logs in DataCoord & DataNode (#25574) 2023-07-14 15:56:31 +08:00
constrant.go Add license to rootcoord module (#22301) 2023-02-22 11:37:45 +08:00
create_alias_task_test.go Add more metrics (#25081) 2023-06-26 17:52:44 +08:00
create_alias_task.go [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +08:00
create_collection_task_test.go Add more metrics (#25081) 2023-06-26 17:52:44 +08:00
create_collection_task.go [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +08:00
create_db_task_test.go [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +08:00
create_db_task.go [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +08:00
create_partition_task_test.go Add more metrics (#25081) 2023-06-26 17:52:44 +08:00
create_partition_task.go [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +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 Add more metrics (#25081) 2023-06-26 17:52:44 +08:00
describe_collection_task.go [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +08:00
dml_channels_test.go Improve the panic code about the rootcoord/session/rocksmq (#24859) (#25024) 2023-06-21 11:24:42 +08:00
dml_channels.go Use typeutil.ConcurrentMap instead of sync.Map (#25846) 2023-07-24 10:23:01 +08:00
drop_alias_task_test.go Add more metrics (#25081) 2023-06-26 17:52:44 +08:00
drop_alias_task.go [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +08:00
drop_collection_task_test.go Add more metrics (#25081) 2023-06-26 17:52:44 +08:00
drop_collection_task.go [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +08:00
drop_db_task_test.go [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +08:00
drop_db_task.go [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +08:00
drop_partition_task_test.go Add more metrics (#25081) 2023-06-26 17:52:44 +08:00
drop_partition_task.go Disable release partition when drop partition (#25244) 2023-07-01 16:18:23 +08:00
expire_cache_test.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
expire_cache.go [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +08:00
field_id.go fix the spelling of field (#25008) 2023-06-21 14:00:42 +08:00
garbage_collector_test.go Organize mocks from types.go (#25466) 2023-07-14 10:12:31 +08:00
garbage_collector.go Fix rootcoord restoration missing gcConfirmStep (#25293) 2023-07-10 10:16:26 +08:00
has_collection_task_test.go Add more metrics (#25081) 2023-06-26 17:52:44 +08:00
has_collection_task.go [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +08:00
has_partition_task_test.go Add more metrics (#25081) 2023-06-26 17:52:44 +08:00
has_partition_task.go [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +08:00
import_helper.go [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +08:00
import_manager_test.go [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +08:00
import_manager.go [skip e2e]Fix missed db parameter (#25790) 2023-07-26 19:46:51 +08:00
list_db_task_test.go [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +08:00
list_db_task.go [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +08:00
meta_table_test.go fix rootcoord meta table unstable ut (#25126) 2023-06-26 12:02:44 +08:00
meta_table.go Fix monitoring metrics (#25549) 2023-07-16 18:48:33 +08:00
metrics_info.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
mock_test.go Organize mocks from types.go (#25466) 2023-07-14 10:12:31 +08:00
name_db.go [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +08:00
OWNERS [skip ci]Update OWNERS files (#11898) 2021-11-16 15:41:11 +08:00
proxy_client_manager_test.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
proxy_client_manager.go Fix monitoring metrics (#25549) 2023-07-16 18:48:33 +08:00
proxy_manager_test.go Enlarge compact testcase timeout (#24924) 2023-06-15 20:54:43 +08:00
proxy_manager.go Fix monitoring metrics (#25549) 2023-07-16 18:48:33 +08:00
quota_center_test.go Organize mocks from types.go (#25466) 2023-07-14 10:12:31 +08:00
quota_center.go Fix monitoring metrics (#25549) 2023-07-16 18:48:33 +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 Add more metrics (#25081) 2023-06-26 17:52:44 +08:00
rename_collection_task.go [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +08:00
root_coord_test.go Fix restore redrop enormous dup collections (#26029) 2023-08-03 10:37:06 +08:00
root_coord.go Fix restore redrop enormous dup collections (#26029) 2023-08-03 10:37:06 +08:00
scheduler_test.go Add more metrics (#25081) 2023-06-26 17:52:44 +08:00
scheduler.go Add more metrics (#25081) 2023-06-26 17:52:44 +08:00
show_collection_task_test.go Add more metrics (#25081) 2023-06-26 17:52:44 +08:00
show_collection_task.go [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +08:00
show_partition_task_test.go Add more metrics (#25081) 2023-06-26 17:52:44 +08:00
show_partition_task.go [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +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 [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +08:00
task.go Add more metrics (#25081) 2023-06-26 17:52:44 +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 Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
timeticksync.go Use typeutil.ConcurrentMap instead of sync.Map (#25846) 2023-07-24 10:23:01 +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 enable config each collection has different rate limit (#24139) 2023-06-21 15:02:42 +08:00
util.go Add rate limit and deny write in upsert (#25351) 2023-07-11 11:20:34 +08:00