[skip ci] Refine milvus index design doc (#11440)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/11459/head
edward.zeng 2021-11-08 20:28:08 +08:00 committed by GitHub
parent 069d7b7dda
commit 607cf14305
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ type Meta struct {
Meta is used to record the state of the index.
- Revision: The number of times IndexMeta has been changed in etcd. It's the same as Event.Kv.Version in etcd.
When IndexCoord watches the IndexMeta in etcd is changed, can compare `revision` and Event.Kv.Versionto determine
When IndexCoord watches the IndexMeta in etcd is changed, can compare `revision` and Event.Kv.Version to determine
this modification of IndexMeta is caused by IndexCoord or IndexNode. If it is caused by IndexNode, the Meta in
IndexCoord must be updated.