Secret rotation timeout
Condition
Secret rotation times out after approximately 30 minutes without
Cloudera-side error with the following conditions:
- Cloudera Management Console shows only a generic Salt timeout.
- Multiple nodes are affected at once.
- Minions are running but unresponsive to the master with stuck jobs accumulating.
- Host-side EDR or antivirus process (
mdatp,falcon-sensor,sentinel, etc.) is consuming CPU and holding filesystem locks.
Run the following commands on an affected node:
# Active EDR/antivirus?
sudo top -b -n1 | head -30
ps -ef | grep -i -E 'mdatp|crowdstrike|sentinel|carbon|esets|clamd|sophos' | grep -v grep
# Minions up but unresponsive, stuck jobs accumulating?
sudo systemctl status salt-minion
sudo salt-run jobs.active
sudo salt-run jobs.list_jobs
salt --version
