quickwit icon indicating copy to clipboard operation
quickwit copied to clipboard

Cloud-native search engine for observability. An open-source alternative to Datadog, Elasticsearch, Loki, and Tempo.

Results 349 quickwit issues
Sort by recently updated
recently updated
newest added

We are about to add the ability to update index configs, including their merge policies. You could start a "merge storm" by increasing the maturation period or the merge factor....

enhancement

This PR flattens the shard position. Before we were publishing positions as `index_uid:sourceuid: {shardpositions map}` This PR breaks it into one entry per shard. Key: `index_uid:source_id:shard` Value: `position` It then...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

enhancement

### Description Describe the proposed changes made in this PR. ### How was this PR tested? Describe how you tested this PR.

``` 2024-02-28T10:59:35Z [info]✘ Command failed: metastore error `internal error: an internal metastore error occurred; cause: `failed to deserialize control plane error: `Timeout expired` 2024-02-28T10:59:35Z [info]Caused by: 2024-02-28T10:59:35Z [info] internal error:...

bug

If a client aborts a request, the future associated with the tonic handler will be cancelled. In the ingester, this can result in a inconsistent state. (Tokio mutex do not...

bug

our Query language documentation misses a few things: - phrase prefix queries ( #4315 ) - wildcard in suffix position ( #4315 too?) - exist queries - range query with...

documentation

**Describe the solution you'd like** It would be nice to benchmark the GIN index in the postgresql metastore in order to speed up queries related to tag pruning. It could...

enhancement
low-priority
backlog

I re-enabled the test partially. I left some TODOs in there.

bug