-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
-
workflow-cps:3996.va_f5c1799f978
RunningFlowActions is a transient action factory that consult org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.isComplete that eventually requires a lock on the flow execution. But since the factory does not inform about the type of action, it is consulted quite often un-necessarily.
Moreover it could cause contention and deadlock if the caller has a some locks already.
- relates to
-
JENKINS-66258 get deadlock with enabled logstash-plugin
- Open
- links to