Closed
Bug 777220
Opened 13 years ago
Closed 13 years ago
Temporarily disable slow SQL reporting
Categories
(Toolkit :: Telemetry, defect)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
mozilla17
People
(Reporter: vladan, Assigned: vladan)
Details
(Whiteboard: [qa-])
Attachments
(1 file)
1.52 KB,
patch
|
froydnj
:
review+
akeybl
:
approval-mozilla-aurora+
akeybl
:
approval-mozilla-beta+
akeybl
:
approval-mozilla-release-
vladan
:
checkin+
|
Details | Diff | Splinter Review |
In bug 776469, we found out that prepared SQL strings reported by Telemetry sometimes contain URLs. We want to temporarily suspend slow SQL reporting until a patch that sanitizes SQL strings is ready.
Assignee | ||
Comment 1•13 years ago
|
||
Assignee: nobody → vdjeric
Status: NEW → ASSIGNED
Assignee | ||
Updated•13 years ago
|
Attachment #645634 -
Flags: review?(taras.mozilla)
![]() |
||
Updated•13 years ago
|
Attachment #645634 -
Flags: review?(taras.mozilla) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Comment on attachment 645634 [details] [diff] [review]
Don't fetch slow sql in TelemetryPing.js
[Approval Request Comment]
Regression caused by (bug #): 699051
User impact if declined: Users using certain addons may end up submitting private data to Telemetry
Testing completed (on m-c, etc.): Trivial petch, tested on mozilla-inbound
Risk to taking this patch (and alternatives if risky): No risk foreseen. Hypothetically speaking, perhaps it might interfere with Telemetry reporting if merged incorrectly
String or UUID changes made by this patch: None
Attachment #645634 -
Flags: approval-mozilla-release?
Attachment #645634 -
Flags: approval-mozilla-beta?
Attachment #645634 -
Flags: approval-mozilla-aurora?
Assignee | ||
Comment 3•13 years ago
|
||
Comment on attachment 645634 [details] [diff] [review]
Don't fetch slow sql in TelemetryPing.js
https://hg.mozilla.org/integration/mozilla-inbound/rev/ae6b9545a0f4
Attachment #645634 -
Flags: checkin+
Comment 4•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
status-firefox17:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
Comment 5•13 years ago
|
||
Setting tracking flags based on branches requested in comment 2.
I don't normally set these when merging (other than marking the m-c branch as fixed), so please make sure to do this another time so things don't accidentally get overlooked once the bug is resolved fixed post merge :-)
status-firefox14:
--- → affected
status-firefox15:
--- → affected
status-firefox16:
--- → affected
tracking-firefox14:
--- → ?
tracking-firefox15:
--- → ?
tracking-firefox16:
--- → ?
Updated•13 years ago
|
Updated•13 years ago
|
Group: mozilla-corporation-confidential
Comment 6•13 years ago
|
||
Comment on attachment 645634 [details] [diff] [review]
Don't fetch slow sql in TelemetryPing.js
[Triage Comment]
Approved for Aurora/Beta.
Attachment #645634 -
Flags: approval-mozilla-release?
Attachment #645634 -
Flags: approval-mozilla-release-
Attachment #645634 -
Flags: approval-mozilla-beta?
Attachment #645634 -
Flags: approval-mozilla-beta+
Attachment #645634 -
Flags: approval-mozilla-aurora?
Attachment #645634 -
Flags: approval-mozilla-aurora+
Comment 7•13 years ago
|
||
To follow-up on the release-, given that we're implementing a server side solution to filter this data, I think we can rely on that instead of pushing for a ride along in any potential chemspill - and, afaik, there is nothing that currently warrants a chemspill with which to ride along.
Assignee | ||
Comment 8•13 years ago
|
||
Updated•13 years ago
|
Assignee | ||
Comment 10•13 years ago
|
||
(In reply to Anthony Hughes, Mozilla QA (:ashughes) from comment #9)
> Is there something QA can do to verify this fix?
No, in fact, bug 779310 undid this change. I think only the release channel still has slowSQL turned off
Whiteboard: [qa?]
You need to log in
before you can comment on or make changes to this bug.
Description
•