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

``` 2024-02-28T23:40:44Z app[2866749ae62728] iad [info]thread 'non-blocking-1' panicked at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.5.0/src/buf/buf_impl.rs:289:9: 2024-02-28T23:40:44Z app[2866749ae62728] iad [info]assertion failed: self.remaining() >= 1 ``` This is trigger in ``` fn get_u8(&mut self) -> u8 { assert!(self.remaining()...

bug

We should document the differences. Quickwit QL is notably used in the elasticsearch `_search` endpoint.

documentation
enhancement

Observed on fly. When starting ingestion, we receive a buffer worth of data all at once, and observe a temporary peak in RAM usage. Generally speaking this probably happens whenever...

bug

It fails 75% of the time when running `make test-all` in my dev env

bug
flaky test

``` failures: tests::index_tests::test_ingest_v2_happy_path test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 8 filtered out; finished in 0.17s --- TRY 2 STDERR: quickwit-integration-tests tests::index_tests::test_ingest_v2_happy_path --- thread 'tests::index_tests::test_ingest_v2_happy_path' panicked...

bug
flaky test

``` test actors::indexing_pipeline::tests::test_indexing_pipeline_retry_0 ... FAILED test actors::indexing_pipeline::tests::test_indexing_pipeline_simple ... FAILED test actors::indexing_pipeline::tests::test_indexing_pipeline_all_failures_handling ... FAILED test merge_policy::stable_log_merge_policy::tests::test_proptest_simulate_stable_log_merge_planner_adversarial ... ok failures: ---- actors::indexer::tests::test_indexer_triggers_commit_on_drained_mailbox stdout ---- thread 'actors::indexer::tests::test_indexer_triggers_commit_on_drained_mailbox' panicked at 'assertion failed: `(left ==...

bug
flaky test

``` test cluster::tests::test_chitchat_state_set_high_number_of_tasks ... FAILED failures: ---- cluster::tests::test_chitchat_state_set_high_number_of_tasks stdout ---- thread 'cluster::tests::test_chitchat_state_set_high_number_of_tasks' panicked at 'called `Result::unwrap()` on an `Err` value: Elapsed(())', quickwit-cluster/src/cluster.rs:1049:14 note: run with `RUST_BACKTRACE=1` environment variable to display...

bug
flaky test

Executed `cargo test` ``` test test_delete_index_cli ... FAILED test test_cmd_search_aggregation ... FAILED test test_all_local_index ... FAILED test test_ingest_docs_cli ... FAILED test test_garbage_collect_index_cli ... FAILED test test_garbage_collect_cli_no_grace ... FAILED failures: ----...

bug
flaky test