tantivy icon indicating copy to clipboard operation
tantivy copied to clipboard

Stale adding documents if there are too many ongoing merge

Open fulmicoton opened this issue 6 years ago • 2 comments

Following #677 we should have a way to stale indexing if there are too many ongoing merge threads.

fulmicoton avatar Oct 31 '19 01:10 fulmicoton

@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.

vsop-479 avatar Apr 27 '22 12:04 vsop-479

That's incorrect. We avoid spawning too many merges, but we do not prevent people from committing.

fulmicoton avatar Apr 28 '22 08:04 fulmicoton