OpenSearch/plugins/ingest-attachment
Tim Brooks e573fa9abc
Add data.path fast path for FilePermission (#61302)
The recursive data.path FilePermission check is an extremely hot
codepath in Elasticsearch. Unfortunately the FilePermission check in
Java is extremely allocation heavy. As it iterates through different
file permissions, it allocates byte arrays for each Path component that
must be compared. This PR improves the situation by adding the recursive
data.path FilePermission it its own PermissionsCollection object which
is checked first.
2020-09-01 12:03:22 -06:00
..
licenses Upgrade Tika to 1.24 (#54130) (#54150) 2020-03-25 11:03:26 +02:00
src Add data.path fast path for FilePermission (#61302) 2020-09-01 12:03:22 -06:00
build.gradle Fix the REST FIPS tests (#61001) 2020-08-13 16:23:54 -07:00