X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=opendaylight%2Fmd-sal%2Fsal-clustering-config%2Fsrc%2Fmain%2Fresources%2Finitial%2Fakka.conf;h=2c179d79a99d256b66e7073ea73990c1ed22866b;hb=229c55fbdc5907129c9c35b3e98963b5fa2528f0;hp=5cde9e4c46251c9ab87e49307b5989cda1fb016b;hpb=964b125720d82368ffce5e3bf10bbb6c1723b200;p=controller.git diff --git a/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/akka.conf b/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/akka.conf index 5cde9e4c46..2c179d79a9 100644 --- a/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/akka.conf +++ b/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/akka.conf @@ -3,14 +3,11 @@ odl-cluster-data { akka { remote { artery { - enabled = off + enabled = on + transport = tcp canonical.hostname = "127.0.0.1" canonical.port = 2550 } - netty.tcp { - hostname = "127.0.0.1" - port = 2550 - } # when under load we might trip a false positive on the failure detector # transport-failure-detector { # heartbeat-interval = 4 s @@ -19,8 +16,8 @@ odl-cluster-data { } cluster { - # Remove ".tcp" when using artery. - seed-nodes = ["akka.tcp://opendaylight-cluster-data@127.0.0.1:2550"] + # Using artery. + seed-nodes = ["akka://opendaylight-cluster-data@127.0.0.1:2550"] roles = [ "member-1" @@ -34,6 +31,11 @@ odl-cluster-data { # The relative path is always relative to KARAF_HOME. # snapshot-store.local.dir = "target/snapshots" + + # Use lz4 compression for LocalSnapshotStore snapshots + snapshot-store.local.use-lz4-compression = false + # Size of blocks for lz4 compression: 64KB, 256KB, 1MB or 4MB + snapshot-store.local.lz4-blocksize = 256KB } disable-default-actor-system-quarantined-event-handling = "false" }