Actions
Bug #37590
closedREX job can get stuck if proxy batch size is less than 100
Difficulty:
Triaged:
No
Fixed in Releases:
Found in Releases:
Red Hat JIRA:
Description
The bug can be triggered if the proxy batch size is less than 100 (the size of the inner planning batch). In that case, `remainder($host_count, 100) - $proxy_batch_size` hosts will get stuck. Proxy batch sizes of 100 and up don't seem to suffer from this.
Actions