geserdugarov commented on PR #13037:
URL: https://github.com/apache/hudi/pull/13037#issuecomment-2757203434
For now, there is broken IT case `ITTestSchemaEvolution::testCompaction`:
```text
Error: Tests run: 8, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
444.489 s <<< FAILURE! - in org.apache.hudi.table.ITTestSchemaEvolution
Error: testCompaction Time elapsed: 55.168 s <<< ERROR!
org.apache.hudi.exception.HoodieCompactionException: Could not compact
/tmp/junit4330828873680475721
at
org.apache.hudi.table.ITTestSchemaEvolution.testCompaction(ITTestSchemaEvolution.java:154)
Caused by: org.apache.hudi.exception.HoodieException:
org.apache.hudi.exception.HoodieException: Error occurs when executing map
at
org.apache.hudi.table.ITTestSchemaEvolution.testCompaction(ITTestSchemaEvolution.java:154)
Caused by: org.apache.hudi.exception.HoodieException: Error occurs when
executing map
Caused by: org.apache.hudi.exception.HoodieException: Exception when reading
log file
Caused by: 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'.
```
--
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]