milvus/internal/rootcoord
smellthemoon db31e88a73
Add length check when insert and upsert (#24759)
Signed-off-by: lixinguo <xinguo.li@zilliz.com>
Co-authored-by: lixinguo <xinguo.li@zilliz.com>
2023-06-15 10:24:38 +08:00
..
mocks Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
alter_alias_task_test.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
alter_alias_task.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
alter_collection_task_test.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
alter_collection_task.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
broker_test.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
broker.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
constrant.go Add license to rootcoord module (#22301) 2023-02-22 11:37:45 +08:00
create_alias_task_test.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
create_alias_task.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
create_collection_task_test.go Add length check when insert and upsert (#24759) 2023-06-15 10:24:38 +08:00
create_collection_task.go Add length check when insert and upsert (#24759) 2023-06-15 10:24:38 +08:00
create_partition_task_test.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
create_partition_task.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +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 Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
describe_collection_task.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
dml_channels_test.go can only use the topic in the list when preCreatedTopicEnabled (#23913) 2023-05-10 13:47:19 +08:00
dml_channels.go Remove debug log (#24030) 2023-05-11 14:09:19 +08:00
drop_alias_task_test.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
drop_alias_task.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
drop_collection_task_test.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
drop_collection_task.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
drop_partition_task_test.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
drop_partition_task.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +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 Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
field_id.go Support dynamic schema for create collection (#24176) 2023-05-18 09:33:24 +08:00
garbage_collector_test.go Fix creating partition is not atomic (#23823) 2023-05-08 10:18:39 +08:00
garbage_collector.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
has_collection_task_test.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
has_collection_task.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
has_partition_task_test.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
has_partition_task.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
import_helper.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
import_manager_test.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
import_manager.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
meta_table_test.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
meta_table.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
metrics_info.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
mock_test.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
OWNERS
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 Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
proxy_manager_test.go Check error by Error() and NoError() for better report message (#24736) 2023-06-08 15:36:36 +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 Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
quota_center.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +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 go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
rename_collection_task.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
root_coord_test.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
root_coord.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +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 Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
show_collection_task.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
show_partition_task_test.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
show_partition_task.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +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 Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +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 Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
timeticksync.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +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 Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
util.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00