https://quarry.wmflabs.org/query/18892
Clicked the "Sumbit Query" button and nothing happened, not even an error message.
https://quarry.wmflabs.org/query/18892
Clicked the "Sumbit Query" button and nothing happened, not even an error message.
Verified the queries in Quarry work again after clearing logs. Access logs are filling due to a some OSM tiles traffic.
Change 421070 had a related patch set uploaded (by Bstorm; owner: Bstorm):
[operations/puppet@production] cloud novaproxy: Set a custom logrotate config for nginx
Change 421070 merged by Bstorm:
[operations/puppet@production] cloud novaproxy: Set a custom logrotate config for nginx
Change 421321 had a related patch set uploaded (by Bstorm; owner: Bstorm):
[operations/puppet@production] dynamicproxy: Restrict log size to 2GB
Change 421321 merged by Bstorm:
[operations/puppet@production] dynamicproxy: Restrict log size to 2GB
So, I'm still manually truncating this log because our logrotate cron runs from cron.daily :-p
I plan to puppetize a move of that cron file to cron.hourly so it will actually bother checking the size of the file in time. I don't see a way to do that via our module, so It'll be more like slapping the file in there and removing it from the original spot (or just using crontab).
Change 422197 had a related patch set uploaded (by Bstorm; owner: Bstorm):
[operations/puppet@production] dynamicproxy: run logrotate hourly
Change 422197 merged by Bstorm:
[operations/puppet@production] dynamicproxy: run logrotate hourly
Ok, I've confirmed that the logs are rotated either daily or on the hour if they are above 2GB in size. That kept the main proxy healthy without manual attention yesterday. This should be good now.