[Bug 47375] Transaction idle or pre-commit callbacks still pending

2013-12-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47375

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 CC||matma@gmail.com
   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=56269

--- Comment #7 from Bartosz Dziewoński matma@gmail.com ---
Maybe relevant? From #mediawiki:

songoo MatmaRex : first i tried to add
$wgGroupPermissions['sysop']['userrights'] = true; at end of
LocalSettings.php, nothing changed, then i noticed user_groups table is empty
(fresh mediawiki install from git) , so i tied INSERT INTO `user_groups`
(`ug_user`, `ug_group`) VALUES (1, 'sysop'); , have just one defult admnin
user with ID 1 . And it worked, Uncommitted DB writes notice is gone, and
also finnaly i can edit user right

-- 
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


[Bug 47375] Transaction idle or pre-commit callbacks still pending

2013-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47375

--- Comment #6 from Sam Reed (reedy) s...@reedyboy.net ---
*** Bug 56288 has been marked as a duplicate of this bug. ***

-- 
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


[Bug 47375] Transaction idle or pre-commit callbacks still pending

2013-10-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47375

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=56124

-- 
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


[Bug 47375] Transaction idle or pre-commit callbacks still pending

2013-10-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47375

--- Comment #5 from Nemo federicol...@tiscali.it ---
New message which seems most likely this same bug:
2013-10-23 10.04 -rakkaus:#mediawiki-i18n- [23-Oct-2013 08:04:11 UTC] PHP
Notice:  Uncommitted DB writes (transaction from DatabaseBase::query
(Title::getCascadeProtectionSources)). in
/www/translatewiki.net/w/includes/db/Database.php on line 3904

13 times in total so far (yesterday and today) after

2013-10-23  9.10 -rakkaus:#mediawiki-i18n- [siebrand] updated translatewiki.net
to 0ea06c7 2013-10-23 07:10:33 + (2 seconds ago)

-- 
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


[Bug 47375] Transaction idle or pre-commit callbacks still pending

2013-10-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47375

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=53341

-- 
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


[Bug 47375] Transaction idle or pre-commit callbacks still pending

2013-08-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47375

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Keywords||performance
   Priority|Normal  |High
   Severity|normal  |major

-- 
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


[Bug 47375] Transaction idle or pre-commit callbacks still pending

2013-08-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47375

--- Comment #3 from Niklas Laxström niklas.laxst...@gmail.com ---
Some debug info (credentials removed):

[13-Aug-2013 12:30:52 UTC] Array
(
[0] = Closure Object
(
[static] = Array
(
[dbw] = DatabaseMysql Object
(
[lastKnownSlavePos:protected] = 
[mLastQuery:protected] = SELECT  pp_value  FROM
`bw_page_props`   WHERE pp_propname = 'use-liquid-threads' AND pp_page =
'3402801'  LIMIT 1  
[mDoneWrites:protected] = 1
[mPHPError:protected] = 
[mServer:protected] = localhost
[mConn:protected] = Resource id #65
[mOpened:protected] = 1
[mTrxIdleCallbacks:protected] = Array
 *RECURSION*
[mTrxPreCommitCallbacks:protected] = Array
(
)

[mTablePrefix:protected] = bw_
[mFlags:protected] = 24
[mTrxLevel:protected] = 1
[mErrorCount:protected] = 0
[mLBInfo:protected] = Array
(
[host] = localhost
[type] = mysql
[load] = 1
[flags] = 16
[serverIndex] = 0
)

[mFakeSlaveLag:protected] = 
[mFakeMaster:protected] = 
[mDefaultBigSelects:protected] = 
[mSchemaVars:protected] = 
[preparedArgs:protected] = 
[htmlErrors:protected] = 
[delimiter:protected] = ;
[mTrxFname:DatabaseBase:private] =
DatabaseBase::query (WikiPage::pageData)
[mTrxDoneWrites:DatabaseBase:private] = 1
[mTrxAutomatic:DatabaseBase:private] = 1
[fileHandle:protected] = 
)

[method] = Block::purgeExpired
)

)

)

-- 
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


[Bug 47375] Transaction idle or pre-commit callbacks still pending

2013-08-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47375

--- Comment #4 from Niklas Laxström niklas.laxst...@gmail.com ---
Seems to be caused by spam bots trying to submit spam. Some examples:
a:2:{s:5:title;s:47:Property_Occasion_Plan_Business_Time-Management;s:6:action;s:4:edit;}
a:2:{s:5:title;s:31:Internet_Marketing_Distribution;s:6:action;s:4:edit;}
a:2:{s:5:title;s:48:Tips_On_Getting_To_Grips_With_Internet_Marketing;s:6:action;s:4:edit;}

-- 
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


[Bug 47375] Transaction idle or pre-commit callbacks still pending

2013-08-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47375

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||daniel.kinz...@wikimedia.de
   Severity|minor   |normal

-- 
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


[Bug 47375] Transaction idle or pre-commit callbacks still pending

2013-08-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47375

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||aschulz4...@gmail.com

--- Comment #2 from Nemo federicol...@tiscali.it ---
This is exploding at translatewiki.net, 80 yesterday and 50 of the so far
today.

-- 
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


[Bug 47375] Transaction idle or pre-commit callbacks still pending

2013-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47375

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low

-- 
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


[Bug 47375] Transaction idle or pre-commit callbacks still pending

2013-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47375

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

   Priority|Low |Normal
 CC||federicol...@tiscali.it
Version|1.20.1  |1.22-git
 Blocks||39480

--- Comment #1 from Nemo federicol...@tiscali.it ---
At least the error should be made more useful.

Also seen on TWN: [23:13:07] -rakkaus:#mediawiki-i18n- [21-Apr-2013 20:13:44
UTC] PHP Notice:  Transaction idle or pre-commit callbacks still pending. in
/www/translatewiki.net/w/includes/db/Database.php on line 3755

-- 
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