-
Notifications
You must be signed in to change notification settings - Fork 29
Zeebe-Broker fails and dies before Hazelcast is ready #103
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
Comments
If I understand the helm chart correctly then it deploys a Hazelcast instance (locally) and the exporter tries to connect to it. In this case, the exporter should have an option to configure the timeout when connecting to a remove Hazelcast cluster (instead of creating an In-Memory Hazelcast). |
The issue is with the broker. The broker is up before hazelcast is, so this happens:
|
Yes. I guess that an additional option in the exporter to configure the timeout should solve the issue. Correct? |
Yes, it totally would! |
Okay. To sum it up, we want to extend the exporter by a new configuration option It can be implemented similar to here. |
Hey,
When using the zeebe-full-helm with ZeeQS and Hazelcast (internal, part of the chart, not remote), the broker is up so fast that it reaches it's final try or connecting to Hazelcast before the cluster is ready, due to that fact you need to kill the broker and when it restarts it works great. I searched for updating the timeout in the exporter, but no such feature is available :(
Any ideas?
The text was updated successfully, but these errors were encountered: