-
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
Fixed Akka.Remote.ResendUnfulfillableException: Unable to fulfill resend request since negatively acknowledged payload is no longer in buffer. #3914
Conversation
Added reproducer - letting it run on build server first so I can get a record of it. |
Spec failed, as predicted - going to review the logs |
Looks like the issue was having multiple public constructors defined. |
Ah, still an issue with the test design:
|
@seungyongshim found it - the reproduction spec works.
node2__second__net.txt Going to work on implementing the fix and this test should pass without any issues afterwards. |
This is finished - going to see if CI agrees with me. This PR is a port of akka/akka#23129 |
Reproducer spec still failed - the other unit test failures appear to be usual racy stuff. Taking a look at it. |
No more quarantine, but....
|
Ah, ok - that means that the |
Looks like there's also a definite failure in the |
Fixed the final issue - it was an equality by value issue with some of the fixes I introduced to the Endpoint actors in Akka.Remote. Have the reproducer spec passing locally now and the entire Akka.Remote test suite. |
Looks like there's an issue with the |
Found the issue - we were only waiting 5 seconds for the |
…end request since negatively acknowledged payload is no longer in buffer. (akkadotnet#3914) close akkadotnet#3905 - Fixed Akka.Remote.ResendUnfulfillableException: Unable to fulfill resend request since negatively acknowledged payload is no longer in buffer.
…end request since negatively acknowledged payload is no longer in buffer. (akkadotnet#3914) close akkadotnet#3905 - Fixed Akka.Remote.ResendUnfulfillableException: Unable to fulfill resend request since negatively acknowledged payload is no longer in buffer.
closes #3905