I have Couchbase Server Enterprise Edition 7.6.2 build 3721 and i have a serious problem.
On previous topics i mentioned few things about swelling secondary indexes, i tried many things but they keep growing (single index 100 mb) even a bucket have few mb of documents.
So there is a illogicality between index size and bucket size (x100)
I made configuration: if index fragmentation more than %10 start compaction, compaction can be 7/24
But still compaction doesn’t work, i can’t see anything on indexer.logs.
To elaborate more we will need indexer logs in particular but some diag info that we get from cbcollect will be useful in many cases. These diag info includes golang cpu, memory profiles, state of indexes and their distribution and system information etc. Having projector and KV logs will also help sometimes if issue relates to data service. So doing a cbcollect and sending the zip file collected by it will help in debugging the issue faster.
Not problem at all, i solved this issue with enabling manual compaction mode, somehow when manual compaction is disabled it doesn’t allow to run auto compaction.
After enabling manual compaction trigger it started to clean gsi indexes.