Yes, moving to mmap was on our roadmap. I'm in the middle of moving
our infrastructure from 1.4 to 3.6.1, and didn't want to make too many
changes at the same time. However, this bug might push us over the
edge to mmap and away from ram.
I'll file a bug regardless.
Thanks!
Michael Della Bitta
-
On Aug 14, 2012, at 4:34 PM, Michael Della Bitta
wrote:
> Hi everyone,
>
> It looks like I found a bug with RAMDirectoryFactory (I know, I know...)
>
Fair warning - RAMDir use in Solr is like a third class citizen. You probably
should be using the mmap dir anyway.
See http://blog.thetaphi.d
Hi, Lance,
Thanks for your reply!
It seems as if RAMDirectoryFactory is being passed the correct path to
the index, as it's being logged correctly. It just doesn't recognize
it as an index.
Michael Della Bitta
Appinions | 18 East 41st St., Suite
I can't remember the property name, but there is a Solr Java property
that tells where to hunt for the data/ directory. You might be able to
work around this bug using that property.
On Tue, Aug 14, 2012 at 1:34 PM, Michael Della Bitta
wrote:
> Hi everyone,
>
> It looks like I found a bug with RA