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

--- Comment #3 from Liangent <liang...@gmail.com> 2012-10-23 12:53:17 UTC ---
(In reply to comment #2)
> Liangent: thanks for pointing this out.
> 
> This looks like something that should be fixed but is at the same time not 
> high
> priority, as it is about the nice handling of a failure case which should not
> happen to begin with. (Unless I misunderstand the issue, which is quite
> possible, as I did not look at it that much.)

I'm running a bot using MediaWiki as a framework on Toolserver with replicated
DB. Since text is not available in DB, when $rev->getText() is called, text is
loaded from my modified Revision::loadText() via network to WMF server which
has a higher chance to fail. In past, $rev->getText() returns false and my bot
code can ignore that. Now my bot process is just killed.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
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