This should be cherry-picked and deployed to all wikis at the same time sometime after T117783: Add ref_id to flow_wiki_ref and flow_ext_ref (DBA phase 1) is done.
Description
Description
Status | Subtype | Assigned | Task | |
---|---|---|---|---|
· · · | ||||
Resolved | matthiasmullie | T109676 Add artificial primary key to flow_wiki_ref and flow_ext_ref | ||
Resolved | Catrope | T117786 Run maintenance/FlowPopulateRefId.php on all production wikis | ||
Resolved | Catrope | T117785 Deploy artificial primary key reference change to all production wikis simultaneously | ||
Resolved | jcrespo | T117783 Add ref_id to flow_wiki_ref and flow_ext_ref (DBA phase 1) | ||
· · · |
Event Timeline
Comment Actions
The non-existent array index complains with a notice here https://phabricator.wikimedia.org/diffusion/EFLW/browse/master/includes/Model/URLReference.php;d6c7287a8b372acd51e4a7ff956998d01ae79b3b$54 and in the same place on WikiReference, but it works as intended.
I run into it when checking the error logs.
Comment Actions
Good catch. This is because of the Memcached index, I believe (it's not yet in there, and doesn't need to be). Fixed on https://gerrit.wikimedia.org/r/251558 , but I don't think there's a need to cherry-pick it.