Make state.show_* concurrent by default #67588
Replies: 7 comments
-
|
I think thats a great idea. I'll approve as a feature request. Thanks! |
Beta Was this translation helpful? Give feedback.
-
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
Beta Was this translation helpful? Give feedback.
-
|
afaik, this is still an accepted-but-unimplemented suggestion. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for updating this issue. It is no longer marked as stale. |
Beta Was this translation helpful? Give feedback.
-
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
Beta Was this translation helpful? Give feedback.
-
|
shush stale bot |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for updating this issue. It is no longer marked as stale. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description of Issue/Question
state.show_*(state.show_highstate,state.show_top,state.show_sls, etc) currently need the state lock used bystate.applyandstate.highstate.As these functions should be read-only, they should default to concurrent so that they don't fail if a state is currently running.
Steps to Reproduce Issue
state.show_topon that minionVersions Report
I know this is a problem in 2018.3, I assume it's a problem in all current versions.
Beta Was this translation helpful? Give feedback.
All reactions