Skip to content

Make background tasks TabletWriteLogHistorySyncer and StatisticsMetaManager configurable #67466

@stdpain

Description

@stdpain

Feature request

Is your feature request related to a problem? Please describe.
Currently, the background tasks TabletWriteLogHistorySyncer and StatisticsMetaManager are not configurable. This restricts flexibility in tuning StarRocks deployment based on different use cases or workloads.

Describe the solution you'd like
Introduce configuration options (e.g., via properties or flags) that allow users to adjust the behavior, scheduling, and resource usage for the background tasks TabletWriteLogHistorySyncer and StatisticsMetaManager.

Describe alternatives you've considered

  • Manual code changes or recompiling with different parameters (not ideal for operators)
  • Disabling one or both of these tasks entirely (not flexible)

Additional context
Making these background tasks configurable would help users optimize for resource usage or stability according to their deployment requirements.

Metadata

Metadata

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions