X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-clustering-config%2Fsrc%2Fmain%2Fresources%2Finitial%2Ffactory-akka.conf;h=dbb5dc71e7e39a249a9b3e341f0604215ffdfd9a;hb=bb248f15d352cdd69e53ff7756fcb2c62cdc3eac;hp=34b309b0b162d77f905bfede823f34f05711cd47;hpb=52fb7d830e43a9849c728c7b0d36470afe686fb5;p=controller.git diff --git a/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/factory-akka.conf b/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/factory-akka.conf index 34b309b0b1..dbb5dc71e7 100644 --- a/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/factory-akka.conf +++ b/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/factory-akka.conf @@ -86,6 +86,9 @@ odl-cluster-data { } remote { log-remote-lifecycle-events = off + # Disable passive connections, as we are seeing issues + # with read-only associations + use-passive-connections = off netty.tcp { maximum-frame-size = 419430400 @@ -121,13 +124,12 @@ odl-cluster-data { persistence { journal { - plugin = akka.persistence.journal.leveldb - - # The following activates the alternative segmented file journal. Each persistent actor + # The following activates the default segmented file journal. Each persistent actor # is stored in a separate directory, with multiple segment files. Segments are removed # when they are not longer required. # - # plugin = akka.persistence.journal.segmented-file + plugin = akka.persistence.journal.segmented-file + segmented-file { class = "org.opendaylight.controller.akka.segjournal.SegmentedFileJournal" # Root directory for segmented journal storage