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

Network issues and Timed out waiting for group information to appear #414

Closed
apanasevich opened this issue Oct 23, 2018 · 2 comments
Closed
Assignees

Comments

@apanasevich
Copy link

Hi there.

I've created a simple example to play with cluster mode. I run two nodes in the cluster with manual deployment of verticles. After a successful start I turn off the network from one node for five minues and turn it on after that. The cluster seems to be created again, but LoggingVerticle at the node that was suffered from the network problems doesn't consumes messages anymore. These messages are created with HttpControllerVerticle.

Also, I see a warning in the log file:

io.vertx.core.impl.HAManager WARNING: Timed out waiting for group information to appear

I've attached the log file from the node that was disconnected.
vertx-test-log-39.log

What does the warning mean? I want to get the cluster worked again, but the problem is that I don't know where to start fixing the problem.

@tsegismont tsegismont self-assigned this Oct 23, 2018
@tsegismont
Copy link

Seems related to vert-x3/vertx-hazelcast#90. Upgrade to 3.5.4 and it should fix your issue.

@apanasevich
Copy link
Author

Thank you for advice, I confirm that the problem is fixed.

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

No branches or pull requests

2 participants