-
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
Early outbound user messages prevents cluster nodes from joining on RPI(possibly mono or lowend HW) #874
Comments
I found the issue. So there is possibly an RC bug in the cluster that on a low end machine tries to talk to the seed node too early or something like that. cc @Aaronontheweb @smalldave Once booted, everything works nicely.. Renaming issue. |
Oops didn't mean to close that |
This is an interesting issue... I've used Akka.Remote in production on Windows where the inbound receiver was under tremendous loads immediately after joining - so I wonder if the issue here is that the cluster joining stuff is too sensitive to latency right now? |
Possibly related to #1062 (?) |
Closing this - there were lots of possible causes that could have been responsible for this, but my money is on the race condition we fixed inside the |
After digging around some more with the Raspberry PI Cluster support, I've found that even if I start up two nodes on the RPI only, they still can not communicate and fail with an association exception.
So that rules out network issues as far as I can tell.
localhost to localhost still fail, and there is no firewall on the RPI.
While the remoting chat works fine.
I figure that if things don't work 100% on the RPI, it could be similar problems on other Mono OS'es
On what OS'es have we verified cluster support?
Ubuntu and iOS?
Debian?
The text was updated successfully, but these errors were encountered: