tantivy
tantivy copied to clipboard
Stale adding documents if there are too many ongoing merge
Following #677 we should have a way to stale indexing if there are too many ongoing merge threads.
@fulmicoton It seems tantivy has fixed this bug by using ThreadPoolBuilder for merge threads. If so, I think it would be good to close this issue.
That's incorrect. We avoid spawning too many merges, but we do not prevent people from committing.