quickwit-oss / quickwit-oss/quickwit
Hot reload of node.yaml configuration
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 11.7k
- Forks
- 597
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 37
Description
Is your feature request related to a problem? Please describe.
Changes configuration in the static node.yml file aren't picked up by running instances of quickwit. changing anything means that we most often have to restart the entire cluster to pick up changes. In a busy cluster, this can be rather disruptive from both an ingestion and search perspective. It is also quite a manual and laborious process.
Describe the solution you'd like
The node.yaml file should be watched and trigger live reconfiguration in places where possible reducing the amount of restarts and potential downtime of a running cluster
Describe alternatives you've considered
In an effort to make it more dynamic, we have templated environment variables allowing us to alter the pod specifications when we change this which will automtically trigger pods to restart in kubernetes. While less work, it is still rather disruptive.
Additional context
Letting kubernetes restart our indexer pool can take upwards of an hour and our ingestion is rather heavily degraded while that is happening. A combination of a reduced pool size of running indexers, shard rebalancing + backpressure, etc
Search performance drops and restarts cause a loss of hot cache in memory and it will take time for it to repopulate. Also the searcher pool size is reduce which contributes to the drop in performance.
Additionally, nodes, dropping in an out of the cluster puts a bit of stress on the control plane and metastore, increases the size of the chitchat state which has let to stability problems in the past
see: #5446
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the related issue #5446 and tracing how node.yaml configuration is loaded by running Quickwit instances. Identify which settings can be reconfigured live and define behavior for settings that cannot. Done means supported configuration changes take effect without restarting nodes while avoiding the stated ingestion, search, and cluster-disruption costs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- distributed-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100