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

### Description Without this change, Quickwit returns: ``` WARN quickwit_indexing::actors::doc_processor: doc mapper parse error: the document contains a field that is not declared in the schema: "service" index_id="otel-logs-v0_7" source_id="_ingest-api-source" ```...

this is a meta-ticket to group pull requests related to each others - [ ] add doc mapping version to model (https://github.com/quickwit-oss/quickwit/pull/4928) - [ ] don't merge incompatible splits (https://github.com/quickwit-oss/quickwit/pull/4928)...

enhancement

When trying to quit quickwit, it occasionally hangs at decommissioning ingester. Only `kill -9` works ``` ^C2024-06-03T09:35:15.935Z INFO quickwit_ingest::ingest_v2::ingester: decommissioning ingester ^C ``` I couldn't reproduce it, seems to happen...

bug

**Describe the bug** Range queries on an str fast field that is dynamically created based on indexed documents (dynamic schema) seem to be silently ignored. See also #5090 where such...

bug

**Describe the bug** Range queries on fast str fields are not supported. However, the documentation seems to imply so: https://quickwit.io/docs/reference/query-language#range-fieldlow_bound-to-high_bound > Order > For text fields, the ranges are defined...

bug

add logic to detect which splits will deliver the top n results for requests. This is only supported for match_all requests, with optional sort_by on timestamp sorting. The change extends...

**Is your feature request related to a problem? Please describe.** Fast sql unified data access. **Describe the solution you'd like** Arrow Flight SQL which gives possiblilities to retrieve data faster...

enhancement

See if we have optimizations for the case where count is not requested. https://www.elastic.co/guide/en/elasticsearch/reference/7.17/search-your-data.html#track-total-hits ``` track_total_hits: false ``` on elasticsearch

enhancement
low-priority
project:airmail

There might be a race condition. Observed on a started cluster. Possibly caused by postgres not being reachable when the metastore first started. ``` NAME READY STATUS RESTARTS AGE postgres-84ddcdbf87-hx9w2...

bug

### Description this pr aims at laying the foundation work for updating the doc mapping of an index - [x] store a doc mapper version in the doc mapper -...