Indexing service keeps on crashing on new couchbase server node

Hi ,

I am trying to install couchbase EE to try it on AWS m4 nodes. no matter what kind of instances i choose, I keep on having errors on rebalancing

Rebalance exited with reason {service_rebalance_failed,index,
{linked_process_died,<21012.32066.1>,
{no_connection,“index-service_api”}}}

ANy clue would be helpful .

Kalagee

Please check indexer.log to see what is the cause of the crash. It is located under /opt/couchbase/var/lib/couchbase/logs.

It would be good to check that ports required by index service are not blocked by the firewall
https://docs.couchbase.com/server/current/install/install-ports.html

Thank you . I found a typo in ports in my security group. Now it works.

What a silly mistake ,…

Kalagee