korlov42 commented on a change in pull request #9392:
URL: https://github.com/apache/ignite/pull/9392#discussion_r708243939
##########
File path:
modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/stat/IgniteStatisticsManagerImpl.java
##########
@@ -278,6 +306,9 @@ public IgniteStatisticsRepository statisticsRepository() {
if (!unfinishedTasks.isEmpty())
log.warning(String.format("%d statistics configuration change
handler cancelled.", unfinishedTasks.size()));
}
+
+ if (log.isDebugEnabled())
+ log.debug("Statistics manager started.");
Review comment:
actually it's stopped at this point
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]