Change warning.
This commit is contained in:
@ -100,7 +100,11 @@ public class QueryRestController {
|
|||||||
appContext.getBean(QueryConfig.BEAN_NAME_CASSANDRA_QUERY_PROCESSOR, QueryProcessor.class);
|
appContext.getBean(QueryConfig.BEAN_NAME_CASSANDRA_QUERY_PROCESSOR, QueryProcessor.class);
|
||||||
queryProcessors.put(queryProcessor.getBackend(), queryProcessor);
|
queryProcessors.put(queryProcessor.getBackend(), queryProcessor);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
LOGGER.warn("Could not load query processor for cassandra.", e);
|
LOGGER.warn("");
|
||||||
|
LOGGER.warn("##########");
|
||||||
|
LOGGER.warn("Could not load query processor for cassandra.");
|
||||||
|
LOGGER.warn("##########");
|
||||||
|
LOGGER.warn("");
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
@ -108,7 +112,11 @@ public class QueryRestController {
|
|||||||
appContext.getBean(QueryConfig.BEAN_NAME_ARCHIVER_APPLIANCE_QUERY_PROCESSOR, QueryProcessor.class);
|
appContext.getBean(QueryConfig.BEAN_NAME_ARCHIVER_APPLIANCE_QUERY_PROCESSOR, QueryProcessor.class);
|
||||||
queryProcessors.put(queryProcessor.getBackend(), queryProcessor);
|
queryProcessors.put(queryProcessor.getBackend(), queryProcessor);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
LOGGER.warn("Could not load query processor for archiverappliance.", e);
|
LOGGER.warn("");
|
||||||
|
LOGGER.warn("##########");
|
||||||
|
LOGGER.warn("Could not load query processor for archiverappliance.");
|
||||||
|
LOGGER.warn("##########");
|
||||||
|
LOGGER.warn("");
|
||||||
}
|
}
|
||||||
|
|
||||||
channelNameCache =
|
channelNameCache =
|
||||||
|
Reference in New Issue
Block a user