Last modified: 2014-02-01 01:50:33 UTC
While trying to create an account while logged in: Notice: Attempted to ack a job in a transaction; committing first. [Called from JobQueueDB::doAck in /var/www/MediaWiki/Git/core/includes/job/JobQueueDB.php at line 230] in /var/www/MediaWiki/Git/core/includes/debug/Debug.php on line 283 Notice: DatabaseBase::commit: Explicit commit of implicit transaction. Something may be out of sync! [Called from DatabaseBase::commit in /var/www/MediaWiki/Git/core/includes/db/Database.php at line 3000] in /var/www/MediaWiki/Git/core/includes/debug/Debug.php on line 283 This looks important but I don't actually know what it means. I'm not familiar with any of the database transaction or job queue code. Putting it here in case it actually is important.
Bug reports with very similar messages: Bug 43575, bug 41462, bug 40877 (which is fixed by https://gerrit.wikimedia.org/r/#/c/27274/ ).
Does this occur on git master?
Krenair: Does this occur on git master?
I probably broke my copy at some point. Haven't seen this issue since I created the bug...