make minion numConcurrentTasksPerInstance configurable in config files
Open
- Dominant language
- Java
- Stars
- 6.1k
- Forks
- 1.5k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 189
Description
Currently, the default value of numConcurrentTasksPerInstance is 1 for all types of minion tasks. This default value is from `org.apache.helix.task.JobConfig.DEFAULT_NUM_CONCURRENT_TASKS_PER_INSTANCE`. Although one can use the /cluster/config API to configure it for each type of minion task, it is desirable that the default value can be configured in a config file, so that
1/ users do not need to configure it after the cluster is up.
2/ users can override it for all types of minion tasks.
Contributor guide
Assessment
This issue has not been assessed yet.