History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-2467
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Robin Shen
Reporter: Maikel vd Hurk
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

EC2 Build requests disappear after unsuccessful scaling

Created: 12/Jun/15 01:05 PM   Updated: 19/Jun/15 12:29 AM
Component/s: None
Affects Version/s: 6.0.10
Fix Version/s: 6.0.20

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
After we deployed EC2 scaling in production, we noticed that when scaling of the cloud failed (due to the hitting the quota limit of running instances in EC2), the build request got removed, instead of staying in the queue. Because of this several builds which were scheduled for the last night were not executed.

This is the error that caused the problem:
There are not enough free addresses in subnet 'subnet-3862bc4f' to satisfy the requested number of instances. (Service: AmazonEC2; Status Code: 400; Error Code: InsufficientFreeAddressesInSubnet; Request ID: 33a674ac-4248-41a2-8c07-e0d3f04ee567)

So if scaling fails (for any reason), build request should return to the queue and wait until existing resources become available.

This is similar issue as reported earlier: QB-1904

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [13/Jun/15 12:03 AM]
Will be fixed in next patch release. Thanks for reporting.