Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.10.2, 3.2.4, 3.3.3
-
None
Description
AliyunOSSBlockOutputStream buffers data in local directory before uploading to OSS. It uses LocalDirAllocator.createTmpFileForWrite which will create a temp file on this directory and invoke DeleteOnExitHook.add to add the path to a set and will be deleted on VM exit through a shutdown hook. However, the size of set will be growing if the VM does not exit.
Attachments
Issue Links
- relates to
-
HADOOP-17386 fs.s3a.buffer.dir to be under Yarn container path on yarn applications
- Resolved
-
HADOOP-17631 Configuration ${env.VAR:-FALLBACK} should eval FALLBACK when restrictSystemProps=true
- Resolved
- links to