From 70b01c5c3fd116ad1748c71d82f6919b0ff6d0b8 Mon Sep 17 00:00:00 2001 From: Luca Milanesio Date: Thu, 24 Oct 2019 10:54:59 +0000 Subject: [PATCH] Update git submodules * Update plugins/replication from branch 'master' to 94a465e0989ff8124aca3dca8e200aeb870cc9dd - Merge "Decouple observable queue implementation from ReplicationQueue" - Decouple observable queue implementation from ReplicationQueue Prior to this change, AutoReloadRunnable used to depend on ReplicationQueue, which was used just to observe the status of the queue during the run() phase of the reloading. Decouple reloading of configuration from specific queue implementations by depending only on a way to observe the queue, rather than the queue itself. Incidentally, allow AutoReloadRunnable to be reused by implementations that use a different queueing systems, or no queuing at all, such as the pull-replication. Change-Id: I589c5bf3fb49a53734ba3a991d08db33bc189d3e --- plugins/replication | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/replication b/plugins/replication index 6236969ab6..94a465e098 160000 --- a/plugins/replication +++ b/plugins/replication @@ -1 +1 @@ -Subproject commit 6236969ab60c7f3b943bfafe822ab945c70838b7 +Subproject commit 94a465e0989ff8124aca3dca8e200aeb870cc9dd