mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add a comment for reloadFromKV in index_checker (#12921)
Signed-off-by: yun.zhang <yun.zhang@zilliz.com> Co-authored-by: yun.zhang <yun.zhang@zilliz.com>pull/12924/head
parent
6050504d43
commit
7d02208d71
|
@ -110,6 +110,7 @@ func (ic *IndexChecker) close() {
|
|||
ic.wg.Wait()
|
||||
}
|
||||
|
||||
// reloadFromKV reload collection/partition, remove from etcd if failed.
|
||||
func (ic *IndexChecker) reloadFromKV() error {
|
||||
_, handoffReqValues, version, err := ic.client.LoadWithRevision(handoffSegmentPrefix)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue