-
Notifications
You must be signed in to change notification settings - Fork 28
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
Could not connect to member XXXXXXXXX reason com.hazelcast.core.HazelcastException: java.io.IOException: null to address /localhost:5703 #177
Comments
I'm looking in my 🔮 ... and I can't see anything. @bugbugmaker please provide more information. |
zeebe config like this....
When I set partitionscount to 8, hazelcastclient will always print warning messages. The following is the error message
What is the reason |
Do you see the error messages in the Zeebe broker logs? Or, do you connect with an application to Hazelcast. Do you see the errors also if the partition count is not set to |
When the partition is the default value of 1, the connection is normal. When the partition is 8, the 5701 port is also normal. Zeebe always prints the following warning message when the partition is 8
|
I tried to reproduce the issue. Locally, I can run a Zeebe distribution with 8 partitions and the Hazelcast exporter without problems. @bugbugmaker in which environment do you run Zeebe? {locally with the distro, docker, docker-compose, K8s, etc.} |
However, if I start locally, I will also report this warning message. |
Whether the exporter is configured. If the number of partitions is greater than one, whether a mapping relationship needs to be established. Port 5701 is normal. Other ports will have warning messages. |
Could not connect to member XXXXXXXXX reason com.hazelcast.core.HazelcastException: java.io.IOException: null to address /localhost:5703,What caused this
The text was updated successfully, but these errors were encountered: