Error
Rebalance exited with reason {service_rebalance_failed,index,
{agent_died,<25781.1965.0>,
{linked_process_died,<25781.1966.0>,
{no_connection,“index-service_api”}}}}.
This happens when new node was added to cluster and first rebalance gets failed. On checking index service port(9105) was not opened in the new node.
port 9105 was established but not listening for around 30 mins, after that time port was in listening stage and able to rebalance.
Any resolution/quick action for this issue? Any way to enable this port?