Answer these questions
- When did the issue start?
- Was there a change in the environment since the backlog started?
- Recently added sensors?
- New Applications installed or updated?
- New Deployment mechanism?
-
Is the system running on a VM? If so, are the resources dedicated and not shared with other VM's?
- Was a minion node recently added?
- Any changes in network settings?
- Is the disk full? Check all disk partitions.
df -h - Is the system using Spinning or SSD disks?
- What does lsblk report from the system for disk type? Provide the output
sudo lsblk -d -o name,rota - What does Solr believe is being used for disk type? Provide the output
curl -s 'http://localhost:8080/solr/admin/metrics?group=solr.node' | grep spins - Is site throttling being used? Check the Username > Settings > Site Throttling.
- Are there network bandwidth restrictions?
- Is the event forwarder being used in this environment? Where is the event forwarder installed?
- Is the write core there?
- Validate there is only one using this command
find /var/cb/data/solr/cbevents/cbevents_*/core.properties -exec grep -l 'writer' {} \;
- Validate there is only one using this command