dbstore2002 is suffering from some disk space issues (T204593#4593924).
While we are now compressing s2 after recloning it (T204593#4597992) it might be worth checking the other sections as some of them might not be compressed.
An example is s4 commonswiki.externallinks table which is 300G which sounds like a lot to be compressed. That table also got a column recently dropped and it is now 190GB on the master.
This is an example of s4:
root@dbstore2002.codfw.wmnet[commonswiki]> SELECT table_schema, table_name FROM information_Schema.tables WHERE engine='INNODB' and row_format != 'COMPRESSED' and table_schema='commonswiki' ORDER BY DATA_LENGTH ASC; +--------------+-----------------------+ | table_schema | table_name | +--------------+-----------------------+ | commonswiki | revision_actor_temp | | commonswiki | content_models | | commonswiki | change_tag_def | | commonswiki | slot_roles | | commonswiki | actor | | commonswiki | protected_titles | | commonswiki | ip_changes | | commonswiki | image_comment_temp | | commonswiki | revision_comment_temp | | commonswiki | comment | | commonswiki | change_tag | | commonswiki | watchlist | | commonswiki | wbc_entity_usage | | commonswiki | page | | commonswiki | linter | | commonswiki | slots | | commonswiki | pagelinks | | commonswiki | content | | commonswiki | templatelinks | +--------------+-----------------------+ 19 rows in set (0.05 sec)
Worth checking and compressing tables on s1, s3 and s4 on dbstore2002.