cloudant-labs / clouseau

Expose Lucene features as an erlang-like node
Apache License 2.0
58 stars 32 forks source link

don't consider an index idle if it has pending merges #59

Closed rnewson closed 1 year ago

rnewson commented 1 year ago

This is intended to ensure Clouseau allows segment merges to happen (unless evicted by LRU) so that indexes don't accumulate large numbers of segments, which degrades performance initially and then affects service availability.