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

EndpointWriter buffers messages indefinitely #1586

Closed
Aaronontheweb opened this issue Dec 18, 2015 · 0 comments
Closed

EndpointWriter buffers messages indefinitely #1586

Aaronontheweb opened this issue Dec 18, 2015 · 0 comments

Comments

@Aaronontheweb
Copy link
Member

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.

@Aaronontheweb Aaronontheweb self-assigned this Dec 18, 2015
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
Projects
None yet
Development

No branches or pull requests

1 participant