Page MenuHomePhabricator

Duplicate get(): "commonswiki:abusefilter:profile:…:…" fetched 2 times
Closed, ResolvedPublicPRODUCTION ERROR

Event Timeline

This happens 166 times for every file upload on Commons (58 active filters, 3 keys per each). 3433402 hits in last 24 hours.

Long-term fix for this is T140522. Short-term, if you want to silence the logs, set $wgAbuseFilterProfile=false for Commons (it should already by false for other wikis).

On 1.28.0-wmf.10 the top offenders over an hour are from commonswiki:


commonswiki:abusefilter:stats:total:default (1365)
commonswiki:abusefilter:profile:4:total (1363)
commonswiki:abusefilter:profile:4:count (1362)
commonswiki:abusefilter:profile:4:conds (1362)
commonswiki:abusefilter:profile:31:total (1362)
commonswiki:abusefilter:profile:16:total (1362)
commonswiki:abusefilter:profile:14:count (1362)
commonswiki:abusefilter:profile:12:count (1362)
commonswiki:abusefilter:profile:8:total (1361)
commonswiki:abusefilter:profile:8:count (1361)
commonswiki:abusefilter:profile:8:conds (1361
...

Over an hour commonswiki had 236k hits out of 240k total.

Change 283243 had a related patch set uploaded (by Bartosz Dziewoński):
Disable $wgAbuseFilterProfile for commonswiki

https://gerrit.wikimedia.org/r/283243

Change 283243 merged by jenkins-bot:
Disable $wgAbuseFilterProfile for commonswiki

https://gerrit.wikimedia.org/r/283243

As T140522 was fixed, it should be okay to revert https://gerrit.wikimedia.org/r/283243. I don't think anybody is missing the profiling data right now, so I won't be doing it now, just noting that if it is requested, there are no blockers anymore.

mmodell changed the subtype of this task from "Task" to "Production Error".Aug 28 2019, 11:11 PM