raft: remove wont-fix TODO in ApplyConfChange

release-2.0
Yicheng Qin 2014-11-25 00:10:44 -08:00
parent 85d0e2f130
commit e17bcd8932
1 changed files with 0 additions and 2 deletions

View File

@ -120,8 +120,6 @@ type Node interface {
// Returns an opaque ConfState protobuf which must be recorded
// in snapshots. Will never return nil; it returns a pointer only
// to match MemoryStorage.Compact.
// TODO: reject existing node when add node
// TODO: reject non-existant node when remove node
ApplyConfChange(cc pb.ConfChange) *pb.ConfState
// Stop performs any necessary termination of the Node
Stop()