[skip e2e]Add comment for errIndexNodeIsNotOnService (#14986)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
pull/15024/merge
cai.zhang 2022-01-07 18:47:32 +08:00 committed by GitHub
parent 2e012fa99f
commit 0a209e2579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ import (
"fmt"
)
// errIndexNodeIsNotOnService return an error that the specified IndexNode is not exists.
func errIndexNodeIsNotOnService(id UniqueID) error {
return fmt.Errorf("index node %d is not on service", id)
}