Details
-
Task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
An OperationStatus contains a UUID, AgentID and ResourceProviderID. We should add tests and checks that a status with an UUID can always be acknowledged by frameworks. The following combinations with set UUID are possible:
UUID | AgentID | ResourceProviderID | explanation |
---|---|---|---|
✔️ | 𐄂 | 𐄂 | master-generated UUID; currently not possible |
✔️ | ✔️ | 𐄂 | operation on agent-default resources; not possible until a SUM for agent operations is added, |
✔️ | ✔️ | ✔️ | operation on LRP resources; supported |
✔️ | 𐄂 | ✔️ | operation on ERP resources; not implemented |
Attachments
Issue Links
- is related to
-
MESOS-9278 Add an operation status update manager to the agent
- Resolved
- relates to
-
MESOS-9293 If a framework looses operation information it cannot reconcile to acknowledge updates.
- Resolved