Umherirrender closed this task as "Resolved".
Umherirrender added a comment.


  Its done, the remaining page ids are orphaned page ids (at least on replica) 
and does not exists in the `page` table
  
    MariaDB [warwiki_p]> SELECT eu_page_id, eu_row_id FROM wbc_entity_usage 
WHERE eu_aspect LIKE 'O%' ORDER BY eu_row_id;
    +------------+-----------+
    | eu_page_id | eu_row_id |
    +------------+-----------+
    |    2889794 |   5149392 |
    |    2889799 |   5149403 |
    |    2889822 |   5149426 |
    |    2889904 |   5149457 |
    +------------+-----------+
    4 rows in set (1.19 sec)
    
    MariaDB [warwiki_p]> SELECT * FROM page WHERE page_id IN ( 2889794, 
2889799, 2889822, 2889904 );
    Empty set (0.00 sec)

TASK DETAIL
  https://phabricator.wikimedia.org/T296383

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: noarave, Umherirrender
Cc: Umherirrender, Ladsgroup, Aklapper, Lydia_Pintscher, hoo, Michael, 
Marostegui, alaa, Lucas_Werkmeister_WMDE, Lmlmljs, karapayneWMDE, Invadibot, 
maantietaja, Akuckartz, Nandana, lucamauri, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Addshore, Mbch331
_______________________________________________
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org

Reply via email to