From e7c6b7602609d14bc49eaca958bcdef788e861cf Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Sat, 26 Oct 2019 00:27:43 +0000 Subject: [PATCH] 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 02feafa9629a2ecdc26888587d755f3874a669be. Change-Id: I65611d433723fbfa1965ea3f7ae4cabab8d07eca --- modules/openstack_project/manifests/review.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/openstack_project/manifests/review.pp b/modules/openstack_project/manifests/review.pp index 003cc392e2..afb590ff9b 100644 --- a/modules/openstack_project/manifests/review.pp +++ b/modules/openstack_project/manifests/review.pp @@ -238,7 +238,6 @@ class openstack_project::review ( 'archive' => ['tar', 'tbz2', 'tgz', 'txz'], }, replication_force_update => true, - replication_auto_reload => true, replication => [ { name => 'github',