-
Notifications
You must be signed in to change notification settings - Fork 341
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: controller: directly acknowledge unrecordable operation results
Regression introduced in 2.0.1-rc1 by 0363985 Before that commit, if an operation result arrived when there was no resource information available, a warning would be logged and the operation would be directly acknowledged. This could occur, for example, if resource history were cleaned while an operation was pending on that resource. After that commit, in that situation, an assertion and error would be logged, and no acknowledgement would be sent, leading to a transition timeout. Restore the direct ack. Also improve related log messages.
- Loading branch information
Showing
1 changed file
with
55 additions
and
25 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