quickwit-oss / tantivy

Tantivy is a full-text search engine library inspired by Apache Lucene and written in Rust
MIT License
11.41k stars 627 forks source link

Rayon thread pool abort on panic #2411

Open fulmicoton opened 1 month ago

fulmicoton commented 1 month ago

As spotted by @adamreichold on #2409.

It might be good to catch panic with catch_unwind.