[Bug 17622] CentralNotice is broken

2009-03-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17622


Tomasz Finc  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Comment #9 from Tomasz Finc   2009-03-11 17:56:56 UTC 
---
Cached message are now getting properly set. I've re-enabled the cron for all
messages and have it set to generated at 30min intervals. I'll be keeping an
eye out on the memcached node in question.


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


[Bug 17622] CentralNotice is broken

2009-03-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17622





--- Comment #8 from Tim Starling   2009-03-10 22:32:10 
UTC ---
Actually it seems to have been a problem with the memcached instance in
question, on srv63. I restarted it.


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


[Bug 17622] CentralNotice is broken

2009-03-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17622





--- Comment #7 from Tim Starling   2009-03-10 13:48:31 
UTC ---
Sounds like it's trying to set a value that is larger than memcache's compiled
maximum, which is most likely 1MB after gzip compression.


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


[Bug 17622] CentralNotice is broken

2009-03-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17622





--- Comment #6 from Tomasz Finc   2009-03-10 10:09:13 UTC 
---
There is defiantly something funny going on at the caching layer. 
$this->mMemc->add() within MessageCache is failing when it pulls any message
past test/ang. This failure causes mDisable to be set and each subsequent call
for messages will fail outright.

The memcache add is currently failing with "SERVER_ERROR out of memory" errors"
. 


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


[Bug 17622] CentralNotice is broken

2009-02-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17622





--- Comment #5 from Brion Vibber   2009-02-28 02:22:29 UTC 
---
"Out of memory" as such should just cause a failure; but I do recall seeing
some weird stuff before with cached language objects getting corrupted (in that
case when having the destructor run during parser test runs, but the
emptied-out object retained in a cache array and returned by a later fetch).
Could be something similar.


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


[Bug 17622] CentralNotice is broken

2009-02-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17622





--- Comment #4 from Tomasz Finc   2009-02-25 23:53:20 UTC 
---
Quite possibly. 

I'm also seeing this bug in the all language view for Special:CentralNotice
making me suspect less that the rebuild is at fault and that something internal
could be malfunctioning or being used improperly.

Brion suggests looking at MessageCaching.php or Language.php to further diag.


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


[Bug 17622] CentralNotice is broken

2009-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17622


Tim Starling  changed:

   What|Removed |Added

 CC||tstarl...@wikimedia.org




--- Comment #3 from Tim Starling   2009-02-25 03:57:12 
UTC ---
Out of memory?


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


[Bug 17622] CentralNotice is broken

2009-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17622





--- Comment #2 from Tomasz Finc   2009-02-25 03:22:31 UTC 
---
Interestingly enough this bug is only triggered when a large amount of messages
(10+) are being retrieved for a template. 

For instance, 

test/aa
test/ab
test/ace
test/af
test/ak
test/aln
test/als
test/am
test/an
test/ang

all generate correctly while anything after will fail. But run those templates
that fail by hand one by one and everything works out just fine.

Have we imposed any new restrictions on the throughput of message pulls? Time
for me to find out.


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


[Bug 17622] CentralNotice is broken

2009-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17622


Tomasz Finc  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED




--- Comment #1 from Tomasz Finc   2009-02-25 02:06:21 UTC 
---
Fixed the initial problem of the cron not running due to permission issues. The
secondary issue is why the cron retrieves a failed message from the mediawiki
store, while running the script by hand produces the correct output.


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