GitHub user marschall opened a pull request:
https://github.com/apache/lucene-solr/pull/529
LUCENE-8617: Use SimpleFSDirectory on non-default FS
Currently we use MMapDirectory on a non-default file system on Unix.
This will almost always fail as only the default file system can
provide mmap().
Switch to SimpleFSDirectory instead for non-default file systems
independent of the operating system.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/marschall/lucene-solr LUCENE-8617
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucene-solr/pull/529.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #529
----
commit 611e4e05206737ffd8f63e2d9c659266b068ca55
Author: Philippe Marschall <philippe.marschall@...>
Date: 2018-12-20T15:19:08Z
LUCENE-8617: Use SimpleFSDirectory on non-default FS
Currently we use MMapDirectory on a non-default file system on Unix.
This will almost always fail as only the default file system can
provide mmap().
Switch to SimpleFSDirectory instead for non-default file systems
independent of the operating system.
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]