-
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
Implemented LeaderDowningAllOtherNodesSpec #2099
Implemented LeaderDowningAllOtherNodesSpec #2099
Conversation
Weird... why did CI not pick this up? |
Ah, I see why - it shows the commit as being 20 days old even though you only submitted the PR yesterday. Therefore TeamCity won't try to pick it up. You can reset the git timestamp using this technique: http://stackoverflow.com/a/31540373/377476 |
1bae754
to
68540b3
Compare
Failure on Node 1 for this spec
|
1ee1f03
to
07909e6
Compare
|
||
public HeartbeatNodeRing( | ||
UniqueAddress selfAddress, | ||
ImmutableHashSet<UniqueAddress> nodes, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed ImmuableSortedSet to ImmutableHashSet
42583a1
to
1aeeafa
Compare
@akkadotnet/developers Ready to review |
Looking good - I'll review this tonight. |
We still have some racy conditions somewhere. But not here |
|
||
public ImmutableHashSet<UniqueAddress> Unreachable { get; private set; } | ||
public ImmutableHashSet<UniqueAddress> OldReceiversNowUnreachable { get; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will require a rebase - the API approval diff for Akka.Cluster will fire on this line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, because this class is internal
@alexvaluyskiy Looks good to me - needs to be rebased on |
@Aaronontheweb I've changed only internal classes. No public API was changed |
Ok then |
Reviewed these cluster specs: