Description
While troubleshooting an out of memory error exporting snapshot to s3a, I found that ExportSnapshot doesn't close FileSystem instances it uses.
An implementation (s3a e.g.) may depend on close() call so that resources are released.
ExportSnapshot should close the FileSystem instances upon exit.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-17975 Fallback to simple auth does not work for a secondary DistributedFileSystem instance
- Resolved
-
HBASE-20433 HBase Export Snapshot utility does not close FileSystem instances
- Resolved
- is superceded by
-
HBASE-28222 Leak in ExportSnapshot during verifySnapshot on S3A
- Resolved