milvus/pkg/util/paramtable
yihao.dai 4e264003bf
enhance: Ensure ImportV2 waits for the index to be built and refine some logic (#31629)
Feature Introduced:
1. Ensure ImportV2 waits for the index to be built

Enhancements Introduced:
1. Utilization of local time for timeout ts instead of allocating ts
from rootcoord.
3. Enhanced input file length check for binlog import.
4. Removal of duplicated manager in datanode.
5. Renaming of executor to scheduler in datanode.
6. Utilization of a thread pool in the scheduler in datanode.

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

---------

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2024-04-01 20:09:13 +08:00
..
autoindex_param_test.go enhance: Support auto index for scalar index (#31255) 2024-03-21 10:37:08 +08:00
autoindex_param.go enhance: Support auto index for scalar index (#31255) 2024-03-21 10:37:08 +08:00
base_table_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
base_table.go fix: etcd not connectable when auth enabled (#31633) 2024-04-01 15:23:19 +08:00
component_param_test.go enhance: Ensure ImportV2 waits for the index to be built and refine some logic (#31629) 2024-04-01 20:09:13 +08:00
component_param.go enhance: Ensure ImportV2 waits for the index to be built and refine some logic (#31629) 2024-04-01 20:09:13 +08:00
grpc_param_test.go enhance: cache config values for saving cpu cycles to parse config item (#30947) 2024-03-12 11:09:04 +08:00
grpc_param.go fix: Unexpected rpc msg size limit (#29682) 2024-01-05 15:56:47 +08:00
hook_config.go Support to replicate the mq message (#27240) 2023-10-20 14:26:09 +08:00
http_param_test.go fix: set proxy.http.acceptTypeAllowInt64: true as default (#30720) 2024-02-29 09:59:07 +08:00
http_param.go fix: set proxy.http.acceptTypeAllowInt64: true as default (#30720) 2024-02-29 09:59:07 +08:00
param_item.go enhance: Add runtime config to paramtable (#31006) 2024-03-15 11:07:06 +08:00
quota_param_test.go feat: add collection level flush rate control (#29567) 2024-02-18 15:32:50 +08:00
quota_param.go feat: add collection level flush rate control (#29567) 2024-02-18 15:32:50 +08:00
role_param_test.go enhance: add 3 builtin roles (#28961) 2023-12-18 14:28:41 +08:00
role_param.go enhance: add 3 builtin roles (#28961) 2023-12-18 14:28:41 +08:00
runtime.go enhance: Add runtime config to paramtable (#31006) 2024-03-15 11:07:06 +08:00
service_param_test.go enhance: Support MinIO TLS connection (#31311) 2024-03-21 11:15:20 +08:00
service_param.go fix: minio ssl compatible issue (#31607) 2024-03-27 14:41:20 +08:00