162163164165166167168169170171172
} LOGGER.info("shutdown: Graph"); if (InjectHelper.hasInjector()) { Graph graph = InjectHelper.getInstance(Graph.class); graph.shutdown(); } Thread.sleep(1000); if (!LumifyTestClusterConfigurationLoader.isTestServer()) {