Closed
Bug 1498172
Opened 7 years ago
Closed 7 years ago
Implement snapshotting from multiple stores for scalars
Categories
(Toolkit :: Telemetry, enhancement, P1)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: janerik, Assigned: chutten)
References
Details
Attachments
(1 file)
Once we record into multiple stores for scalars, we need to allow snapshotting from specified stores.
Reporter | ||
Updated•7 years ago
|
Priority: -- → P3
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → chutten
Status: NEW → ASSIGNED
Priority: P3 → P1
Assignee | ||
Comment 1•7 years ago
|
||
And test it.
Paritcular annoying bits are that we now have to iterate over Scalar objects
that are -present- even if they don't have data for the store being snapshot.
To maintain our previous semantics about not having process entries in the
snapshot object when the process is null (and, similarly for keyed scalars), we
need to retcon out some things during the snapshotting process.
Updated•7 years ago
|
Attachment #9026699 -
Attachment description: bug 1498172 - Supper Scalar Snapshotting from multiple stores → bug 1498172 - Support Scalar Snapshotting from multiple stores
Pushed by chutten@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f643580be3cb
Support Scalar Snapshotting from multiple stores r=janerik
Comment 3•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•