Vladsz83 commented on code in PR #11467:
URL: https://github.com/apache/ignite/pull/11467#discussion_r1715151511
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/query/stat/IgniteStatisticsConfigurationManager.java:
##########
@@ -165,11 +165,13 @@ public class IgniteStatisticsConfigurationManager {
assert !F.isEmpty(cols);
// Drop statistics after columns dropped.
- dropStatistics(
- Collections.singletonList(
- new StatisticsTarget(schemaName, typeDesc.tableName(),
cols.toArray(EMPTY_STRINGS))
- ),
- false
+ mgmtBusyExecutor.execute(() ->
Review Comment:
Can a related statistic survive for long if the executor is busy for long by
an active statistics collection tasks?
--
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]