Update git submodules
* Update plugins/replication from branch 'master'
to 1580234359aa5c4f8845cb68b7140c0d8b4aad7b
- Prevent concurrent event replaying
If the events distributor is enabled and startup events replaying takes
longer than the distributor delay, the two threads will be replaying
events concurrently. Use an AtomicBoolean to ensure only one runs at a
time.
Change-Id: Idce111dfb54a88ab6ace0f52e70b61a711395855
- ReplicationStorageMPIT: Fix flaky workFromOnlyWaitingIsPerformed
This test was missing a wait for tasks to be removed from running. Also
reduce some code by re-using the list* methods from
ReplicationStorageIT.
Change-Id: Iae941e776c2d3bfa4637af5f5db1ddd017848433
diff --git a/plugins/replication b/plugins/replication
index 9c21a2f..1580234 160000
--- a/plugins/replication
+++ b/plugins/replication
@@ -1 +1 @@
-Subproject commit 9c21a2f5cc539b5a13d2646edc15bd17d7977fb3
+Subproject commit 1580234359aa5c4f8845cb68b7140c0d8b4aad7b