odl-cluster-rpc { bounded-mailbox { mailbox-type = "org.opendaylight.controller.cluster.common.actor.MeteredBoundedMailbox" mailbox-capacity = 1000 mailbox-push-timeout-time = 10ms } akka { loglevel = "INFO" #log-config-on-start = on actor { provider = "akka.cluster.ClusterActorRefProvider" debug{ #autoreceive = on #lifecycle = on } } remote { log-received-messages = on log-sent-messages = on log-remote-lifecycle-events = off artery { enabled = on canonical.hostname = "127.0.0.1" canonical.port = 2550 } } cluster { seed-nodes = ["akka://opendaylight-rpc@127.0.0.1:2550"] auto-down-unreachable-after = 10s } } } unit-test { akka { loglevel = "DEBUG" #loggers = ["akka.event.slf4j.Slf4jLogger"] persistence.snapshot-store.plugin = "in-memory-snapshot-store" persistence.journal.plugin = "in-memory-journal" } bounded-mailbox { mailbox-type = "org.opendaylight.controller.cluster.common.actor.MeteredBoundedMailbox" #mailbox-capacity is specified in config subsystem mailbox-capacity = 1000 mailbox-push-timeout-time = 10ms } in-memory-journal { class = "org.opendaylight.controller.cluster.raft.utils.InMemoryJournal" } in-memory-snapshot-store { # Class name of the plugin. class = "org.opendaylight.controller.cluster.raft.utils.InMemorySnapshotStore" # Dispatcher for the plugin actor. plugin-dispatcher = "akka.persistence.dispatchers.default-plugin-dispatcher" } } memberA { bounded-mailbox { mailbox-type = "org.opendaylight.controller.cluster.common.actor.MeteredBoundedMailbox" mailbox-capacity = 1000 mailbox-push-timeout-time = 10ms } akka { loglevel = "INFO" loggers = ["akka.event.slf4j.Slf4jLogger"] persistence.snapshot-store.plugin = "in-memory-snapshot-store" persistence.journal.plugin = "in-memory-journal" actor { provider = "akka.cluster.ClusterActorRefProvider" debug { #lifecycle = on } } remote { log-received-messages = off log-sent-messages = off log-remote-lifecycle-events = off artery { enabled = on canonical.hostname = "127.0.0.1" canonical.port = 2551 } } cluster { seed-nodes = ["akka://opendaylight-rpc@127.0.0.1:2551"] auto-down-unreachable-after = 10s } } in-memory-journal { class = "org.opendaylight.controller.cluster.raft.utils.InMemoryJournal" } in-memory-snapshot-store { # Class name of the plugin. class = "org.opendaylight.controller.cluster.raft.utils.InMemorySnapshotStore" # Dispatcher for the plugin actor. plugin-dispatcher = "akka.persistence.dispatchers.default-plugin-dispatcher" } } memberB { bounded-mailbox { mailbox-type = "org.opendaylight.controller.cluster.common.actor.MeteredBoundedMailbox" mailbox-capacity = 1000 mailbox-push-timeout-time = 10ms } akka { loglevel = "INFO" loggers = ["akka.event.slf4j.Slf4jLogger"] persistence.snapshot-store.plugin = "in-memory-snapshot-store" persistence.journal.plugin = "in-memory-journal" actor { provider = "akka.cluster.ClusterActorRefProvider" debug { #lifecycle = on } } remote { log-received-messages = off log-sent-messages = off log-remote-lifecycle-events = off artery { enabled = on canonical.hostname = "127.0.0.1" canonical.port = 2552 } } cluster { seed-nodes = ["akka://opendaylight-rpc@127.0.0.1:2551"] auto-down-unreachable-after = 10s } } in-memory-journal { class = "org.opendaylight.controller.cluster.raft.utils.InMemoryJournal" } in-memory-snapshot-store { # Class name of the plugin. class = "org.opendaylight.controller.cluster.raft.utils.InMemorySnapshotStore" # Dispatcher for the plugin actor. plugin-dispatcher = "akka.persistence.dispatchers.default-plugin-dispatcher" } } memberC { bounded-mailbox { mailbox-type = "org.opendaylight.controller.cluster.common.actor.MeteredBoundedMailbox" mailbox-capacity = 1000 mailbox-push-timeout-time = 10ms } akka { loglevel = "INFO" loggers = ["akka.event.slf4j.Slf4jLogger"] persistence.snapshot-store.plugin = "in-memory-snapshot-store" persistence.journal.plugin = "in-memory-journal" actor { provider = "akka.cluster.ClusterActorRefProvider" debug { #lifecycle = on } } remote { log-received-messages = off log-sent-messages = off log-remote-lifecycle-events = off artery { enabled = on canonical.hostname = "127.0.0.1" canonical.port = 2553 } } cluster { seed-nodes = ["akka://opendaylight-rpc@127.0.0.1:2551"] auto-down-unreachable-after = 10s } } in-memory-journal { class = "org.opendaylight.controller.cluster.raft.utils.InMemoryJournal" } in-memory-snapshot-store { # Class name of the plugin. class = "org.opendaylight.controller.cluster.raft.utils.InMemorySnapshotStore" # Dispatcher for the plugin actor. plugin-dispatcher = "akka.persistence.dispatchers.default-plugin-dispatcher" } }