-
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
Akka cluster (clean checkin) #396
Merged
Aaronontheweb
merged 81 commits into
akkadotnet:akka-cluster
from
Aaronontheweb:akka-cluster
Sep 11, 2014
Merged
Akka cluster (clean checkin) #396
Aaronontheweb
merged 81 commits into
akkadotnet:akka-cluster
from
Aaronontheweb:akka-cluster
Sep 11, 2014
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fixes Perf issues in main message pipeline Added DefaultMailbox
Introduced a blocking wrapper base class for message queues that use non thead safe data structures
Added release notes for Akka.NET v0.6.4
PriorityMailbox
In order to get the version correct when creating new packages locally
More info on this kind of file: https://github.com/blog/1184-contributing-guidelines
This should have been fixed together with sha e50d9b2 These values get updated when building anyway.
Increase version in shared AssemblyInfo
Add CONTRIBUTING.md
Implementation of Actor DSL
…into akka-cluster
Also added the ClusterSpecBase class mentioned in the comments for akkadotnet#369
Turns out these bugs are the result of sloppy unit test design on the part of the original Akka team - each test depended on the results of a previous successful test inside the cluster gossip, and the XUnit test runner executes these tests in an order not expected by the original authors.
alright, pulling this in before any more changes are made so the akka-cluster branch is in a clean shape for when it goes into dev eventually. |
Aaronontheweb
added a commit
that referenced
this pull request
Sep 11, 2014
Akka cluster (clean checkin)
Aside from the very basic stuff inside Akka.Remote.TestKit, there's no new code that hasn't been viewed in a previous PR. I just wanted to bring the project inline with what's in |
This was referenced Sep 11, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Going to close the previous PR since this contains the content I had to merge from that feature branch anyway.
Rebased akka-cluster onto dev, so all of our commits should be towards the end.