dongjoon-hyun commented on pull request #34560: URL: https://github.com/apache/spark/pull/34560#issuecomment-966777214
Thanks. Yes, GA are flaky due to the memory limits and I'll monitor this carefully. Note that this will affect only Java 11/Java 17 which means - Java11 build job (without tests) - Java17 build job (without tests) - Daily Java11/17 build and test jobs which is added recently. The other jobs are running Java 8 whose default GC is `ParallelGC`. In addition, the flakiness mainly occurs at the `build&test` jobs. Especially, this PR aims to stablize the daily Java11 and Java17 jobs. I'll keep improving those test coverage for Spark 3.3.. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
