Hi
I am using couchbase edition version 7.6.4 build 5146 .
I created some indexes and for high availability I duplicated indexes bu example
CREATE INDEX
collection_img_metadata_urlON
fasterize_1.
resources.
img_metadata(
url) WITH { "nodes":[ "160.16.0.5:8091" ] }
CREATE INDEX
collection_img_metadata_url_bis_2ON
fasterize_1.
resources.
img_metadata(
url) WITH { "nodes":[ "160.16.0.22:8091" ] }
this is en example but all my indexes are dupliacted over the nodes .
My problem is about index remaining that is high and never down as shown in screenshot .
I noticed that indexes are not serving request properly . Could anyone help me please ?