Closed
Bug 1275019
Opened 8 years ago
Closed 8 years ago
VIDEO_DETAILED_DROPPED_FRAMES_PROPORTION histogram should not be aggregated
Categories
(Cloud Services Graveyard :: Metrics: Pipeline, defect, P1)
Cloud Services Graveyard
Metrics: Pipeline
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rvitillo, Assigned: rvitillo)
Details
VIDEO_DETAILED_DROPPED_FRAMES_PROPORTION can have easily over 20K unique keys for a single submission date, like:
"MimeType=video/webm; codecs=vp8; Resolution=332x240; HardwareAcceleration=disabled"
"MimeType=video/avc; Resolution=600x456; HardwareAcceleration=D3D9 Hardware Decoderenabled"
"MimeType=video/avc; Resolution=300x240; HardwareAcceleration=disabled"
"MimeType=video/webm; codecs=vp9; Resolution=500x238; HardwareAcceleration=disabled"
...
This is causing the aggregation service, that supports t.m.o, to take a *very* long time to compute aggregates and render the service unavailable in some cases.
The aggregation service was never designed to support histograms with that many keys and the histogram should be filtered out entirely by the aggregation pipeline.
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → rvitillo
Priority: -- → P1
Assignee | ||
Comment 1•8 years ago
|
||
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
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
•