Closed
Bug 888281
Opened 12 years ago
Closed 12 years ago
Dashboard updates do no appear to be incremental
Categories
(Data Platform and Tools :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: taras.mozilla, Assigned: lonnen)
References
Details
Looks like we might be blowing away old data with every map/reduce job. Daily Submissions graph looks like there is only 1 day of data even though there should be 2 days of data in dashboard by now
| Reporter | ||
Comment 1•12 years ago
|
||
Looks like the dashboard just isn't updating...Can we set it on a 6hour update interval to knock all of the bugs out of this?
Comment 2•12 years ago
|
||
Hmm, maybe a cron permission issue? Moving to webops so they can tweak the crontab for testing purposes.
Webops: can we run the batch cron every 6 hours instead of daily at 0205, and can you check why it didn't run last night?
Details of the cron and where it runs are here:
https://mana.mozilla.org/wiki/display/websites/telemetry-dash.mozilla.org
We should also get a monitor on that cron so we know when it fails.
Assignee: nobody → server-ops-webops
Component: Telemetry Dashboard → Server Operations: Web Operations
Product: Webtools → mozilla.org
QA Contact: nmaul
Version: Trunk → other
Comment 3•12 years ago
|
||
It appears to have updated just fine:
-rw-r--r-- 1 telemetrydash telemetrydash 822 Jul 1 03:02 versions.json
Don't know what the problem is, but the job appears to have ran without issue.
After talking with :laura, we're going to push this back over the fence to Webtools and assign to :lonnen.
Assignee: server-ops-webops → chris.lonnen
Component: Server Operations: Web Operations → Telemetry Dashboard
Product: mozilla.org → Webtools
QA Contact: nmaul
| Assignee | ||
Comment 4•12 years ago
|
||
the Makefile has some magic hardcoded files in it that it pulls down.
* validation/nightly/23.0a1/histogram_descriptions.json
* http://hg.mozilla.org/mozilla-central/raw-file/139b6ba547fa/toolkit/components/telemetry/Histograms.json
* http://hg.mozilla.org/mozilla-central/raw-file/139b6ba547fa/toolkit/components/telemetry/histogram_tools.py
which could be the cause of the static data.
| Assignee | ||
Comment 5•12 years ago
|
||
Also, even if we had incremental increases I believe the current build process blows away whatever was there before the build finished.
| Assignee | ||
Comment 6•12 years ago
|
||
Fixed in 1625d4f0e828233403f1e5fe3a4aafe40752c704
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Webtools → Data Platform and Tools
Updated•3 years ago
|
Component: Telemetry Dashboards (TMO) → General
You need to log in
before you can comment on or make changes to this bug.
Description
•