-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Task
Copy link
Labels
good first issueGood for newcomersGood for newcomerstype/enhancementMake an enhancement to StarRocksMake an enhancement to StarRocks
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerstype/enhancementMake an enhancement to StarRocksMake an enhancement to StarRocks