milvus/internal/rootcoord
yah01 3349db4aa7
Refine errors to remove changes breaking design (#26521)
Signed-off-by: yah01 <yah2er0ne@outlook.com>
2023-09-04 09:57:09 +08:00
..
mocks Support rename db name of the collection (#26543) 2023-08-29 14:54:26 +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 Fill Collection start position timestamp in WatchInfo (#26370) 2023-08-16 09:05:32 +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 [Fixup] msg context access data race when msgdispatcher (#26463) 2023-08-21 19:16:22 +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 Refine errors to remove changes breaking design (#26521) 2023-09-04 09:57:09 +08:00
drop_collection_task.go Refine errors to remove changes breaking design (#26521) 2023-09-04 09:57:09 +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 [Fixup] msg context access data race when msgdispatcher (#26463) 2023-08-21 19:16:22 +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 Refine errors to remove changes breaking design (#26521) 2023-09-04 09:57:09 +08:00
list_db_task_test.go [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +08:00
list_db_task.go Support rename db name of the collection (#26543) 2023-08-29 14:54:26 +08:00
meta_table_test.go Refine errors to remove changes breaking design (#26521) 2023-09-04 09:57:09 +08:00
meta_table.go Refine errors to remove changes breaking design (#26521) 2023-09-04 09:57:09 +08:00
metrics_info.go Refine errors to remove changes breaking design (#26521) 2023-09-04 09:57:09 +08:00
mock_test.go Support rename db name of the collection (#26543) 2023-08-29 14:54:26 +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 Add server id validation interceptor (#26395) 2023-08-17 20:20:20 +08:00
proxy_client_manager.go Add server id validation interceptor (#26395) 2023-08-17 20:20:20 +08:00
proxy_manager_test.go Enlarge compact testcase timeout (#24924) 2023-06-15 20:54:43 +08:00
proxy_manager.go Fix panic while stopping the cluster (#26580) 2023-08-23 19:08:23 +08:00
quota_center_test.go fix rootcoord unstable ut (#26460) 2023-08-30 09:42:27 +08:00
quota_center.go Add rate limit ratio monitoring (#26709) 2023-09-03 20:47:02 +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 Support rename db name of the collection (#26543) 2023-08-29 14:54:26 +08:00
root_coord_test.go Not allow to set partition name for collection with partition key (#26129) 2023-08-10 18:55:21 +08:00
root_coord.go Refine errors to remove changes breaking design (#26521) 2023-09-04 09:57:09 +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 Delete the user-role mapping info when deleting the user (#25988) 2023-08-04 18:37:08 +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 Delete useless config (#26173) 2023-08-08 10:23:08 +08:00
timeticksync.go [Fixup] msg context access data race when msgdispatcher (#26463) 2023-08-21 19:16:22 +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 Refine errors to remove changes breaking design (#26521) 2023-09-04 09:57:09 +08:00