[Cluster] Clean dead server #711
Labels
Feature Request
Request for new functionality to be added to the driver.
semver-minor
This issue does not require any backwards-incompatible changes to address.
Environment
Description
Arangojs connected to a cluster in ROUND_ROBIN mode does not clean dead servers from the host list.
Arangojs provide a method : acquireHostList but this function append new coordinator to the host list using addToHostList function.
I suggest to change the acquireHostList function to replace the host list with the list of available server from /_api/cluster/endpoints
The text was updated successfully, but these errors were encountered: