The GitHub Actions job "Nightly (beta)" on flink.git has failed.
Run started by GitHub user github-actions[bot] (triggered by 
github-actions[bot]).

Head commit for run:
a9ce499e6780dd1fc5c6a19bf0d8b584b2204379 / Matthias Pohl 
<matthias.p...@aiven.io>
[FLINK-22765][test] Hardens ExceptionUtilsITCase#testIsMetaspaceOutOfMemoryError

This test started to fail quite regularly in JDK21 (but rarely also appeared 
with other JDKs). The problem was that the low heap size could have caused an 
OutOfMemoryError to appear when compiling the dummy classes. An OOM in the 
compilation phase results in a different error message being printed to stdout 
that wasn't captured by the test.

The solution is to pre-compile the classes upfront (with the normal heap size). 
The test main method will only load the classes. No compilation is necessary.

Report URL: https://github.com/apache/flink/actions/runs/7967481847

With regards,
GitHub Actions via GitBox

Reply via email to