Ranger failure due to lack of exception handling
Closed this issue · 1 comments
santanusinha commented
Two scenarios:
- ServiceProvider::createPath would fail if the previous ephemeral node still exists.
- If healthcheck throws exception, the HealthChecker thread would throw, there by killing the scheduled exception. We need to make sure to mark a node as unhealthy in this scenario.
santanusinha commented
This is now fixed.