Closed Bug 412790 Opened 17 years ago Closed 13 years ago

add a way to tell clients to stop sending reports for a particular version or build id

Categories

(Socorro :: Backend, task, P3)

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: ted, Unassigned)

Details

See bug 412788. Not a huge priority on the server side, since we're not end-of-lifing anything anytime soon, but we should eventually figure out how to do this. Since it will have to be in the collector, it should be fast and not rely on the db. One thought I had was having a db table for end-of-lifed products, and then just a cron job or something that turned that into a python file that the collector could read. It doesn't have to be generated in realtime, but having it in the db would make maintenance a lot easier.
Target Milestone: --- → Future
Target Milestone: Future → ---
Severity: normal → enhancement
This is resolved by the server side throttling enhancement. A filter can be added to the collector configuration file to simply block a particular version of a product.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
No, that's not what this asks for. bug 412788 implemented a feature in the client (which shipped with Firefox 3.0, even) where if the collector replies with "StopSendingReportsFor=VERSION" the client will not even attempt to submit reports for that version any longer.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Ballpark = January. Collector would have to be modified to send a response field based on version.
Priority: -- → P3
Assignee: nobody → lars
Simple change, revisit soon
Target Milestone: --- → 1.9
Target Milestone: 1.9 → ---
Component: Socorro → General
Product: Webtools → Socorro
Ted: any interest in still doing this?
Assignee: lars → nobody
Component: General → Backend
QA Contact: socorro → backend
I guess it's probably not super important. We can always just throttle down processing on old versions. We've got at least two major versions that are no longer supported: 3.0 and 3.5. What volume of crashes are we still getting from them?
I'd think we don't really need to do this - unless we find out those reports from old versions are causing us any trouble. BTW, seeing some reports from old versions around at times makes us realize how far back (version-wise) a signature has been around and so can make us determine it can't be a recent regression.
I'd definitely take Socorro/CrashKill's decision on this over mine, it doesn't affect me at all. I just added this capability because apparently the old crash reporting system had something similar, and we thought we might need it.
Kairo thinks we don't need it - I'm good with that.
Status: REOPENED → RESOLVED
Closed: 16 years ago13 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.