mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 19:08:30 +08:00
[skip ci] Fix etcd key name that stores the ServerID (#8048)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
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
Block a user