mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
add log
This commit is contained in:
parent
5df9eb3dc1
commit
300aefbc0c
1 changed files with 6 additions and 0 deletions
6
changelog/58364.fixed
Normal file
6
changelog/58364.fixed
Normal file
|
@ -0,0 +1,6 @@
|
|||
Fixed zmq salt-call hang!
|
||||
|
||||
Some objects from the 3rd party module zmq fail to deconstruct if left to the GC when Python exits.
|
||||
This is because the objects get destroyed out of order.
|
||||
This only happens on some platforms like ubuntu 20.04 and some versions of FreeBSD.
|
||||
We fixed this hang by deconstructing all zmq objects in the right order before we exit salt-call.
|
Loading…
Add table
Reference in a new issue