Hi,
I’m running on Couchbase CE 6.0.0, which has single bucket with around 35M documents (and growing). I notice that when I have two clients inserting documents at the same time (around 3~5k op/s). After 2~5 minutes, the "total mutation remaining
" will keep increasing and “drain rate items/sec
” will drop to 0
.
Here is the statistic graph:
I’ve also use htop
to see if indexer
process is dead. It’s still running but with only 12~15% CPU loading.
The only solution is to stop the feeding client. Then after few minutes of waiting, the indexer will start to process queued documents.
Does anyone have the same issue? How do you fix it? Thanks!