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.
Actions