milvus/pkg/util/typeutil
yihao.dai c5918290e6
feat: Add import executor and manager for datanode (#29438)
This PR introduces novel importv2 roles for datanode:
1. Executor: To execute tasks, a import task will be divided into the
following steps: read data -> hash data -> sync data;
2. Manager: To manage all the tasks;

issue: https://github.com/milvus-io/milvus/issues/28521

---------

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2024-01-31 20:45:04 +08:00
..
cache.go Delete the user-role mapping info when deleting the user (#25988) 2023-08-04 18:37:08 +08:00
chan.go Refine delegator lifetime control (#26881) 2023-09-07 10:11:15 +08:00
convension.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
conversion_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
float_util_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
float_util.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
gen_empty_field_data.go Add float16 approve for multi-type part (#28427) 2024-01-11 15:48:51 +08:00
get_dim.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
hash_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
hash.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
index_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
index.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
kv_pair_helper_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
kv_pair_helper.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
map_test.go Release before remove when releasing flowgraphs (#27191) 2023-09-19 11:53:22 +08:00
map.go Release before remove when releasing flowgraphs (#27191) 2023-09-19 11:53:22 +08:00
ordered_map_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
ordered_map.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
schema_test.go enhance: add the bytes data type for merge data and format some code (#30105) 2024-01-18 22:18:55 +08:00
schema.go feat: Add import executor and manager for datanode (#29438) 2024-01-31 20:45:04 +08:00
set_test.go refactor replica selection and retry policy on channel (#24367) 2023-06-13 10:20:37 +08:00
set.go Add some log when node being reachable or unreachable (#25572) 2023-07-18 10:35:20 +08:00
skip_list_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
skip_list.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
string_util_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
string_util.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
time_test.go Check error by Error() and NoError() for better report message (#24736) 2023-06-08 15:36:36 +08:00
time.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
type.go fix: Init paramtable after milvus role setup (#30211) 2024-01-23 19:10:56 +08:00