Page MenuHomePhabricator

More deadlocks?
Closed, DeclinedPublic

Description

Making a request for http://localhost/api.php?action=visualeditor&format=json&paction=parse&page=Main_Page&uselang=en results in long pauses until Parsoid times out and the request fails.

git bisecting mediawiki core brings me to https://gerrit.wikimedia.org/r/#/c/230967/, which was also the cause of T109183. Reverting that helps.

Setting $wgMessageCacheType = CACHE_NONE; obviously also resolves the issue.

It's getting late so I'm giving on debugging. Let me know if you need any more info to go on.

Possibly related: https://www.mediawiki.org/wiki/Topic:Slfskc3j2n1c22p3

Event Timeline

Arlolra assigned this task to aaron.
Arlolra raised the priority of this task from to Medium.
Arlolra updated the task description. (Show Details)
Arlolra subscribed.

Hi @Arlolra. Please associate at least one project with this task, otherwise nobody can find this task when searching in the corresponding project(s). Thanks.

ori removed aaron as the assignee of this task.Nov 16 2015, 7:53 PM
ori removed a project: Performance-Team.
ori subscribed.

@Arlolra, there is quite a lot of contention for Aaron's time -- if you'd like Aaron to look at this, please (1) ask, and (2) provide more details.

there is quite a lot of contention for Aaron's time

Ha, funny guy!

if you'd like Aaron to look at this, please (1) ask, and (2) provide more details.

Yes, sorry, assigning @aaron was quite rude.

I'll dig a little deeper.