Closed
Bug 1309597
Opened 9 years ago
Closed 9 years ago
List of Spark clusters doesn't reflect the current status
Categories
(Cloud Services Graveyard :: Metrics: Pipeline, defect, P2)
Cloud Services Graveyard
Metrics: Pipeline
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rvitillo, Unassigned)
References
Details
User Story
It would be nice if the list of Spark clusters would reflect the current status. For example, after a cluster has been spawned the status is not updated until the page is manually refreshed.
Attachments
(1 file)
No description provided.
Reporter | ||
Updated•9 years ago
|
User Story: (updated)
Reporter | ||
Updated•9 years ago
|
User Story: (updated)
Updated•9 years ago
|
Points: --- → 1
Priority: -- → P2
Comment 1•9 years ago
|
||
The work in bug 1309227 is basically refactoring almost all of the form handling code, removing all the JS code bits that was in a fragile state and didn't map nicely to the server side form handling code. Instead we're using Django forms now.
That means that there is little way right now to interactively load the cluster status at the moment. But I think it'd not be hard to add that type of thing with a custom JSON returning endpoint that simply checks the current cluster status and replaces the appropriate value in the dashboard list. Would that suffice in terms of accuracy?
Flags: needinfo?(rvitillo)
Reporter | ||
Comment 2•9 years ago
|
||
(In reply to Jannis Leidel [:jezdez] from comment #1)
> That means that there is little way right now to interactively load the
> cluster status at the moment. But I think it'd not be hard to add that type
> of thing with a custom JSON returning endpoint that simply checks the
> current cluster status and replaces the appropriate value in the dashboard
> list. Would that suffice in terms of accuracy?
Per conversation on IRC we agreed that a periodic refresh of the statuses is good enough.
Flags: needinfo?(rvitillo)
Comment 5•9 years ago
|
||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•7 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
•