mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
Move preallocate functionality to native access (#110678)
This commit moves the file preallocation functionality into NativeAccess. The code is basically the same. One small tweak is that instead of breaking Java access boundaries in order to get an open file handle, the new code uses posix open directly. relates #104876
This commit is contained in:
parent
349dac284a
commit
8417d3f141
47 changed files with 492 additions and 1171 deletions
|
@ -189,7 +189,6 @@ module org.elasticsearch.server {
|
|||
exports org.elasticsearch.common.compress;
|
||||
exports org.elasticsearch.common.document;
|
||||
exports org.elasticsearch.common.file;
|
||||
exports org.elasticsearch.common.filesystem;
|
||||
exports org.elasticsearch.common.geo;
|
||||
exports org.elasticsearch.common.hash;
|
||||
exports org.elasticsearch.common.inject;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue