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

Akka cluster (clean checkin) #396

Merged
merged 81 commits into from
Sep 11, 2014

Conversation

Aaronontheweb
Copy link
Member

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.

rogeralsing and others added 30 commits September 2, 2014 17:43
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
In order to get the version correct when creating new packages locally
This should have been fixed together with sha e50d9b2
These values get updated when building anyway.
Increase version in shared AssemblyInfo
Aaronontheweb and others added 23 commits September 11, 2014 12:33
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.
@Aaronontheweb
Copy link
Member Author

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
@Aaronontheweb Aaronontheweb merged commit a5cb620 into akkadotnet:akka-cluster Sep 11, 2014
@Aaronontheweb
Copy link
Member Author

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 CONTRIBUTING.MD and pull in the latest changes from dev.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants