quickwit
quickwit copied to clipboard
Cloud-native search engine for observability. An open-source alternative to Datadog, Elasticsearch, Loki, and Tempo.
Currently the CI runs all the specified tests whenever any file is modified. However, it would be desirable to run only formatting/documentation build related tests if the changes **only** take...
**Describe the bug** Search requests with high `max_hits` (> ~100) causes fetch errors with indexes stored on Cloudflare R2. This is likely because Quickwit goes over the Cloudflare R2 limit...
We want the indexer to be able to produce more splits, with a better selectivity for tag pruning. That routing logic would be configurable using a simple DSL partiton_field: ```...
In the search pool client, we update the pool with new cluster clients in a tokio task. An error can happen in the task, and the update will stop. We...
Viewed in the cluster implem: - ~~https://github.com/quickwit-oss/quickwit/blob/main/quickwit-cluster/src/cluster.rs#L257-L258~~ (false alert thanks @guilload) - https://github.com/quickwit-oss/quickwit/blob/main/quickwit-cluster/src/cluster.rs#L243-L245 I would remove them, or if there are ok (but I'm not convinced at all) this would...
As suggested by @kstaken in #1625 ``` omething else that could be considered here is that it should be possible to use the existing Kafka Consumer group logic without storing...
## Current situation Garbage collection is runned on a indexer for each pipeline. The garbage collection of splits is intertwined with the `IndexingSplitStore`. This store is keeping splits locally for...
- We want to manipulate fully resolved and validated configuration objects without accessors. - We want to know the source of the values (config file, CLI, env var) It might...