This is an automated email from the ASF dual-hosted git repository.

pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new b1148ae256 fix code to use correct 
pekko.remote.classic.use-passive-connections name (#3207)
b1148ae256 is described below

commit b1148ae2565c3143e77d18e7bf8644971c97ec46
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Jun 27 18:51:13 2026 +0100

    fix code to use correct pekko.remote.classic.use-passive-connections name 
(#3207)
---
 .../src/multi-jvm/scala/org/apache/pekko/cluster/RestartNodeSpec.scala  | 2 +-
 remote/src/main/scala/org/apache/pekko/remote/Endpoint.scala            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/cluster/src/multi-jvm/scala/org/apache/pekko/cluster/RestartNodeSpec.scala 
b/cluster/src/multi-jvm/scala/org/apache/pekko/cluster/RestartNodeSpec.scala
index d2add1125c..c899754741 100644
--- a/cluster/src/multi-jvm/scala/org/apache/pekko/cluster/RestartNodeSpec.scala
+++ b/cluster/src/multi-jvm/scala/org/apache/pekko/cluster/RestartNodeSpec.scala
@@ -46,7 +46,7 @@ object RestartNodeMultiJvmSpec extends MultiNodeConfig {
       pekko.cluster.downing-provider-class = 
org.apache.pekko.cluster.testkit.AutoDowning
       pekko.cluster.testkit.auto-down-unreachable-after = 5s
       pekko.cluster.allow-weakly-up-members = off
-      #pekko.remote.use-passive-connections = off
+      #pekko.remote.classic.use-passive-connections = off
       # test is using Java serialization and not priority to rewrite
       pekko.actor.allow-java-serialization = on
       pekko.actor.warn-about-java-serializer-usage = off
diff --git a/remote/src/main/scala/org/apache/pekko/remote/Endpoint.scala 
b/remote/src/main/scala/org/apache/pekko/remote/Endpoint.scala
index 9dfdf249eb..0c39a1e4de 100644
--- a/remote/src/main/scala/org/apache/pekko/remote/Endpoint.scala
+++ b/remote/src/main/scala/org/apache/pekko/remote/Endpoint.scala
@@ -1212,7 +1212,7 @@ private[remote] class EndpointReader(
       if (log.isWarningEnabled)
         log.warning(
           "Discarding inbound message to [{}] in read-only association to 
[{}]. " +
-          "If this happens often you may consider using 
pekko.remote.use-passive-connections=off " +
+          "If this happens often you may consider using 
pekko.remote.classic.use-passive-connections=off " +
           "or use Artery TCP.",
           msgOption.map(_.recipient).getOrElse("unknown"),
           remoteAddress)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to