shut down cache client on shutdown

pull/9/head
Zlatin Balevsky 2019-07-03 19:50:00 +01:00
parent 4740e8b4f5
commit 78753d7538
1 changed files with 2 additions and 0 deletions

View File

@ -318,6 +318,8 @@ public class Core {
connectionEstablisher.stop()
log.info("shutting down directory watcher")
directoryWatcher.stop()
log.info("shutting down cache client")
cacheClient.stop()
log.info("shutting down connection manager")
connectionManager.shutdown()
if (router != null) {