dlmarion commented on issue #5131: URL: https://github.com/apache/accumulo/issues/5131#issuecomment-4772128358
I looked into the places where `VolumeManager.delete` and `VolumeManager.deleteRecursively` are called and in most cases we are deleting one file at a time and checking the return value. Using this new method on the `FileSystem` will lower the number of HTTP requests to S3 for deleting files (which translates to cost), but it would probably require a significant amount of work on our part to transition the current code to use it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
