-
Notifications
You must be signed in to change notification settings - Fork 825
Closed
Labels
C-improvementCategory: improvementCategory: improvement
Description
Summary
Currently metasrv boot and join nodes using IP address, this way will cause problems when metasrv restart and the leader IP is changed. When MetaSrv restarted and the leader IP is changed, the followers still try to connect with the leader with old IPs.
We should join nodes using hostname, then store them and connect through DNS resolver.
PS: As we already have gRPC DNS resolver, so I think this is an easy task:)
ZhiHanZ, drmingdrmer and BohuTANG
Metadata
Metadata
Assignees
Labels
C-improvementCategory: improvementCategory: improvement