From: Robert Varga Date: Thu, 21 Oct 2021 07:05:55 +0000 (+0200) Subject: Revert parts of 6c0f2e3d6b25fe5c87aa51f1ed967c5fd290c808 X-Git-Tag: v3.0.12~1 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=dcdc2e81777c08ea64723abd8864b0f5637da2ce;p=controller.git Revert parts of 6c0f2e3d6b25fe5c87aa51f1ed967c5fd290c808 Version bump accidentally also enabled artery, disable it again. JIRA: CONTROLLER-2007 Change-Id: Ia0ab9257d779f8ee7558786e4e027035865d08e0 Signed-off-by: Robert Varga --- diff --git a/akka/repackaged-akka-jar/src/main/resources/remote_reference.conf b/akka/repackaged-akka-jar/src/main/resources/remote_reference.conf index 1f61e101d0..814540e554 100644 --- a/akka/repackaged-akka-jar/src/main/resources/remote_reference.conf +++ b/akka/repackaged-akka-jar/src/main/resources/remote_reference.conf @@ -742,14 +742,14 @@ akka { artery { # Disable artery with this flag - enabled = on + enabled = off # Select the underlying transport implementation. # # Possible values: aeron-udp, tcp, tls-tcp # See https://doc.akka.io/docs/akka/current/remoting-artery.html#selecting-a-transport for the tradeoffs # for each transport - transport = tcp + transport = aeron-udp # Canonical address is the address other clients should connect to. # Artery transport will expect messages to this address.