[DEBUG] [04/10/2026 11:37:08.309] [main] [EventStream(pekko://test)] logger log1-TestEventListener started 11:37:08,310 AM [test-pekko.actor.default-dispatcher-5] [INFO] Slf4jLogger - Slf4jLogger started [DEBUG] [04/10/2026 11:37:08.310] [main] [EventStream(pekko://test)] logger log2-Slf4jLogger started [DEBUG] [04/10/2026 11:37:08.310] [main] [EventStream(pekko://test)] Default Loggers started [INFO] [04/10/2026 11:37:08.332] [main] [ArteryTransport(pekko://test)] Remoting started with transport [Artery tcp]; listening on address [pekko://test@10.30.171.133:17355] with UID [-5439456279812323330] 11:37:08,333 AM [test-pekko.actor.default-dispatcher-6] [INFO] ArteryTransport - Remoting started with transport [Artery tcp]; listening on address [pekko://test@10.30.171.133:17355] with UID [-5439456279812323330] [INFO] [04/10/2026 11:37:08.333] [main] [Cluster(pekko://test)] Cluster Node [pekko://test@10.30.171.133:17355] - Starting up, Pekko version [1.4.0] ... 11:37:08,333 AM [test-pekko.actor.default-dispatcher-6] [INFO] Cluster - Cluster Node [pekko://test@10.30.171.133:17355] - Starting up, Pekko version [1.4.0] ... [INFO] [04/10/2026 11:37:08.335] [main] [Cluster(pekko://test)] Cluster Node [pekko://test@10.30.171.133:17355] - Registered cluster JMX MBean [pekko:type=Cluster] 11:37:08,336 AM [test-pekko.actor.default-dispatcher-6] [INFO] Cluster - Cluster Node [pekko://test@10.30.171.133:17355] - Registered cluster JMX MBean [pekko:type=Cluster] [INFO] [04/10/2026 11:37:08.336] [main] [Cluster(pekko://test)] Cluster Node [pekko://test@10.30.171.133:17355] - Started up successfully 11:37:08,336 AM [test-pekko.actor.default-dispatcher-6] [INFO] Cluster - Cluster Node [pekko://test@10.30.171.133:17355] - Started up successfully [INFO] [04/10/2026 11:37:08.337] [test-pekko.actor.internal-dispatcher-2] [Cluster(pekko://test)] Cluster Node [pekko://test@10.30.171.133:17355] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing [INFO] [04/10/2026 11:37:08.337] [test-pekko.actor.internal-dispatcher-2] [Cluster(pekko://test)] Cluster Node [pekko://test@10.30.171.133:17355] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining 11:37:08,337 AM [test-pekko.actor.default-dispatcher-6] [INFO] Cluster - Cluster Node [pekko://test@10.30.171.133:17355] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing 11:37:08,337 AM [test-pekko.actor.default-dispatcher-6] [INFO] Cluster - Cluster Node [pekko://test@10.30.171.133:17355] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining 11:37:08,349 AM [main] [DEBUG] SimpleReplicatedLogEntrySerializer - Estimated serialized size 96, data size 1 for payload: A. Actual serialized size: 197 [INFO] [04/10/2026 11:37:08.350] [main] [CoordinatedShutdown(pekko://test)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 11:37:08,350 AM [test-pekko.actor.default-dispatcher-5] [INFO] CoordinatedShutdown - Running CoordinatedShutdown with reason [ActorSystemTerminateReason] [WARN] [04/10/2026 11:37:08.351] [test-pekko.actor.default-dispatcher-5] [pekko://test/system/cluster/core/daemon] unhandled message from Actor[pekko://test/deadLetters]: Leave(pekko://test@10.30.171.133:17355) [INFO] [pekkoDeadLetter][04/10/2026 11:37:08.351] [test-pekko.actor.default-dispatcher-5] [pekko://test/system/cluster/core/daemon] Message [org.apache.pekko.cluster.ClusterUserAction$Leave] to Actor[pekko://test/system/cluster/core/daemon#-247294661] was unhandled. [1] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'pekko.log-dead-letters' and 'pekko.log-dead-letters-during-shutdown'. 11:37:08,353 AM [test-pekko.actor.internal-dispatcher-4] [ERROR] ClusterReceptionist - requirement failed: Cluster node must not be terminated org.apache.pekko.actor.ActorInitializationException: pekko://test/system/clusterReceptionist/replicator: exception during creation, root cause message: [requirement failed: Cluster node must not be terminated] at org.opendaylight.controller.repackaged.pekko@13.0.3-SNAPSHOT/org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206) at org.opendaylight.controller.repackaged.pekko@13.0.3-SNAPSHOT/org.apache.pekko.actor.ActorCell.create(ActorCell.scala:680) at org.opendaylight.controller.repackaged.pekko@13.0.3-SNAPSHOT/org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523) at org.opendaylight.controller.repackaged.pekko@13.0.3-SNAPSHOT/org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) at org.opendaylight.controller.repackaged.pekko@13.0.3-SNAPSHOT/org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:298) at org.opendaylight.controller.repackaged.pekko@13.0.3-SNAPSHOT/org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:233) at org.opendaylight.controller.repackaged.pekko@13.0.3-SNAPSHOT/org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:246) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) Caused by: java.lang.IllegalArgumentException: requirement failed: Cluster node must not be terminated at org.opendaylight.controller.scala3.library@13.0.3-SNAPSHOT/scala.Predef$.require(Predef.scala:337) at org.opendaylight.controller.repackaged.pekko@13.0.3-SNAPSHOT/org.apache.pekko.cluster.ddata.Replicator.(Replicator.scala:1377) at org.opendaylight.controller.repackaged.pekko@13.0.3-SNAPSHOT/org.apache.pekko.cluster.ddata.Replicator$.props$$anonfun$2(Replicator.scala:474) at org.opendaylight.controller.repackaged.pekko@13.0.3-SNAPSHOT/org.apache.pekko.actor.TypedCreatorFunctionConsumer.produce(IndirectActorProducer.scala:102) at org.opendaylight.controller.repackaged.pekko@13.0.3-SNAPSHOT/org.apache.pekko.actor.Props.newActor(Props.scala:236) at org.opendaylight.controller.repackaged.pekko@13.0.3-SNAPSHOT/org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626) at org.opendaylight.controller.repackaged.pekko@13.0.3-SNAPSHOT/org.apache.pekko.actor.ActorCell.create(ActorCell.scala:652) ... 10 more 11:37:08,357 AM [test-pekko.actor.default-dispatcher-5] [INFO] Cluster - Cluster Node [pekko://test@10.30.171.133:17355] - Exiting completed 11:37:08,357 AM [test-pekko.actor.default-dispatcher-5] [INFO] Cluster - Cluster Node [pekko://test@10.30.171.133:17355] - Shutting down... 11:37:08,357 AM [test-pekko.actor.default-dispatcher-5] [INFO] Cluster - Cluster Node [pekko://test@10.30.171.133:17355] - Successfully shut down 11:37:08,357 AM [test-pekko.actor.default-dispatcher-5] [INFO] RemoteActorRefProvider$RemotingTerminator - Shutting down remote daemon. 11:37:08,357 AM [test-pekko.actor.default-dispatcher-5] [INFO] RemoteActorRefProvider$RemotingTerminator - Remote daemon shut down; proceeding with flushing remote transports.