milvus/pkg/util/conc
yihao.dai 808a944f93
enhance: Ensure ImportV2 waits for the index to be built and refine some logic (#31629) (#31733)
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.
2. Enhanced input file length check for binlog import.
3. Removal of duplicated manager in datanode.
4. Renaming of executor to scheduler in datanode.
5. Utilization of a thread pool in the scheduler in datanode.

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

pr: https://github.com/milvus-io/milvus/pull/31629

---------

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2024-04-01 20:45:13 +08:00
..
future.go enhance: Ensure ImportV2 waits for the index to be built and refine some logic (#31629) (#31733) 2024-04-01 20:45:13 +08:00
future_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
options.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
options_test.go Use conc.PoolOption instead of ants.Option (#24585) 2023-06-01 15:52:31 +08:00
pool.go enhance: make SyncManager pool size refreshable (#29224) 2023-12-15 09:58:43 +08:00
pool_test.go enhance: make SyncManager pool size refreshable (#29224) 2023-12-15 09:58:43 +08:00
singleflight.go Merge get worker process for same nodeID (#25185) 2023-06-28 18:34:24 +08:00
singleflight_test.go Fix unstable TestSingleflight unit test (#26363) 2023-08-16 10:07:33 +08:00