As part of reviewing T375753: Drop unnecessary growthexperiments-homepage-variant entries from user_properties at Wikimedia wikis, I noticed enwiki has an unusual number of remaining growthexperiments-homepage-variant rows in user_properties:
mysql:research@dbstore1008.eqiad.wmnet [enwiki]> select count(*), up_value from user_properties where up_property='growthexperiments-homepage-variant' group by up_value; +----------+-----------+ | count(*) | up_value | +----------+-----------+ | 1226972 | control | | 1 | oldimpact | +----------+-----------+ 2 rows in set (14.031 sec) mysql:research@dbstore1008.eqiad.wmnet [enwiki]>
This doesn't seem correct, we'd expect few dozens (up to few hundreds) of remaining rows max. We should review what happened and possibly run userOptions.php to drop the remaining million of rows as well.