Unregister HealthCheckVerticles from shared map #176
Labels
bug
Something isn't working
needs triage
This issue needs to be investigated and confirmed as a valid
Is there an existing issue for this?
Current Behavior
HealthCheckVerticles use a similar mechanism like EntityVerticles for data exchange. They register in NeonBee's shared map by their (unique) eventbus address, but never unregister. If a node dies, the entry remains in the shared map and will be tried to be contacted if data is requested. This means that the shared map fills up after some time with verticle addresses which are no longer reachable.
Expected Behavior
#159 addresses this issue for entity verticles. Once this issue is resolved, the unregistering mechanism should be reused for HealthCheckVerticles.
Steps To Reproduce
No response
Environment
Relevant log output
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: