elasticsearch/plugins/repository-hdfs
Keith Massey 0ae9e77637
Not throwing FileNotFoundException if BlobContainer has been deleted (#75991)
If the underlying directory for an HdfsBlobContainer has been deleted (such as by calling HdfsBlobContainer.delete()) then listBlobsByPrefix() was throwing a FileNotFoundException. This change makes listBlobsByPrefix() return an empty array instead, which is inline with the behavior of FsBlobContainer. It also adds HdfsSnapshotRepoTestKitIT, which runs the repo analyzer against the HDFS repo.
Closes #73708
2021-08-04 08:17:56 -05:00
..
hadoop-common Update sources with new SSPL+Elastic-2.0 license headers 2021-02-02 16:10:53 -08:00
licenses Remove shutdown hook permission from hdfs plugin (#65016) 2020-11-12 13:13:12 -08:00
src Not throwing FileNotFoundException if BlobContainer has been deleted (#75991) 2021-08-04 08:17:56 -05:00
build.gradle Explicitly set illegal-access to deny for tests (#72588) 2021-06-02 16:09:27 -07:00