Closed
Bug 1481419
Opened 7 years ago
Closed 7 years ago
dashboards often stop to update, some queries stuck with "Query in queue"
Categories
(Data Platform and Tools :: General, enhancement, P1)
Data Platform and Tools
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: aryx, Assigned: jason)
Details
(Whiteboard: [DataOps])
On Sunday, https://sql.telemetry.mozilla.org/dashboard/sheriffing-activity---overview had all its elements stop updating. They remained stuck until yesterday and manually starting such a query showed only "Query in queue" and it would remain in that state for hours. Later the queries worked again, but ~7h ago they stopped updating again.
Other (tabular) STMO queries which use the same database (Treeherder) succeed, e.g. https://sql.telemetry.mozilla.org/queries/53332/source#141520
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → jthomas
Priority: -- → P1
Whiteboard: [DataOps]
| Assignee | ||
Comment 1•7 years ago
|
||
Most data sources on STMO (including Treeherder) use a shared queue for query execution. Usually this is fine until queries against a specific datasource has issues and blocks other datasource queries from being executed in a timely manner. There is a shared queue for 'adhoc' and 'scheduled' queries so that is why you are seeing inconsistent behavior.
I've moved 'Treeherder' datasource onto it's own adhoc and scheduled queue. This will allow the queries to be serviced in a more timely fashion.
I've also moved 'DSMO-RS' datasource (the problematic one in this case) to it's own queue so it doesn't effect other datasources in the shared queue.
Let me know if you continue to have issues.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Component: Redash (STMO) → General
You need to log in
before you can comment on or make changes to this bug.
Description
•