Index mutation stuck

Hi,

I;m using Couchbase 6.0.1.
Currently I have 1 cluster containing 11 nodes (3 data, 4 index, 2 query,eventing)
Previously my 2 data nodes is restarted and now all of the indexes is recreated ( index mutation become 9Gb)
After waiting for few hours, it’s stuck at 29Mb)
How to recover this?
I can not query if the mutation is not 0

@Han_Chris1,

Can you share the go-routine dump of the indexer process and also the indexer logs. This would help us to figure out why/where the build might be stuck. You can use the below curl command to get the go-routine dump

curl -u <username>:<password> http://127.0.0.1:9102/debug/pprof/goroutine\?debug=1

Thanks,
Varun