In T281418 the Jade Extension was undeployed from the beta cluster.
However, it seems like content is still available in the database, and when rendered, this breaks the XMLDumps:
wikiadmin@172.16.4.172(enwiki)> select distinct page_content_model from page; +------------------------+ | page_content_model | +------------------------+ | wikitext | | css | | javascript | | Scribunto | | json | | flow-board | | MassMessageListContent | | text | | sanitized-css | | JsonConfig.Dashiki | | NewsletterContent | | JadeJudgment | <<<<<<<<< | JadeEntity | <<<<<<<<< | story | +------------------------+ 14 rows in set (0.101 sec) wikiadmin@172.16.4.172(enwiki)> select count(1) from page where page_content_model in ('JadeEntity', 'JadeJudgement'); +----------+ | count(1) | +----------+ | 24893 | +----------+ 1 row in set (0.072 sec)
In this task we want to fix this, perhaps by patching our way out?