This is an automated email from the ASF dual-hosted git repository.
fanningpj 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 71b588e80f change propagate-harmless-quarantine-events default to off
(#2430)
71b588e80f is described below
commit 71b588e80fce080f8b3f627bba947e735a6bab04
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Nov 5 15:31:34 2025 +0100
change propagate-harmless-quarantine-events default to off (#2430)
---
remote/src/main/resources/reference.conf | 5 ++---
.../org/apache/pekko/remote/artery/HarmlessQuarantineSpec.scala | 2 +-
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/remote/src/main/resources/reference.conf
b/remote/src/main/resources/reference.conf
index 45621ff755..10b2de6200 100644
--- a/remote/src/main/resources/reference.conf
+++ b/remote/src/main/resources/reference.conf
@@ -867,9 +867,8 @@ pekko {
log-frame-size-exceeding = off
# If set to "on", InboundQuarantineCheck will propagate harmless
quarantine events.
- # This is the legacy behavior. Users who see these harmless quarantine
events lead
- # to problems can set this to "off" to suppress them
(https://github.com/apache/pekko/pull/1555).
- propagate-harmless-quarantine-events = on
+ # This is the legacy Pekko 1.x behavior.
(https://github.com/apache/pekko/pull/1555)
+ propagate-harmless-quarantine-events = off
advanced {
diff --git
a/remote/src/test/scala/org/apache/pekko/remote/artery/HarmlessQuarantineSpec.scala
b/remote/src/test/scala/org/apache/pekko/remote/artery/HarmlessQuarantineSpec.scala
index 8b3dba1fdd..05770d2bd1 100644
---
a/remote/src/test/scala/org/apache/pekko/remote/artery/HarmlessQuarantineSpec.scala
+++
b/remote/src/test/scala/org/apache/pekko/remote/artery/HarmlessQuarantineSpec.scala
@@ -30,9 +30,9 @@ import pekko.testkit.TestProbe
import org.scalatest.concurrent.Eventually
import org.scalatest.time.Span
+// pekko.remote.artery.propagate-harmless-quarantine-events defaults to off
since Pekko 2.0.0
class HarmlessQuarantineSpec extends ArteryMultiNodeSpec("""
pekko.loglevel=INFO
- pekko.remote.artery.propagate-harmless-quarantine-events = off
pekko.remote.artery.advanced {
stop-idle-outbound-after = 1 s
connection-timeout = 2 s
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]