You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/10/14 08:30:37 UTC

[GitHub] [spark] LuciferYang commented on pull request #34284: [SPARK-36900][CORE][TEST] Refactor `ChunkedByteBufferOutputStreamSuite` to pass `SPARK-36464: size returns correct positive number even with over 2GB data` with Java 8, 11 and 17

LuciferYang commented on pull request #34284:
URL: https://github.com/apache/spark/pull/34284#issuecomment-943134611


   cc @srowen this case can pass with Java 8, 11 and 17 now, although I still haven't found the root cause.
   
   I found that there are a large number of `int []` (about 2g memory usage) in the oom memory dump, but these `int []` do not have GC root, so I haven't found out who created them...
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org