Closed
Bug 1309538
Opened 8 years ago
Closed 8 years ago
Terminate button has no immediate effect
Categories
(Cloud Services Graveyard :: Metrics: Pipeline, defect, P2)
Cloud Services Graveyard
Metrics: Pipeline
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1309597
People
(Reporter: rvitillo, Unassigned)
References
Details
User Story
It appears that the terminate button in the cluster detail page has not always an immediate effect, even though on the EMR console the cluster is labelled terminating.
No description provided.
Updated•8 years ago
|
Points: --- → 1
Priority: -- → P2
Comment 1•8 years ago
|
||
Terminating the cluster fetches the cluster info right away from AWS which itself may not have updated the state via the API. The eventual update of the cluster state is because we additionally update the cluster info every minute.
To lower the amount of time the new info shows up I think we should schedule fetching the cluster info via our task system when we terminate it via ATMO as well.
Alternatively we could even block the terminate form submission until the state has changed that we fetch from AWS, e.g. with a timeout of 2 seconds or something small.
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Cloud Services → Cloud Services Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•