Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
systemsmanagement:saltstack:bundle:next:python311:Debian11
venv-salt-minion
use-rlock-to-avoid-deadlocks-in-salt-ssh.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File use-rlock-to-avoid-deadlocks-in-salt-ssh.patch of Package venv-salt-minion
From 578932e56be4b4151aa33bd25997c916b0e00a04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Su=C3=A1rez=20Hern=C3=A1ndez?= <psuarezhernandez@suse.com> Date: Wed, 4 Jan 2023 13:11:50 +0000 Subject: [PATCH] Use RLock to avoid deadlocks in salt-ssh --- salt/loader/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/loader/__init__.py b/salt/loader/__init__.py index bbe4269839..b41cc64b8e 100644 --- a/salt/loader/__init__.py +++ b/salt/loader/__init__.py @@ -82,7 +82,7 @@ SALT_INTERNAL_LOADERS_PATHS = ( str(SALT_BASE_PATH / "wheel"), ) -LOAD_LOCK = threading.Lock() +LOAD_LOCK = threading.RLock() def LazyLoader(*args, **kwargs): -- 2.39.2
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor