Actions
Bug #10782
closed[Crunch2] Retrying request reassigns all requests
Story points:
0.5
Description
In API server container.rb:
retryable_requests = ContainerRequest.where("priority > 0 and state = 'Committed' and container_count < container_count_max")
It's not filtering on container_uuid
which means it reassigns every outstanding container request and not just the ones associated with container being retried.
Updated by Lucas Di Pentima almost 8 years ago
LGTM. I ran the modified test file successfully on my local machine.
Updated by Peter Amstutz almost 8 years ago
- Status changed from In Progress to Resolved
Applied in changeset arvados|commit:997479d1408139e96ecdb42a60b4f727f814f6c9.
Actions