https://bugzilla.wikimedia.org/show_bug.cgi?id=62358

            Bug ID: 62358
           Summary: CirrusSearch: We should dig into
                    CirrusSearch-failures.log
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: CirrusSearch
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: neverett+bugzi...@wikimedia.org
                CC: dga...@wikimedia.org, innocentkil...@gmail.com,
                    neverett+bugzi...@wikimedia.org
       Web browser: ---
   Mobile Platform: ---

We should figure out exactly what is going on.  For example, I saw this:

2014-03-07 02:40:46 mw1015 wikidatawiki: Update for doc ids: 15087781
2014-03-07 02:40:46 mw1008 wikidatawiki: Update for doc ids: 15087781
2014-03-07 02:40:46 mw1008 wikidatawiki: Update for doc ids: 15087781


These might just be trying to update the same document concurrently.  Chad was
talking about just retrying here.  If we're trying to update the same document
multiple times we could do that.  We also might want to use the pool counter to
prevent it.  We could probably use the shared acquire to notice that another
job tried to update then, well, not do it.  On problem, though, is that
updating a page will get a parser lock (I think) so we have to make sure not to
lock eachother.  I think.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to