mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
[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>
This commit is contained in:
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
Block a user