mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Add comment for checkIndexMeta (#14842)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>pull/14845/head
parent
5efb234f41
commit
47b89ba84a
|
@ -138,6 +138,7 @@ func (it *IndexBuildTask) OnEnqueue() error {
|
|||
return nil
|
||||
}
|
||||
|
||||
// checkIndexMeta load meta from etcd to determine whether the task should continue execution.
|
||||
func (it *IndexBuildTask) checkIndexMeta(ctx context.Context, pre bool) error {
|
||||
fn := func() error {
|
||||
//TODO error handling need to be optimized, return Unrecoverable to avoid retry
|
||||
|
|
Loading…
Reference in New Issue