Actions
Bug #15296
closed[a-c-r] Handle case of canceling container that is already cancelled.
Story points:
-
Release:
Release relationship:
Auto
Description
When the user hits control-C on a running instance of a-c-r, the shutdown process cancels the container request by updating the request to set priority to 0. If there is a race condition and container request was already final (but a-c-r didn't notice yet), this will raise an exception trying to update a finalized container. This exception should be caught and suppressed (if the request is already finalized it doesn't need to be cancelled).
Updated by Peter Amstutz over 5 years ago
- Status changed from New to In Progress
Updated by Peter Amstutz over 5 years ago
- Status changed from In Progress to New
Updated by Peter Amstutz over 5 years ago
- Target version changed from 2019-06-05 Sprint to 2019-06-19 Sprint
Updated by Peter Amstutz over 5 years ago
- Status changed from New to In Progress
Updated by Peter Amstutz over 5 years ago
- Status changed from In Progress to New
- Assigned To set to Peter Amstutz
Updated by Peter Amstutz over 5 years ago
15296-cwl-cancel-procs @ ecc5385565685bb5a4c4b2e1af3afb3ffea30937
- Cancel all managed processes not just the "runner" process
- Catch exceptions when setting container priority to 0
Updated by Peter Amstutz over 5 years ago
- Status changed from New to In Progress
Updated by Peter Amstutz over 5 years ago
- Target version changed from 2019-06-19 Sprint to 2019-07-03 Sprint
Updated by Peter Amstutz over 5 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Applied in changeset arvados|5acd68562b23c0293140a9de6443855b6612266b.
Actions