forked from MatterMiners/tardis
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
category: fixed | ||
summary: "Fix auditor error handling when updating non-existing record" | ||
description: | | ||
It can happen that a drone is submitted but never reaches the AvailableState, since demand for resources is decreasing | ||
and the drone is cleaned-up before and it reaches DownState. This case is currently not handled correctly in the | ||
auditor plugin, since it tries to update a non-existing record. | ||
issues: | ||
- 305 | ||
pull requests: | ||
- 306 |