quickwit icon indicating copy to clipboard operation
quickwit copied to clipboard

Corrupt split after merge

Open shrijeet opened this issue 2 months ago • 4 comments

I am running git sha 2025-09-21T06:01:37.990Z INFO quickwit_cli::service: quickwit version: 0.8.0 (x86_64-unknown-linux-gnu 2025-09-12T14:57:53Z ef6b319)

and keep running into data corruption

Error: { "message": "internal error: `search failed for the following splits: 01K5NF8E7YF6C5SM8HT3BQZ9BY. For instance, split 01K5NF8E7YF6C5SM8HT3BQZ9BY failed with the following error message: internal error: `spawned task in root join failed: task 2455 panicked with message \"assertion failed: end <= orig_range.end\"``" }

this happens after a split is merged. The indexer and metastore believe the split was fine and if I query the split via describe util, I dont see a problem but search fails. This is happening no matter if I reset the index.

shrijeet avatar Sep 21 '25 07:09 shrijeet