Open ichilton opened 2 years ago
Same as https://github.com/saltstack/salt/issues/61734
I'm running a version in production that catches theese key errors in the lazy loader and it seems to work. It seems to be a concurrency issue with processes deleting values at the same time.
Description
Using salt proxy minions with Arista EOS switches, it works most of the time, but sometimes get this error:
On the next run it works ok again.
Setup
salt master and salt proxy minion running under Debian Linux (bullseye).
Steps to Reproduce the behavior
Just running
state.highstate
Expected behavior
It should work every time.
Versions Report