mirror of https://github.com/milvus-io/milvus.git
enhance: Fix using wrong pool for warmup (#38941)
Signed-off-by: sunby <sunbingyi1992@gmail.com>pull/38991/head
parent
af08b5b311
commit
c6a7f48123
|
@ -1394,7 +1394,7 @@ func (d *AsyncWarmupDispatcher) Run(ctx context.Context) {
|
|||
case <-ctx.Done():
|
||||
return
|
||||
default:
|
||||
GetDynamicPool().Submit(task)
|
||||
GetWarmupPool().Submit(task)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue