This is an automated email from the ASF dual-hosted git repository.
He-Pin pushed a commit to branch 1.7.x
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/1.7.x by this push:
new d83efeed76 fix code to use correct
pekko.remote.classic.use-passive-connections name (#3207) (#3209)
d83efeed76 is described below
commit d83efeed76bcaf1f7cdc903dabf7e41d8fb150a6
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Jun 27 20:01:06 2026 +0100
fix code to use correct pekko.remote.classic.use-passive-connections name
(#3207) (#3209)
---
.../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 ffb76c21cb..294aa86170 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
@@ -48,7 +48,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 785e7ae353..8654524737 100644
--- a/remote/src/main/scala/org/apache/pekko/remote/Endpoint.scala
+++ b/remote/src/main/scala/org/apache/pekko/remote/Endpoint.scala
@@ -1197,7 +1197,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]