Closed
Bug 947376
Opened 12 years ago
Closed 12 years ago
AWS spot instances should always automatically retrigger when disconnected
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: RyanVM, Assigned: rail)
References
Details
Attachments
(1 file, 1 obsolete file)
1.11 KB,
patch
|
catlee
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
We see purple disconnects somewhat regularly on the spot instance machines when disconnected. They should auto-restart without intervention.
https://tbpl.mozilla.org/php/getParsedLog.php?id=31577207&tree=Fx-Team
https://tbpl.mozilla.org/php/getParsedLog.php?id=31576771&tree=Fx-Team
Assignee | ||
Comment 1•12 years ago
|
||
Maybe retry on
remoteFailed: [Failure instance: Traceback: <class 'twisted.spread.pb.DeadReferenceError'>: Calling Stale Broker
Assignee | ||
Comment 2•12 years ago
|
||
Assignee: nobody → rail
Attachment #8347745 -
Flags: review?(catlee)
Comment 3•12 years ago
|
||
Comment on attachment 8347745 [details] [diff] [review]
retry on this error
Review of attachment 8347745 [details] [diff] [review]:
-----------------------------------------------------------------
That error happens further down...why not something that matches Failure instance: Traceback (failure with no frames): <class 'twisted.spread.pb.PBConnectionLost'>?
Assignee | ||
Comment 4•12 years ago
|
||
(In reply to Chris AtLee [:catlee] from comment #3)
> Comment on attachment 8347745 [details] [diff] [review]
> retry on this error
>
> Review of attachment 8347745 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> That error happens further down...why not something that matches Failure
> instance: Traceback (failure with no frames): <class
> 'twisted.spread.pb.PBConnectionLost'>?
Sure, good idea.
Attachment #8349446 -
Flags: review?(catlee)
Assignee | ||
Updated•12 years ago
|
Attachment #8347745 -
Attachment is obsolete: true
Attachment #8347745 -
Flags: review?(catlee)
Updated•12 years ago
|
Attachment #8349446 -
Flags: review?(catlee) → review+
Assignee | ||
Comment 5•12 years ago
|
||
Comment on attachment 8349446 [details] [diff] [review]
PBConnectionLost
https://hg.mozilla.org/build/buildbotcustom/rev/42bf30ebc1d0
Attachment #8349446 -
Flags: checked-in+
Comment 6•12 years ago
|
||
In production.
Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•