-
Notifications
You must be signed in to change notification settings - Fork 1k
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
EndpointWriter buffers messages indefinitely #1586
Labels
Comments
Aaronontheweb
added a commit
to Aaronontheweb/akka.net
that referenced
this issue
Dec 31, 2015
brings Akka.Remote up to code with latest JVM stable converted all Akka.Remote system actors to ReceiveActor fixed race condition in Akka.Remote.Tests.Performance
Aaronontheweb
added a commit
to Aaronontheweb/akka.net
that referenced
this issue
Dec 31, 2015
brings Akka.Remote up to code with latest JVM stable converted all Akka.Remote system actors to ReceiveActor fixed race condition in Akka.Remote.Tests.Performance
Aaronontheweb
added a commit
to Aaronontheweb/akka.net
that referenced
this issue
Dec 31, 2015
brings Akka.Remote up to code with latest JVM stable converted all Akka.Remote system actors to ReceiveActor fixed race condition in Akka.Remote.Tests.Performance
Aaronontheweb
added a commit
to Aaronontheweb/akka.net
that referenced
this issue
Dec 31, 2015
brings Akka.Remote up to code with latest JVM stable converted all Akka.Remote system actors to ReceiveActor fixed race condition in Akka.Remote.Tests.Performance
Aaronontheweb
added a commit
to Aaronontheweb/akka.net
that referenced
this issue
Dec 31, 2015
brings Akka.Remote up to code with latest JVM stable converted all Akka.Remote system actors to ReceiveActor fixed race condition in Akka.Remote.Tests.Performance
Aaronontheweb
added a commit
to Aaronontheweb/akka.net
that referenced
this issue
Dec 31, 2015
brings Akka.Remote up to code with latest JVM stable converted all Akka.Remote system actors to ReceiveActor fixed race condition in Akka.Remote.Tests.Performance
Aaronontheweb
added a commit
to Aaronontheweb/akka.net
that referenced
this issue
Jan 5, 2016
brings Akka.Remote up to code with latest JVM stable converted all Akka.Remote system actors to ReceiveActor fixed race condition in Akka.Remote.Tests.Performance
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found the issue responsible for the race-y failures with the
RemoteMessageThroughputSpecs
:https://gist.github.com/Aaronontheweb/4d19314abff6d8efa31f
It appears as though the
EndpointWriter
can get it itself into a state where it endlessly buffers messages on the outbound side of an association, depending on a race condition with the speed at which the association forms.The text was updated successfully, but these errors were encountered: