Fixes #4150. The failure can be reproduced with high probability on ARM via pytest dragonfly/replication_test.py -k test_replication_all[df_factory0-mode0-8-t_replicas3-seeder_config3-2000-False]
Not sure why this barrier is needed but #4146 removes the barrier which breaks a gentle balance in the code in unexpected way.
Fixes #4150. The failure can be reproduced with high probability on ARM via
pytest dragonfly/replication_test.py -k test_replication_all[df_factory0-mode0-8-t_replicas3-seeder_config3-2000-False]
Not sure why this barrier is needed but #4146 removes the barrier which breaks a gentle balance in the code in unexpected way.