elasticsearch/x-pack/plugin/snapshot-repo-test-kit
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
..
qa Not throwing FileNotFoundException if BlobContainer has been deleted (#75991) 2021-08-04 08:17:56 -05:00
src Save Memory on Large Repository Metadata Blob Writes (#74313) 2021-06-29 11:29:55 +02:00
build.gradle Remove internal build logic from public build tool plugins (#72470) 2021-05-06 14:02:35 +02:00