Unverified Commit 3c57705c authored by Preetha Appan's avatar Preetha Appan
Browse files

Add a TODO comment around handling peer address for remove peer correctly for raft protocol 3

Showing with 2 additions and 2 deletions
+2 -2
......@@ -425,8 +425,8 @@ func (s *Server) Leave() error {
return err
}
// TODO (alexdadgar) - This will need to be updated once we support node
// IDs.
// TODO (alexdadgar) - This will need to be updated before 0.8 release to
// correctly handle using node IDs instead of address when raftProtocol = 3
addr := s.raftTransport.LocalAddr()
// If we are the current leader, and we have any other peers (cluster has multiple
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment