Page MenuHomePhabricator

Lock wait timeout exceeded in LinkCache::addLinkObj()
Closed, ResolvedPublicPRODUCTION ERROR

Description

A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was:

    (SQL query hidden)

from within function "LinkCache::addLinkObj". Database returned error "1205: Lock wait timeout exceeded; try restarting transaction"

Reported in 1.16, but could still be prevalent in 1.17 etc

Details

Reference
bz29979

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:35 PM
bzimport set Reference to bz29979.
bzimport added a subscriber: Unknown Object (MLST).

SELECT page_id,page_len,page_is_redirect FROM ec_page WHERE page_namespace = '10' AND page_title = 'Infobox/NPC/Ultima_II' LIMIT 1 FOR UPDATE

Krinkle renamed this task from "LinkCache::addLinkObj" Database returned error "1205: Lock wait timeout exceeded; try restarting transaction" to Lock wait timeout exceeded in LinkCache::addLinkObj().Jul 14 2018, 4:58 AM
Krinkle closed this task as Resolved.
Krinkle claimed this task.
Krinkle updated the task description. (Show Details)
Krinkle removed a subscriber: wikibugs-l-list.
Krinkle subscribed.

No longer shows in Logstash for past 30 days.

mmodell changed the subtype of this task from "Task" to "Production Error".Aug 28 2019, 11:12 PM