shade/releasenotes/notes/swift-upload-lock-d18f3d42b3a0719a.yaml
Monty Taylor 543954dd05 In the service lock, reset the service, not the lock
It turns out that when you're in a context manager that has gotten the
lock, attempting to set that lock to None will fail. It's also not the
thing we actually want to do. What we WANT to do is reset the _service_
so that we'll ensure a new service object gets created.

Change-Id: Ic39ef0418dcd5c0cbbe710ac1c31e58b744f56b5
2016-03-08 06:47:34 -05:00

6 lines
232 B
YAML

---
fixes:
- Fixed an issue where a section of code that was supposed to be resetting
the SwiftService object was instead resetting the protective mutex around
the SwiftService object leading to an exception of "__exit__"