remote.log.manager.task.interval.ms — Kafka Broker Configuration
Interval at which remote log manager runs the scheduled tasks like copy segments, and clean up remote log segments..
Description
Interval at which remote log manager runs the scheduled tasks like copy segments, and clean up remote log segments.
Default Values by Kafka Version
| Kafka Version | Default Value |
|---|---|
| 3.6 | 30000 (30 seconds) |
| 3.7 | 30000 (30 seconds) |
| 3.8 | 30000 (30 seconds) |
| 3.9 | 30000 (30 seconds) |
| 4.0 | 30000 (30 seconds) |
| 4.1 | 30000 (30 seconds) |
| 4.2 | 30000 (30 seconds) |
Tuning Recommendation
| Profile | Recommended | Why |
|---|---|---|
| broker / cost | 10000 | Reduces the segment archival check interval from 30s to 10s. Segments become eligible for remote copy sooner, reducing the window where data exists only on local disk. Critical for bursty topics that produce large segments quickly. |
Related Configs
remote.log.storage.system.enable · remote.log.manager.copier.thread.pool.size
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.