ajantha-bhat commented on PR #9408:
URL: https://github.com/apache/iceberg/pull/9408#issuecomment-1880052752

   I am using the latest code (double checked) and the test case is still 
flaky. 
   
https://github.com/apache/iceberg/actions/runs/7438225898/job/20236774791?pr=9298
   
   ```
   TestIcebergSourceWithWatermarkExtractor > testThrottling FAILED
       java.lang.AssertionError: 
       Expecting
         <CompletableFuture[Failed with the following stack trace:
       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 
org.apache.flink.util.FlinkUserCodeClassLoaders$SafetyNetWrapperClassLoader.ensureInner(FlinkUserCodeClassLoaders.java:184)
        at 
org.apache.flink.util.FlinkUserCodeClassLoaders$SafetyNetWrapperClassLoader.loadClass(FlinkUserCodeClassLoaders.java:192)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:348)
        at 
com.esotericsoftware.kryo.util.DefaultClassResolver.readName(DefaultClassResolver.java:136)
        at 
com.esotericsoftware.kryo.util.DefaultClassResolver.readClass(DefaultClassResolver.java:115)
        at com.esotericsoftware.kryo.Kryo.readClass(Kryo.java:641)
        at com.esotericsoftware.kryo.Kryo.readClassAndObject(Kryo.java:752)
        at 
org.apache.flink.api.java.typeutils.runtime.kryo.KryoSerializer.deserialize(KryoSerializer.java:402)
   ```
   
   
   I propose to disable this testcase (and run local fork to figure out the 
problem) to avoid causing problems for PR builders.
   cc: @pvary, @manuzhang, @stevenzwu, @nastra, @Fokko     


-- 
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

Reply via email to