Page MenuHomePhabricator

Dragons_flight (Robert Rohde)
User

Projects

User does not belong to any projects.

Today

  • No visible events.

Tomorrow

  • No visible events.

Tuesday

  • No visible events.

User Details

User Since
Dec 20 2014, 3:48 AM (582 w, 1 d)
Availability
Available
LDAP User
Unknown
MediaWiki User
Dragons flight [ Global Accounts ]

Recent Activity

Apr 8 2016

Dragons_flight added a comment to T53294: Overhaul internal profiling system .
  1. A race condition that causes near simultaneous instances of the AbuseFilter to corrupt each others stats.

The third problem is the dominant one for the highly active wikis and can lead to really silly results.

I don't think this can reasonably account for the reported values being wrong by a factor of ten or more.

I'm pretty sure that the number of conditions is counted globally, for all filters together, then treated it as if it was the per-filter number, which obviously results in off-the-wall values. I wonder what @werdna was smoking when committing rSVN52738. ;)

Apr 8 2016, 7:57 PM · MW-1.34-notes (1.34.0-wmf.17; 2019-08-06), Performance-Team (Radar), MW-1.27-release (WMF-deploy-2016-04-12_(1.27.0-wmf.21)), AbuseFilter

Jun 18 2015

Dragons_flight added a comment to T101648: Remove average run time and consumed conditions to make editing faster.

I believe the initial version of this (now removed) was reading three entries from memcache and then setting three updated entries per filter (as well as a few global keys that were updated per edit rather than per filter).

Jun 18 2015, 3:18 AM · User-notice-archive, Performance Issue, AbuseFilter

Apr 6 2015

Dragons_flight added a comment to T21565: Add more variables to AbuseFilter file uploading evaluation.

The underlying technical problem is that uploads proceed in two steps. First the file is uploaded to the server and then the text is processed and saved to the database. We have a hook into the upload process, but at that point in software the uploaded text is not yet available.

Apr 6 2015, 7:25 PM · AbuseFilter

Apr 5 2015

Dragons_flight added a comment to T48773: Word boundary parameter \b not working with Unicode devanagari words.

The AbuseFilter currently runs all regex in unicode mode. That apparently solves problems for some languages but not all, including the devanagari examples offered here.

Apr 5 2015, 12:54 AM · Upstream, I18n, AbuseFilter

Apr 4 2015

Dragons_flight added a comment to T49495: Ability to match text based on a negative lookbehind/lookahead regex.

One can already write a filter that checks for something like

Apr 4 2015, 9:44 PM · AbuseFilter

Apr 1 2015

Dragons_flight added a project to T90754: Allow tracking of max run time / conditions consumed in AbuseFilter: Patch-For-Review.
Apr 1 2015, 6:14 PM · AbuseFilter
Dragons_flight added a comment to T90754: Allow tracking of max run time / conditions consumed in AbuseFilter.

Change 201171 that I wrote includes this functionality as part of its changes:

Apr 1 2015, 6:13 PM · AbuseFilter

Mar 29 2015

Dragons_flight created T94362: Missing label text for Gather special pages.
Mar 29 2015, 7:52 PM · Patch-For-Review, Gather

Feb 26 2015

Dragons_flight added a comment to T90658: Wikitech registration for prior SVN user.

@chasemp: You mention changing where such requests are sent. Do I need to do anything else to ensure that this request is seen by the appropriate people? I'm guessing that it is fine here, even if it got started in a suboptimal way, but I just wanted to double check.

Feb 26 2015, 6:00 AM · SRE, Cloud-Services

Feb 25 2015

Dragons_flight created T90754: Allow tracking of max run time / conditions consumed in AbuseFilter.
Feb 25 2015, 6:38 PM · AbuseFilter
Dragons_flight created T90669: Add a total run time limit to AbuseFilter.
Feb 25 2015, 1:08 AM · AbuseFilter
Dragons_flight added a comment to T53294: Overhaul internal profiling system .

This is really three separate bugs that all lead to per filter stats corruption:

Feb 25 2015, 12:39 AM · MW-1.34-notes (1.34.0-wmf.17; 2019-08-06), Performance-Team (Radar), MW-1.27-release (WMF-deploy-2016-04-12_(1.27.0-wmf.21)), AbuseFilter

Feb 24 2015

Dragons_flight created T90658: Wikitech registration for prior SVN user.
Feb 24 2015, 11:23 PM · SRE, Cloud-Services

Dec 20 2014

Dragons_flight added a comment to T78113: Make ConfirmEdit's addurl smarter by checking whether similar URLs are already used on the wiki.

Towards getting the details right, I'd like to verify my understanding of how the Captcha functions with regards to URLs on Wikimedia sites.

Dec 20 2014, 10:38 PM · ConfirmEdit (CAPTCHA extension)
Dragons_flight added a comment to T78113: Make ConfirmEdit's addurl smarter by checking whether similar URLs are already used on the wiki.

I've started adding running some simple tests to explore this a bit more. Is there a natural place to discuss link statistics and behavior? Somewhere on Mediawiki.org? I worry that putting too much detail here will be a distraction.

Dec 20 2014, 3:55 AM · ConfirmEdit (CAPTCHA extension)