-
Notifications
You must be signed in to change notification settings - Fork 186
Open
Description
Error: [12/07/2025 08:38:27.403] [PersistentActorRecoveryTimeoutSpec-pekko.actor.default-dispatcher-6] [pekko://PersistentActorRecoveryTimeoutSpec/user/$d] Recovery of TestReceiveTimeoutActor failed (org.apache.pekko.persistence.RecoveryTimedOut: Recovery timed out, didn't get event within 1000 milliseconds, highest sequence number seen 0)
[12-07 08:38:32.398] [info] - should should not interfere with receive timeouts *** FAILED *** (6 seconds, 18 milliseconds)
[12-07 08:38:32.398] [info] java.util.concurrent.TimeoutException: Future timed out after [6 seconds]
[12-07 08:38:32.398] [info] at scala.concurrent.impl.Promise$DefaultPromise.tryAwait0(Promise.scala:248)
[12-07 08:38:32.398] [info] at scala.concurrent.impl.Promise$DefaultPromise.result(Promise.scala:261)
[12-07 08:38:32.398] [info] at scala.concurrent.Await$.$anonfun$result$1(package.scala:201)
[12-07 08:38:32.399] [info] at scala.concurrent.BlockContext$DefaultBlockContext$.blockOn(BlockContext.scala:62)
[12-07 08:38:32.399] [info] at scala.concurrent.Await$.result(package.scala:124)
[12-07 08:38:32.399] [info] at org.apache.pekko.persistence.journal.SteppingInmemJournal$.step(SteppingInmemJournal.scala:42)
[12-07 08:38:32.399] [info] at org.apache.pekko.persistence.PersistentActorRecoveryTimeoutSpec.f$proxy2$1(PersistentActorRecoveryTimeoutSpec.scala:151)
[12-07 08:38:32.399] [info] at org.apache.pekko.persistence.PersistentActorRecoveryTimeoutSpec.$init$$$anonfun$1$$anonfun$2(PersistentActorRecoveryTimeoutSpec.scala:122)
[12-07 08:38:32.399] [info] at org.scalatest.Transformer.apply$$anonfun$1(Transformer.scala:22)
[12-07 08:38:32.399] [info] at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
[12-07 08:38:32.399] [info] at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:31)
[12-07 08:38:32.399] [info] at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
[12-07 08:38:32.399] [info] at org.scalatest.Transformer.apply(Transformer.scala:22)
[12-07 08:38:32.400] [info] at org.scalatest.Transformer.apply(Transformer.scala:21)
[12-07 08:38:32.400] [info] at org.scalatest.wordspec.AnyWordSpecLike$$anon$3.apply(AnyWordSpecLike.scala:1118)
[12-07 08:38:32.400] [info] at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
[12-07 08:38:32.400] [info] at org.scalatest.TestSuite.withFixture$(TestSuite.scala:138)
[12-07 08:38:32.400] [info] at org.apache.pekko.testkit.PekkoSpec.withFixture(PekkoSpec.scala:82)
[12-07 08:38:32.400] [info] at org.scalatest.wordspec.AnyWordSpecLike.invokeWithFixture$1(AnyWordSpecLike.scala:1124)
[12-07 08:38:32.400] [info] at org.scalatest.wordspec.AnyWordSpecLike.runTest$$anonfun$1(AnyWordSpecLike.scala:1128)
[12-07 08:38:32.400] [info] at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
[12-07 08:38:32.400] [info] at org.scalatest.wordspec.AnyWordSpecLike.runTest(AnyWordSpecLike.scala:1128)
[12-07 08:38:32.401] [info] at org.scalatest.wordspec.AnyWordSpecLike.runTest$(AnyWordSpecLike.scala:44)
[12-07 08:38:32.401] [info] at org.apache.pekko.testkit.PekkoSpec.runTest(PekkoSpec.scala:82)
[12-07 08:38:32.401] [info] at org.scalatest.wordspec.AnyWordSpecLike.runTests$$anonfun$1(AnyWordSpecLike.scala:1187)
[12-07 08:38:32.401] [info] at org.scalatest.SuperEngine.traverseSubNodes$1$$anonfun$1(Engine.scala:413)
[12-07 08:38:32.401] [info] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
[12-07 08:38:32.401] [info] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
[12-07 08:38:32.401] [info] at scala.collection.immutable.List.foreach(List.scala:334)
[12-07 08:38:32.401] [info] at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:429)
[12-07 08:38:32.402] [info] at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:390)
[12-07 08:38:32.402] [info] at org.scalatest.SuperEngine.traverseSubNodes$1$$anonfun$1(Engine.scala:427)
[12-07 08:38:32.402] [info] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
[12-07 08:38:32.402] [info] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
[12-07 08:38:32.402] [info] at scala.collection.immutable.List.foreach(List.scala:334)
[12-07 08:38:32.402] [info] at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:429)
[12-07 08:38:32.402] [info] at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
[12-07 08:38:32.402] [info] at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
[12-07 08:38:32.402] [info] at org.scalatest.wordspec.AnyWordSpecLike.runTests(AnyWordSpecLike.scala:1187)
[12-07 08:38:32.402] [info] at org.scalatest.wordspec.AnyWordSpecLike.runTests$(AnyWordSpecLike.scala:44)
[12-07 08:38:32.402] [info] at org.apache.pekko.testkit.PekkoSpec.runTests(PekkoSpec.scala:82)
[12-07 08:38:32.402] [info] at org.scalatest.Suite.run(Suite.scala:1114)
[12-07 08:38:32.403] [info] at org.scalatest.Suite.run$(Suite.scala:564)
[12-07 08:38:32.403] [info] at org.apache.pekko.testkit.PekkoSpec.org$scalatest$wordspec$AnyWordSpecLike$$super$run(PekkoSpec.scala:82)
[12-07 08:38:32.403] [info] at org.scalatest.wordspec.AnyWordSpecLike.run$$anonfun$1(AnyWordSpecLike.scala:1232)
[12-07 08:38:32.403] [info] at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
[12-07 08:38:32.403] [info] at org.scalatest.wordspec.AnyWordSpecLike.run(AnyWordSpecLike.scala:1232)
[12-07 08:38:32.403] [info] at org.scalatest.wordspec.AnyWordSpecLike.run$(AnyWordSpecLike.scala:44)
[12-07 08:38:32.403] [info] at org.apache.pekko.testkit.PekkoSpec.org$scalatest$BeforeAndAfterAll$$super$run(PekkoSpec.scala:82)
[12-07 08:38:32.403] [info] at org.scalatest.BeforeAndAfterAll.liftedTree1$1(BeforeAndAfterAll.scala:213)
[12-07 08:38:32.403] [info] at org.scalatest.BeforeAndAfterAll.run(BeforeAndAfterAll.scala:217)
[12-07 08:38:32.403] [info] at org.scalatest.BeforeAndAfterAll.run$(BeforeAndAfterAll.scala:135)
[12-07 08:38:32.403] [info] at org.apache.pekko.testkit.PekkoSpec.run(PekkoSpec.scala:82)
[12-07 08:38:32.409] [info] at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321)
[12-07 08:38:32.410] [info] at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517)
[12-07 08:38:32.410] [info] at sbt.ForkMain$Run.lambda$runTest$1(ForkMain.java:414)
[12-07 08:38:32.410] [info] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[12-07 08:38:32.410] [info] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
[12-07 08:38:32.410] [info] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[12-07 08:38:32.410] [info] at java.base/java.lang.Thread.run(Thread.java:840)
Coroner Thread Count started at 16, ended at 18, peaked at 22 in org.apache.pekko.persistence.PersistentActorRecoveryTimeoutSpec
[12-07 08:38:32.443] [info] AtLeastOnceDeliveryCrashSpec:
Coroner Thread Count starts at 16 in org.apache.pekko.persistence.AtLeastOnceDeliveryCrashSpec
[12-07 08:38:32.444] [info] At least once delivery
Error: [12/07/2025 08:38:32.726] [AtLeastOnceDeliveryCrashSpec-pekko.actor.default-dispatcher-11] [pekko://AtLeastOnceDeliveryCrashSpec/user/supervisor/CrashingActor] Exception in receiveRecover when replaying event type [org.apache.pekko.persistence.AtLeastOnceDeliveryCrashSpec$CrashingActor$CrashMessage$] with sequence number [2] for persistenceId [CrashingActor]. (org.apache.pekko.persistence.AtLeastOnceDeliveryCrashSpec$$anon$4: Intentionally crashed)Metadata
Metadata
Assignees
Labels
No labels