Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 11468051: Update stats processing (Closed)

Created:
Aug. 23, 2013, 1:58 p.m. by Wladimir Palant
Modified:
Nov. 8, 2013, 8:07 a.m.
Reviewers:
Felix Dahlke
Visibility:
Public.

Description

The new stats processing scripts can process the stats for all our download servers - I updated the configuration and moved it into a separate module

Patch Set 1 #

Total comments: 3

Patch Set 2 : Using PyPy for log processing #

Total comments: 2

Patch Set 3 : Dropped Jinja2 requirement #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -17 lines) Patch
M modules/statsclient/files/cron_geoipdb_update.sh View 1 1 chunk +5 lines, -1 line 0 comments Download
M modules/statsclient/files/sitescripts.ini View 1 1 chunk +1 line, -0 lines 0 comments Download
M modules/statsclient/manifests/init.pp View 1 2 2 chunks +3 lines, -7 lines 0 comments Download
M modules/statsmaster/files/stats.adblockplus.org View 1 1 chunk +3 lines, -6 lines 0 comments Download
M modules/statsmaster/manifests/init.pp View 1 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 8
Wladimir Palant
Aug. 23, 2013, 1:58 p.m. (2013-08-23 13:58:26 UTC) #1
Wladimir Palant
http://codereview.adblockplus.org/11468051/diff/1/Vagrantfile File Vagrantfile (right): http://codereview.adblockplus.org/11468051/diff/1/Vagrantfile#newcode6 Vagrantfile:6: config.vm.network :hostonly, ip, { nic_type: '82543GC' } Not sure ...
Aug. 23, 2013, 2:01 p.m. (2013-08-23 14:01:38 UTC) #2
Felix Dahlke
LGTM with one remark, feel free to address it or not. http://codereview.adblockplus.org/11468051/diff/1/modules/statsclient/manifests/init.pp File modules/statsclient/manifests/init.pp (right): ...
Aug. 28, 2013, 2:43 p.m. (2013-08-28 14:43:32 UTC) #3
Wladimir Palant
I've addressed that remark and the nit from http://codereview.adblockplus.org/11464069/ in a new patch. I've also ...
Aug. 29, 2013, 8:10 p.m. (2013-08-29 20:10:07 UTC) #4
Felix Dahlke
LGTM, just one question http://codereview.adblockplus.org/11468051/diff/6001/modules/statsclient/manifests/init.pp File modules/statsclient/manifests/init.pp (right): http://codereview.adblockplus.org/11468051/diff/6001/modules/statsclient/manifests/init.pp#newcode41 modules/statsclient/manifests/init.pp:41: package {['pypy', 'python-jinja2']:} Since we're ...
Aug. 29, 2013, 8:23 p.m. (2013-08-29 20:23:25 UTC) #5
Wladimir Palant
http://codereview.adblockplus.org/11468051/diff/6001/modules/statsclient/manifests/init.pp File modules/statsclient/manifests/init.pp (right): http://codereview.adblockplus.org/11468051/diff/6001/modules/statsclient/manifests/init.pp#newcode41 modules/statsclient/manifests/init.pp:41: package {['pypy', 'python-jinja2']:} On 2013/08/29 20:23:25, Felix H. Dahlke ...
Aug. 29, 2013, 9:02 p.m. (2013-08-29 21:02:31 UTC) #6
Wladimir Palant
https://hg.adblockplus.org/buildtools/rev/16b4def8255f allowed dropping Jinja2 requirement here.
Aug. 29, 2013, 9:07 p.m. (2013-08-29 21:07:39 UTC) #7
Felix Dahlke
Aug. 29, 2013, 9:11 p.m. (2013-08-29 21:11:30 UTC) #8
LGTM

Powered by Google App Engine
This is Rietveld