stevenzwu commented on PR #9216: URL: https://github.com/apache/iceberg/pull/9216#issuecomment-1839798312
see an example of failed test here: https://github.com/apache/iceberg/actions/runs/7091452262/job/19300609355?pr=9212 ``` exception caught while trying to get the future result: java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Trying to access closed classloader. Please check if you store classloaders directly or indirectly in static fields. If the stacktrace suggests that the leak occurs in a third party library and cannot be fixed immediately, you can disable this check with the configuration 'classloader.check-leaked-classloader'. at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357) at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1928) at org.assertj.core.internal.Futures.assertSucceededWithin(Futures.java:109) at org.assertj.core.api.AbstractCompletableFutureAssert.internalSucceedsWithin(AbstractCompletableFutureAssert.java:400) at org.assertj.core.api.AbstractCompletableFutureAssert.succeedsWithin(AbstractCompletableFutureAssert.java:396) at org.apache.iceberg.flink.source.TestIcebergSourceWithWatermarkExtractor.waitForRecords(TestIcebergSourceWithWatermarkExtractor.java:416) at org.apache.iceberg.flink.source.TestIcebergSourceWithWatermarkExtractor.testThrottling(TestIcebergSourceWithWatermarkExtractor.java:307) ``` -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org