milvus/pkg/util/conc
congqixia 4731c1b0d5
enhance: make SyncManager pool size refreshable (#29224)
See also #29223

This PR make `conc.Pool` resizable by adding `Resize` method for it. 
Also make newly added datanode `MaxParallelSyncMgrTasks` config
refreshable

---------

Signed-off-by: Congqi.Xia <congqi.xia@zilliz.com>
2023-12-15 09:58:43 +08:00
..
future_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
future.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +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