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

Debugging racy ClusterShardingDeliveryGracefulShutdown MNTR spec #7218

Conversation

Aaronontheweb
Copy link
Member

@Aaronontheweb Aaronontheweb commented May 31, 2024

Changes

Raciest spec in the MNTR suite - working on getting to the bottom of it.

Checklist

For significant changes, please ensure that the following have been completed (delete if not relevant):

}).ToImmutableHashSet();
}
var responses = ReceiveN(maxCount, TimeSpan.FromSeconds(2));
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Relaxed the assertion here since it's possible that messages can get re-queued out of order / partially delivered from last time in the event of a timeout, consider that they're all going back to the same actor again

@Aaronontheweb Aaronontheweb enabled auto-merge (squash) May 31, 2024 18:40
@Aaronontheweb Aaronontheweb merged commit f9666a1 into akkadotnet:dev May 31, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant