yihao.dai 215d314118
fix: Return err for conc.Future in sync manager (#31790) (#31936)
Should not return `err, nil` when using conc.Future, as the error will
be lost/ignored when using `AwaitAll` to wait for the future.

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

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

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2024-04-08 14:41:16 +08:00
..