-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Events can grow stale when event_listen_queue is set. #53411
Labels
Bug
broken, incorrect, or confusing behavior
fixed-pls-verify
fix is linked, bug author to confirm fix
P4
Priority 4
severity-medium
3rd level, incorrect or bad functionality, confusing and lacks a work around
Milestone
Comments
Merged
Ch3LL
added
Bug
broken, incorrect, or confusing behavior
severity-medium
3rd level, incorrect or bad functionality, confusing and lacks a work around
P4
Priority 4
labels
Jun 11, 2019
cro
added a commit
to cro/salt
that referenced
this issue
Jun 14, 2019
cro
added a commit
to cro/salt
that referenced
this issue
Jun 24, 2019
cro
added a commit
to cro/salt
that referenced
this issue
Jun 24, 2019
This was referenced Jun 24, 2019
cro
added a commit
that referenced
this issue
Jun 28, 2019
Forward port from 2018.3 Add event_listen_queue_max_seconds to fix #53411
sbrennan4
pushed a commit
to bloomberg/salt
that referenced
this issue
Aug 19, 2019
sbrennan4
pushed a commit
to bloomberg/salt
that referenced
this issue
Aug 19, 2019
Add event_listen_queue_max_seconds to fix saltstack#53411
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug
broken, incorrect, or confusing behavior
fixed-pls-verify
fix is linked, bug author to confirm fix
P4
Priority 4
severity-medium
3rd level, incorrect or bad functionality, confusing and lacks a work around
Description of Issue
When
event_listen_queue
on the master is set to large values (to reduce load and increase performance on busy infrastructures), in some cases there can be a lull in event traffic that will cause events in the listen queue to get stale. This creates the impression that jobs are taking much longer to complete than they should.Steps to Reproduce Issue
Set
event_listen_queue
in/etc/salt/master
to a large value (2500 for example). Restart the master. Wait for minions to reconnect. Run some commands (test.ping
is sufficient). Note that it can take a long time for results to come back and/or the CLI may report minions as being disconnected.Versions Report
The text was updated successfully, but these errors were encountered: