From 08b73187f588a47e5aa41c2da5d4920dbe4e1127 Mon Sep 17 00:00:00 2001 From: Luca Milanesio Date: Thu, 10 Jan 2019 20:45:13 +0000 Subject: [PATCH] Update git submodules * Update plugins/replication from branch 'stable-2.16' to 31b419cbd7126e2c9397ec5abd0ad975ed937d75 - Fix auto-replay of stored events during config reload Use a proper configuration reload listener to allow ReplicationQueue to be aware of what's going on and perform a proper stop/start sequence instead of relying on a low-level WorkQueue access. The configuration reload behaves now as a soft-restart so that stored events parked on the filesystem won't be missed any more. If the new configuration is invalid and fails to load, keep the current one without retrying until it gets modified again. That avoids the start/stop of the ReplicationQueue continuously. Bug: Issue 10260 Change-Id: Ia34b460221a2e0512a4ffba66d1f08c201402917 --- plugins/replication | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/replication b/plugins/replication index 3e97cd967f..31b419cbd7 160000 --- a/plugins/replication +++ b/plugins/replication @@ -1 +1 @@ -Subproject commit 3e97cd967fc9a6413ae4265a4d7cb45a3730463a +Subproject commit 31b419cbd7126e2c9397ec5abd0ad975ed937d75