HadoopGenomics/Hadoop-BAM

BAMRecordReader doesn't close I/O resources for index file

fnothaft opened this issue · 0 comments

The BAMRecordReader doesn't close the I/O resources used for accessing the index file. If you're reading directly from S3, this winds up exhausting the connection pool and causing failures due to timeouts.