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
This commit is contained in:
committed by
Gerrit Code Review
parent
659a06d698
commit
8138ae974a