On Mon, Dec 3, 2012 at 9:59 PM, Shawn Heisey <s...@elyograg.org> wrote:
> As you can see, _nd is missing the fnm and nrm files and _ne is missing lots
> of files.  When the next autocommit happened, _nf and _ng were created, and
> both of the segments listed above were completed.

Ah, I think you're just seeing side-effects from soft commits (AKA
NRT-reopens) in conjunction with NRTCachingDirectory?
A soft commit simply flushes a segment to disk (but doesn't write a
new segments file to reference those files and hence can avoid
fsyncing those files), and then opens a new reader.  the
NRTCachingDirectory is a write-back cache that caches small files in
memory (and that's prob why you don't see all of the files on disk).

-Yonik
http://lucidworks.com

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

Reply via email to