Hi all, so I am facing this issue with what seems to be delayed/not receiving logs from the UFs.
This is the current queue, we have gone from 1, to 2, to now 3 for the indexer's parallelIngestionPipeline settings.
On the indexer, the index queue is always full and is affecting the downstream from the 2 HFs.
There are about 16 intermediate forwarders sending to HF001, and HF002 is mainly doing API calls to pull data.
The iops for the indexer is around 1600, cpu usage 50% and memory 31%.
Any recommendations on what we can do to improve this, eg. additional indexer? Thanks.
I full indexing queue means the act of writing to disk is taking too long. Adding pipelines just makes that worse by creating more threads that try to write to disk. Something in the storage system is causing delays and correcting that problem should alleviate the queue problem.
I full indexing queue means the act of writing to disk is taking too long. Adding pipelines just makes that worse by creating more threads that try to write to disk. Something in the storage system is causing delays and correcting that problem should alleviate the queue problem.