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

starting a cluster node when seed node is down error #4

Closed
ronenhamias opened this issue Aug 19, 2015 · 0 comments
Closed

starting a cluster node when seed node is down error #4

ronenhamias opened this issue Aug 19, 2015 · 0 comments

Comments

@ronenhamias
Copy link
Member

i will be good not to force initialization of the cluster order

if nodeA is seed node and nodeB looks on nodeA as seed node
it should be possible to start nodeB and then nodeA or nodeA and then nodeB

currently exception is thrown

Exception in thread "main" java.lang.NullPointerException
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:210)
at com.google.common.util.concurrent.AbstractFuture.setException(AbstractFuture.java:200)
at com.google.common.util.concurrent.SettableFuture.setException(SettableFuture.java:68)
at io.servicefabric.transport.TransportChannel.send(TransportChannel.java:101)
at servicefabric.cluster.examples.ClusterNodeB.main(ClusterNodeB.java:26)

antonkharenko added a commit that referenced this issue Dec 21, 2016
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

No branches or pull requests

2 participants