-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
None
-
False
-
Rejected
Issue Description:
Consider the following scenario:
- I have created a Processor and it is in the state READY
- I decide to delete the Processor, setting the state to DEPROVISION
- The Manager starts to DEPROVISION my Processor
- An event in the Shard triggers the resend of the READY condition from the Shard whilst the DEPROVISION is on-going in the Manager
- My request to DEPROVISION is now lost (the manager sees the Processor as READY) and the system enters a broken state for my Processor.
Acceptance Criteria:
- User requested operations should not be interrupted by updates from the Shard.
Additional Information
- The user may be able to work-around this by resending their request to force another reconciliation of the resource into the required state.
- is related to
-
MGDOBR-1198 CRD Status should be considered on FIRST Controller loop iteration
- Closed