00760ae25b
A user can request to delete a lease while it is changing state via event execution, which can trigger an error condition as on_end will attempt to delete the corresponding aggregate. This commit prevents a lease from being deleted while its start_lease or end_lease events are in progress. Change-Id: I73bde0219b6ea30d16564fd2507fd59d52cbfa6a Closes-Bug: #1791741
8 lines
275 B
YAML
8 lines
275 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Blazar now prevents leases from being deleted while their start_lease or
|
|
end_lease events are in progress, to avoid concurrently accessing shared
|
|
objects. For more details, see `bug 1791741
|
|
<https://bugs.launchpad.net/blazar/+bug/1791741>`_.
|