You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting a workload and its agent is disconnected during its creation and a user deletes the workload afterwards before the agent reconnects, the workload state with the ExecutionState AgentDisconnected is still existing in the the CompleteState. The agent does not do a delete and sents the Removed ExecutionState to the server, because it has nothing to do when the workload does not exist.
Current Behavior
A workload state with ExecutionState AgentDisconnected is existing after a delete of a workload in a special scenario.
Expected Behavior
There shall no dead workload states existing in Ankaios.
Steps to Reproduce
Context (Environment)
All supported platforms
podman runtime
Logs
Additional Information
Final result
To be filled by the one closing the issue.
The text was updated successfully, but these errors were encountered:
inf17101
added
the
bug
Something isn't working. Issue will appear in the change log "Bug Fixes"
label
Oct 2, 2024
inf17101
changed the title
WorkloadState with ExecutionState AgentDisconnected is still existing after workload deletion
ExecutionState AgentDisconnected is still existing after workload deletion
Oct 2, 2024
inf17101
changed the title
ExecutionState AgentDisconnected is still existing after workload deletion
After workload deletion ExecutionState AgentDisconnected is still existing
Oct 2, 2024
When starting a workload and its agent is disconnected during its creation and a user deletes the workload afterwards before the agent reconnects, the workload state with the ExecutionState
AgentDisconnected
is still existing in the the CompleteState. The agent does not do a delete and sents theRemoved
ExecutionState to the server, because it has nothing to do when the workload does not exist.Current Behavior
A workload state with ExecutionState
AgentDisconnected
is existing after a delete of a workload in a special scenario.Expected Behavior
There shall no dead workload states existing in Ankaios.
Steps to Reproduce
Context (Environment)
All supported platforms
podman runtime
Logs
Additional Information
Final result
To be filled by the one closing the issue.
The text was updated successfully, but these errors were encountered: