!clu #3920 Remove deprecated akka.cluster.auto-down
* replaced by akka.cluster.auto-down-unreachable-after
This commit is contained in:
parent
503c4ced8f
commit
b5be06e90c
5 changed files with 3 additions and 10 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue