This is an automated email from the ASF dual-hosted git repository.

yuanzhou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new 1aa213f3b Revert "[GLUTEN-6930][VL] Print memory statistics during 
task ending when leak is found" (#7158)
1aa213f3b is described below

commit 1aa213f3b55b1af28e83139c006635fca6f5d358
Author: Hongze Zhang <[email protected]>
AuthorDate: Mon Sep 9 13:09:51 2024 +0800

    Revert "[GLUTEN-6930][VL] Print memory statistics during task ending when 
leak is found" (#7158)
    
    * Revert "[GLUTEN-6930][VL] Print memory statistics during task ending when 
leak is found"
    
    * fixupo
---
 gluten-data/src/main/scala/org/apache/gluten/runtime/Runtime.scala | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gluten-data/src/main/scala/org/apache/gluten/runtime/Runtime.scala 
b/gluten-data/src/main/scala/org/apache/gluten/runtime/Runtime.scala
index b18d4044d..2f6f31327 100644
--- a/gluten-data/src/main/scala/org/apache/gluten/runtime/Runtime.scala
+++ b/gluten-data/src/main/scala/org/apache/gluten/runtime/Runtime.scala
@@ -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)
           ))
       }
     }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to