Skip to content

Commit

Permalink
Revert "[GLUTEN-6930][VL] Print memory statistics during task ending …
Browse files Browse the repository at this point in the history
…when leak is found" (apache#7158)

* Revert "[GLUTEN-6930][VL] Print memory statistics during task ending when leak is found"

* fixupo
  • Loading branch information
zhztheplayer authored and hengzhen.sq committed Sep 11, 2024
1 parent ac8273d commit 62f181a
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,10 @@ object Runtime {
LOGGER.warn(
String.format(
"%s Reservation listener %s still reserved non-zero bytes, which may cause memory" +
" leak, size: %s, dump: %s ",
" leak, size: %s.",
name,
rl.toString,
SparkMemoryUtil.bytesToString(rl.getUsedBytes),
dump()
SparkMemoryUtil.bytesToString(rl.getUsedBytes)
))
}
}
Expand Down

0 comments on commit 62f181a

Please sign in to comment.