!clu #3920 Remove deprecated akka.cluster.auto-down

* replaced by akka.cluster.auto-down-unreachable-after
This commit is contained in:
Patrik Nordwall 2014-03-12 11:47:43 +01:00
parent 503c4ced8f
commit b5be06e90c
5 changed files with 3 additions and 10 deletions

View file

@ -101,9 +101,6 @@ class Cluster(val system: ExtendedActorSystem) extends Extension {
logInfo("Starting up...")
if (settings.AutoDown)
log.warning("[akka.cluster.auto-down] setting is replaced by [akka.cluster.auto-down-unreachable-after]")
val failureDetector: FailureDetectorRegistry[Address] = {
def createFailureDetector(): FailureDetector =
FailureDetectorLoader.load(settings.FailureDetectorImplementationClass, settings.FailureDetectorConfig, system)