Is it the expected case that when a soft commit happens, a new segment
is opened? 'Cause that's what I'm seeing. Thinking about it I don't
see how Lucene could successfully MMap the underlying disk files if
new segments weren't opened, and if they were all held in Java's
memory "BOOM" (that as a Big OOM).

So I'm guessing at this point that I need to revise my model from
"soft commits do not write new segments" to "soft commits do not write
new segments _durably_".

Thanks,
Erick

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to