Project

General

Profile

Bug #10782

Updated by Peter Amstutz over 7 years ago

In API server container.rb: 

 <pre> 
 retryable_requests = ContainerRequest.where("priority > 0 and state = 'Committed' and container_count < container_count_max") 
 </pre> 

 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.

Back