Closed
Bug 1296242
Opened 9 years ago
Closed 9 years ago
The active_addons/active_plugins array cardinalities do not match for some clients in the Longitudinal dataset
Categories
(Cloud Services Graveyard :: Metrics: Pipeline, defect, P1)
Cloud Services Graveyard
Metrics: Pipeline
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Dexter, Assigned: rvitillo)
References
Details
For some clients (rows) in the Longitudinal dataset [1], I'm seeing the cardinality of the active_plugins column differ from the cardinality of the active_addons.
I was expecting these arrays to always have the same cardinality (this was holding true up until I stumbled upon active_addons).
The cardinality(active_plugins) is 0 for some clients and simply mismatching with cardinality(active_addons) for some other.
active_addons seems to behave correctly, so I think active_plugins is somehow buggy or misbehaving. I wrote an exploratory re:dash query for it [2].
[1] - https://github.com/mozilla/telemetry-batch-view/blob/master/src/main/scala/com/mozilla/telemetry/views/Longitudinal.scala
[2] - https://sql.telemetry.mozilla.org/queries/1015/source
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → rvitillo
Points: --- → 2
Priority: -- → P1
| Assignee | ||
Comment 1•9 years ago
|
||
This issue is due to Bug 1296654.
Ref: https://github.com/mozilla/telemetry-batch-view/commit/64f0eecc31ab8018def740cdb0638d760706e8f1
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
•