From: Robert Varga Date: Mon, 16 Mar 2020 11:45:48 +0000 (+0100) Subject: Do not use passive connections X-Git-Tag: v2.0.0~53 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=8da08c9f008d371c491cf6b35494ca36c2ebdcb9 Do not use passive connections We are seeing issues with passive connections, pointing towards switching them off (or migrate to Artery TCP, which is one-way). As Artery TCP has memory leaks before 2.5.29, opt to disable passive connections. Change-Id: Ia9779ad6a7d9d2bc73306d0968e5d22553450fac Signed-off-by: Robert Varga --- 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..e2ec0fca9e 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