I'm having issues with (range) compaction, partial...
# troubleshooting
r
I'm having issues with (range) compaction, partial_dimension_distribution is failing but keep running forever, then the compaction task start to get null exceptions but keep running also forever in the partial_dimension_distribution, all looks fine until there's this message:
Copy code
2023-03-17T18:07:48,636 INFO [parent-monitor-0] org.apache.druid.indexing.worker.executor.ExecutorLifecycle - Triggering JVM shutdown.
and then the tasks stop but the status is still the same
Copy code
2023-03-17T18:07:49,024 INFO [Thread-69] org.apache.druid.java.util.common.lifecycle.Lifecycle - Stopping lifecycle [module] stage [INIT]
Maybe it's k8s sending a kill signal, I've increase the memory to 12gb per MM, and i'm using
-Xms512M -Xmx1322M -XX:MaxDirectMemorySize=3g
for the peon task