Add IndexCoord implementation Assertion (#9203)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
pull/9214/head
congqixia 2021-10-04 17:26:38 +08:00 committed by GitHub
parent 3939197d79
commit 9b65aad4cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,9 @@ import (
"github.com/milvus-io/milvus/internal/util/typeutil"
)
// make sure IndexCoord implements types.IndexCoord
var _ types.IndexCoord = (*IndexCoord)(nil)
// IndexCoord is a component responsible for scheduling index construction tasks and maintaining index status.
// IndexCoord accepts requests from rootcoord to build indexes, delete indexes, and query index information.
// IndexCoord is responsible for assigning IndexBuildID to the request to build the index, and forwarding the