Closed
Bug 1019674
Opened 11 years ago
Closed 11 years ago
Setup log processing daemons on scl3 node
Categories
(Websites :: glow.mozilla.org, defect)
Websites
glow.mozilla.org
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pmac, Assigned: pmac)
Details
We'll connect to the Redis in phx1 for aggregation, but we'll also use a local Redis for log processing. Code changes will be required to support this.
| Assignee | ||
Comment 1•11 years ago
|
||
After further reflection, I'm pretty sure that sending the commands to increment the buckets for each country, continent, and general counter has to be more data on the wire than just the list of IPs. Since sending the IPs requires a lot less setup and code alteration, I suggest we go with that first and see how it goes.
Spoke to :jgmize on IRC about this as well and he agrees.
Assignee: nobody → pmac
Status: NEW → ASSIGNED
Comment 2•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/mrburns
https://github.com/mozilla/mrburns/commit/82e9dafecb6a3e25c23e490af2f716f20c924933
Bug 1019674: Add support for a remote redis.
https://github.com/mozilla/mrburns/commit/de5db1dceda0d522eb5f60ce003df3be835d08b2
Merge pull request #190 from pmclanahan/support-remote-redis-1019674
Bug 1019674: Add support for a remote redis.
| Assignee | ||
Comment 3•11 years ago
|
||
node in scl3 is running bart with no issues as of today.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•