This message was deleted.
# general
s
This message was deleted.
m
what version are you on?
j
You can also run a manual compaction for a longer time period, and it will process all time chunks within the time period one after another, only using the same amount of resources that a single auto-compaction uses (in your case it sounds like three at a time.)
c
@Maytas Monsereenusorn If i change the
druid.coordinator.compaction.period
in the
coordinator/runtime.properties
file, do I need to restart the cluster?
m
yes.
you’ll also need
Copy code
druid.coordinator.dutyGroups=["compaction"]
druid.coordinator.compaction.duties=["compactSegments"]
in order for
druid.coordinator.compaction.period
to take effect.