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