AbuseFilter fetches keys more than once from Redis triggering warnings.
Duplicate get(): "" fetched {count} times
Key | Count |
---|---|
"mediawikiwiki:abusefilter:block-autopromote" | 3 times |
"mediawikiwiki:abusefilter:stats:total:default" | 2 times |
AbuseFilter fetches keys more than once from Redis triggering warnings.
Duplicate get(): "" fetched {count} times
Key | Count |
---|---|
"mediawikiwiki:abusefilter:block-autopromote" | 3 times |
"mediawikiwiki:abusefilter:stats:total:default" | 2 times |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Declined | None | T128543 Hunt down duplicate memcached gets | |||
Resolved | PRODUCTION ERROR | hashar | T133728 Duplicate get(): "mediawikiwiki:abusefilter:block-autopromote:xxxx" fetched 3 times |
Change 286288 had a related patch set uploaded (by Aaron Schulz):
Avoid duplicate autopromote block key fetches
Change 288755 had a related patch set uploaded (by Aaron Schulz):
Make negative process caching in onGetAutoPromoteGroups() work
Change 288755 merged by jenkins-bot:
Make negative process caching in onGetAutoPromoteGroups() work
No logstash hits for "abusefilter:stats:total:default" or "abusefilter:block-autopromote" in last 24 hours, presumed fixed.
Over the last 24 hours, I can not find any "Duplicate get()" messages in Logstash nor is there any message for abusefilter:stats:total:default. So I guess AbuseFilter got definitely fixed.