Closed
Bug 1097216
Opened 10 years ago
Closed 10 years ago
switch processors to use new s3 symbols store
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lonnen, Assigned: rhelmer)
References
Details
once we've got symbols stored in s3 and any incoming symbols syncing to s3 we'll need to get the processors relying on s3 as the source of symbols. This will likely mean implementing a symbol cache so that we aren't hitting the network all the time.
Comment 1•10 years ago
|
||
Once bug 1118446 lands we'll just need to change the processor configuration to pass the following commandline options to the stackwalker:
--symbols-url : This should be the base URL of the S3 bucket we're using, like https://s3.amazonaws.com/symbols/.
--symbols-cache : This should be a local directory in which the stackwalker can cache downloaded symbols.
We'll likely need to finish up the work in bug 981079 so we can keep the symbol cache disk usage bounded.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → rhelmer
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•