Skip to content

Commit

Permalink
Fix S3A timeout issue and avoid memory leak.
Browse files Browse the repository at this point in the history
Background: The open file triggered a timeout in the S3A connection pool.

Signed-off-by: Pascal Spörri <psp@zurich.ibm.com>
  • Loading branch information
pspoerri committed Sep 14, 2023
1 parent 0b476c0 commit 6f9643e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ object S3ShuffleHelper extends Logging {
for (pos <- 0 until count) {
result(pos) = input.readLong()
}
input.close()
result
}
}

0 comments on commit 6f9643e

Please sign in to comment.