diff --git a/server.go b/server.go index 2e1e7091f..ca5bfcce4 100644 --- a/server.go +++ b/server.go @@ -428,7 +428,7 @@ func (s *Server) SyncData() error { } func (s *Server) monitorAntiEntropy() { - if s.antiEntropyInterval == 0 { + if s.antiEntropyInterval == 0 || s.cluster.ReplicaN <= 1 { return // anti entropy disabled } s.cluster.initializeAntiEntropy()