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 528 quickwit issues
Sort by recently updated
recently updated
newest added

### Description Currently the largest bucket for REST requests is 2s and search requests 16s. This PR adds extra histogram buckets to better track slow running queries. ### How was...

### Description Fix an unlikely but critical panic in the search permit provider. ### How was this PR tested? Describe how you tested this PR.

### Description Closes https://github.com/quickwit-oss/quickwit/issues/5810 ### How was this PR tested? Describe how you tested this PR.

Bumps the rust-dependencies group in /quickwit with 9 updates: | Package | From | To | | --- | --- | --- | | [hostname](https://github.com/svartalf/hostname) | `0.3.1` | `0.4.1` |...

dependencies
rust

**Describe the bug** The stable log merge policy asserts that all splits are smaller than `split_num_docs_target`. That might actually legitimately happen if a user updates (decreases) this configuration. **Expected behavior**...

bug

Hi! I see that the project already uses ThinLTO in the Release profile in the root `Cargo.toml` file - it was introduced in [this](https://github.com/quickwit-oss/quickwit/commit/6b3e0212cf9771552d95987b67601ec57bb466b1) commit. However, ThinLTO is usually less...

**Description:** ```markdown This PR fixes a couple of typos found in code comments. - `quickwit/quickwit-directories/src/hot_directory.rs`: corrected `dictionray` to `dictionary`. - `quickwit/quickwit-storage/src/timeout_and_retry_storage.rs`: corrected `agressively` to `aggressively`. ```

**Describe the bug** We're deploying quickwit in cluster mode through helm (chart version 7.15, quickwit version 0.8.2). We noticed today that some new pods are spinning up but not connected...

bug

Hi, im writing this as one of the maintainers of quickwit on nixos. Due to an incompatibility with a newer rust version, quickwit is currently broken on nixos. I was...