Fix clearing of candidates from previous iterations
[controller.git] / opendaylight / md-sal / eos-dom-akka / src / test / resources / application.conf
index ff23633e5e5793b7f0de0c9938e6c70122a0a266..08c2a36fb0a752c88df30cb726769b9ab1a6bf9b 100644 (file)
@@ -31,7 +31,11 @@ akka {
         # This value controls how quickly Entity Ownership Service decisions are
         # propagated within a node.
         notify-subscribers-interval = 20 ms
-      }
+    }
+    split-brain-resolver {
+      active-strategy = keep-majority
+      stable-after = 7s
+    }
   }
 }