Details
-
Improvement
-
Status: In Progress
-
Major
-
Resolution: Unresolved
-
3.3.2
-
None
Description
Add a custom TrashPolicy for azure which
- is patched in to the config automatically if "fs.trash.classname" is unset
- checks the source for existing at all before trying anything
- considers itself enabled even if the trash interval is 0
- if interval is 0, just does a delete (issue: what about 90s timeouts)
- downgrades exceptions/failures during rename. If anything is raised and the source dir isn't there, all is good.
Attachments
Issue Links
- is related to
-
HADOOP-17691 Abfs directory delete times out on large directory tree w/ Oauth: OperationTimedOut
- Open
- is superceded by
-
HADOOP-19217 Introduce getTrashPolicy to FileSystem API
- Open
- links to