From 8138ae974adbe42ab10b6433cc709cc7c8f7d23f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C5=A1a=20=C5=BDivkov?= Date: Tue, 17 Apr 2018 16:53:31 +0200 Subject: [PATCH] Update git submodules * Update plugins/replication from branch 'master' to b9b41c010a645336cadf30e739e411187fc037e4 - Bind ReplicationQueue as a LifecycleListener The ReplicationQueue already implemented LifecycleListener interface but it wasn't bound as a LifecycleListener. Instead, the OnStartStop (which is also a LifecycleListener) explicitly called ReplicationQueue.start() from its start() method and ReplicationQueue.stop() from its stop() method. Bind ReplicationQueue as a LifecycleListener and rely on Gerrit's LifecycleManager to invoked its stop/stop methods. Change-Id: I9f21009a71860fcafc2131aed6a2ba9cf9585163 --- plugins/replication | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/replication b/plugins/replication index 08862c0600..b9b41c010a 160000 --- a/plugins/replication +++ b/plugins/replication @@ -1 +1 @@ -Subproject commit 08862c06001ff24892c5459ead7ebf738893d664 +Subproject commit b9b41c010a645336cadf30e739e411187fc037e4