mirror of https://github.com/milvus-io/milvus.git
[skip ci] Fix etcd key name that stores the ServerID (#8048)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/8049/head^2
parent
8f26d46a28
commit
3e77f99b75
|
@ -57,7 +57,7 @@ type TimeTickProvider interface {
|
|||
#### A.2 Session
|
||||
###### ServerID
|
||||
|
||||
The ID is stored in a key-value pair on etcd. The key is metaRootPath + "/services/ServerID". The initial value is 0. When a service is registered, it is incremented by 1 and returned to the next registered service.
|
||||
The ID is stored in a key-value pair on etcd. The key is metaRootPath + "/session/id". The initial value is 0. When a service is registered, it is incremented by 1 and returned to the next registered service.
|
||||
|
||||
###### Registration
|
||||
|
||||
|
|
Loading…
Reference in New Issue