-
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
HazelcastClientNotActiveException on exporting record #226
Comments
Some more background information, we configured hazelcast to use DNS lookup instead of the (default) Kubernetes API mode to discover members. This error only seem to appear with a single-member cluster ( |
@harmjanblok thank you for reporting. 👍 The issue is that the Hazelcast exporter doesn't reconnect to the new Hazelcast node, correct? I'm not sure how to reproduce this behavior in a test. Could you test that catching the exception would fix the issue? |
I have the same issue. Camunda version 8.3.3, hazelcast 5.3.6, hazelcast exporter 1.4.0
|
We've deployed hazelcast inside kubernetes using a headless service for hazelcast. When hazelcast restarts, the exporter should reconnect as the IP for hazelcast changed (headless service).
A catch for
HazelcastClientNotActiveException
has been added in #123, maybe a similar catch should be added here?The text was updated successfully, but these errors were encountered: