As a result of running the recent migration with, we inadvertently created KNOW_OF relationships between each pair of users.
This occurred because each user got a memberships row in each thread in GENESIS, even though they were not a member. That's because their member_ permissions got cascaded down to all threads because of D13113.
To get around this, I deleted all KNOW_OF relationships in production, and regenerated them using this migration.
More details in ENG-9075.