Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failed: RemoteFailureSpec #31250

Closed
patriknw opened this issue Mar 17, 2022 · 13 comments
Closed

failed: RemoteFailureSpec #31250

patriknw opened this issue Mar 17, 2022 · 13 comments
Labels
failed Tickets that indicate a CI failure, likely a flakey test t:remoting:artery
Milestone

Comments

@patriknw
Copy link
Member

With Aeron: https://github.com/akka/akka/runs/5546435083?check_suite_focus=true#step:5:3117

[WARN] [03/15/2022 00:22:50.638] [pool-1-thread-1-ScalaTest-running-RemoteFailureSpec] [akka.actor.ActorSystemImpl(RemoteFailureSpec-remote-0)] Failed to load JFR flight recorder, falling back to noop. Exception: java.lang.ClassNotFoundException: akka.remote.artery.jfr.JFRRemotingFlightRecorder
3105
[WARN] [03/15/2022 00:22:50.638] [pool-1-thread-1-ScalaTest-running-RemoteFailureSpec] [akka.remote.RemoteActorRefProvider] Akka Cluster not in use - Using Akka Cluster is recommended if you need remote watch and deploy.
3106
[WARN] [03/15/2022 00:22:50.685] [pool-1-thread-1-ScalaTest-running-RemoteFailureSpec] [akka.actor.ActorSystemImpl(RemoteFailureSpec-remote-1)] Failed to load JFR flight recorder, falling back to noop. Exception: java.lang.ClassNotFoundException: akka.remote.artery.jfr.JFRRemotingFlightRecorder
3107
[WARN] [03/15/2022 00:22:50.685] [pool-1-thread-1-ScalaTest-running-RemoteFailureSpec] [akka.remote.RemoteActorRefProvider] Akka Cluster not in use - Using Akka Cluster is recommended if you need remote watch and deploy.
3108
[WARN] [03/15/2022 00:22:50.725] [pool-1-thread-1-ScalaTest-running-RemoteFailureSpec] [akka.actor.ActorSystemImpl(RemoteFailureSpec-remote-2)] Failed to load JFR flight recorder, falling back to noop. Exception: java.lang.ClassNotFoundException: akka.remote.artery.jfr.JFRRemotingFlightRecorder
3109
[WARN] [03/15/2022 00:22:50.726] [pool-1-thread-1-ScalaTest-running-RemoteFailureSpec] [akka.remote.RemoteActorRefProvider] Akka Cluster not in use - Using Akka Cluster is recommended if you need remote watch and deploy.
3110
[WARN] [03/15/2022 00:22:50.769] [pool-1-thread-1-ScalaTest-running-RemoteFailureSpec] [akka.actor.ActorSystemImpl(RemoteFailureSpec-remote-3)] Failed to load JFR flight recorder, falling back to noop. Exception: java.lang.ClassNotFoundException: akka.remote.artery.jfr.JFRRemotingFlightRecorder
3111
[WARN] [03/15/2022 00:22:50.769] [pool-1-thread-1-ScalaTest-running-RemoteFailureSpec] [akka.remote.RemoteActorRefProvider] Akka Cluster not in use - Using Akka Cluster is recommended if you need remote watch and deploy.
3112
[WARN] [03/15/2022 00:22:50.827] [pool-1-thread-1-ScalaTest-running-RemoteFailureSpec] [akka.actor.ActorSystemImpl(RemoteFailureSpec-remote-4)] Failed to load JFR flight recorder, falling back to noop. Exception: java.lang.ClassNotFoundException: akka.remote.artery.jfr.JFRRemotingFlightRecorder
3113
[WARN] [03/15/2022 00:22:50.827] [pool-1-thread-1-ScalaTest-running-RemoteFailureSpec] [akka.remote.RemoteActorRefProvider] Akka Cluster not in use - Using Akka Cluster is recommended if you need remote watch and deploy.
3114
[WARN] [03/15/2022 00:23:12.469] [RemoteFailureSpec-akka.remote.default-remote-dispatcher-7] [Association(akka://RemoteFailureSpec)] Outbound control stream to [akka://RemoteFailureSpec-remote-2@localhost:55981] failed. Restarting it. akka.remote.artery.OutboundHandshake$HandshakeTimeoutException: Handshake with [akka://RemoteFailureSpec-remote-2@localhost:55981] did not complete within 20000 ms
3115
[WARN] [03/15/2022 00:23:13.425] [RemoteFailureSpec-akka.remote.default-remote-dispatcher-13] [Association(akka://RemoteFailureSpec)] Outbound message stream to [akka://RemoteFailureSpec-remote-2@localhost:55981] failed. Restarting it. akka.remote.artery.OutboundHandshake$HandshakeTimeoutException: Handshake with [akka://RemoteFailureSpec-remote-2@localhost:55981] did not complete within 20000 ms
3116
[WARN] [03/15/2022 00:23:13.839] [RemoteFailureSpec-remote-2-akka.remote.default-remote-dispatcher-12] [ArteryTransport(akka://RemoteFailureSpec-remote-2)] Inbound message stream failed. Restarting it. java.lang.IllegalStateException: outboundControlIngress for [akka://RemoteFailureSpec@localhost:51581] not initialized yet
3117
[info] - should not be exhausted by sending to broken connections *** FAILED *** (31 seconds, 861 milliseconds)
3118
[info]   java.lang.AssertionError: assertion failed: timeout (9999977000 nanoseconds) while expecting 200 messages (got 180)
3119
[info]   at scala.Predef$.assert(Predef.scala:279)
3120
[info]   at akka.testkit.TestKitBase.$anonfun$receiveN_internal$1(TestKit.scala:841)
3121
[info]   at akka.testkit.TestKitBase.$anonfun$receiveN_internal$1$adapted(TestKit.scala:838)
3122
[info]   at scala.collection.immutable.Range.map(Range.scala:59)
3123
[info]   at akka.testkit.TestKitBase.receiveN_internal(TestKit.scala:838)
3124
[info]   at akka.testkit.TestKitBase.receiveN(TestKit.scala:829)
3125
[info]   at akka.testkit.TestKitBase.receiveN$(TestKit.scala:829)
3126
[info]   at akka.testkit.TestKit.receiveN(TestKit.scala:973)
3127
[info]   at akka.remote.artery.RemoteFailureSpec.$anonfun$new$7(RemoteFailureSpec.scala:50)
3128
[info]   at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)
3129
[info]   at akka.testkit.TestKitBase.within(TestKit.scala:418)
3130
[info]   at akka.testkit.TestKitBase.within$(TestKit.scala:406)
3131
[info]   at akka.testkit.TestKit.within(TestKit.scala:973)
3132
[info]   at akka.testkit.TestKitBase.within(TestKit.scala:433)
3133
[info]   at akka.testkit.TestKitBase.within$(TestKit.scala:433)
3134
[info]   at akka.testkit.TestKit.within(TestKit.scala:973)
3135
[info]   at akka.remote.artery.RemoteFailureSpec.$anonfun$new$2(RemoteFailureSpec.scala:50)
@patriknw patriknw added failed Tickets that indicate a CI failure, likely a flakey test t:remoting:artery labels Mar 17, 2022
@patriknw
Copy link
Member Author

@raboof
Copy link
Member

raboof commented Apr 29, 2022

@octonato
Copy link
Member

octonato commented May 2, 2022

@jrudolph
Copy link
Member

@johanandren
Copy link
Member

@patriknw
Copy link
Member Author

@jrudolph
Copy link
Member

@octonato
Copy link
Member

octonato commented Aug 1, 2022

@octonato
Copy link
Member

octonato commented Aug 1, 2022

@pvlugter
Copy link
Contributor

pvlugter commented Sep 5, 2022

@pvlugter
Copy link
Contributor

pvlugter commented Oct 3, 2022

@johanandren
Copy link
Member

@patriknw
Copy link
Member Author

patriknw added a commit that referenced this issue Oct 28, 2022
* Reduced to 3 remote ActorSystems, in case it was too heavy to
  run 6 in CI
* Adding a first message identification check (at least easier to diagnose)
johanandren pushed a commit that referenced this issue Oct 31, 2022
* Reduced to 3 remote ActorSystems, in case it was too heavy to
  run 6 in CI
* Adding a first message identification check (at least easier to diagnose)
@johanandren johanandren added this to the 2.7.1 milestone Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
failed Tickets that indicate a CI failure, likely a flakey test t:remoting:artery
Projects
None yet
Development

No branches or pull requests

6 participants