Skip to content

Commit

Permalink
Log buffer size.
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Spörri <[email protected]>
  • Loading branch information
pspoerri committed Aug 24, 2023
1 parent 050e212 commit 2fa9e10
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ class S3DoubleBufferedStream(stream: S3ShuffleBlockStream, bufferSize: Int) exte
stream.close()
// Release buffers
buffers = null
logInfo(s"Current buffer size: ${getBufferSize()}")
}

private def skipIn(buf: ByteBuffer, n: Int): Int = {
Expand Down

0 comments on commit 2fa9e10

Please sign in to comment.