X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Fmain%2Fresources%2Fapplication.conf;h=6be6cda5d3d741de221190e55fcf71d042e4c24a;hp=6178f4903e734a88fe12a85b1dcf0972d68a12b7;hb=25b805c6685467f561506dbb5187a744fc12096b;hpb=d5a0c6e2b20851f836852af94cf6066c7beac0c3 diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/main/resources/application.conf b/opendaylight/md-sal/sal-distributed-datastore/src/main/resources/application.conf index 6178f4903e..6be6cda5d3 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/main/resources/application.conf +++ b/opendaylight/md-sal/sal-distributed-datastore/src/main/resources/application.conf @@ -1,6 +1,15 @@ odl-cluster-data { + bounded-mailbox { + mailbox-type = "org.opendaylight.controller.cluster.common.actor.MeteredBoundedMailbox" + mailbox-capacity = 1000 + mailbox-push-timeout-time = 100ms + } + + metric-capture-enabled = true + akka { + loggers = ["akka.event.slf4j.Slf4jLogger"] cluster { roles = [ "member-1" @@ -39,6 +48,7 @@ odl-cluster-data { odl-cluster-rpc { akka { + loggers = ["akka.event.slf4j.Slf4jLogger"] actor { provider = "akka.cluster.ClusterActorRefProvider"