Revert "Enable gerrit replication.autoReload for review"

What we observed is that if any replication tasks are queued when
the replication.conf file is reloaded, those tasks get dropped on
the ground. It has resulted in missed refs on mirrors when a
replication change was updated by config management while a full
replication was underway:

http://eavesdrop.openstack.org/irclogs/%23openstack-infra/%23openstack-infra.2019-04-16.log.html#t2019-04-16T01:59:10

This reverts commit 02feafa962.

Change-Id: I65611d433723fbfa1965ea3f7ae4cabab8d07eca
This commit is contained in:
Jeremy Stanley 2019-10-26 00:27:43 +00:00
parent a441dddaa4
commit e7c6b76026

View File

@ -238,7 +238,6 @@ class openstack_project::review (
'archive' => ['tar', 'tbz2', 'tgz', 'txz'],
},
replication_force_update => true,
replication_auto_reload => true,
replication => [
{
name => 'github',