Problem:
Concurrent edits can create multiple items with the same sitelink, which isn’t supposed to be possible.
Suggested solution:
For each sitelink to be added, take a database lock and set a key in memcached. See T44325#6981283.
Steps to reproduce:
See T44325#6981283.