pvary commented on code in PR #9309:
URL: https://github.com/apache/iceberg/pull/9309#discussion_r1429221701
##########
flink/v1.18/flink/src/test/java/org/apache/iceberg/flink/source/TestIcebergSourceWithWatermarkExtractor.java:
##########
@@ -95,8 +97,7 @@ public class TestIcebergSourceWithWatermarkExtractor
implements Serializable {
.setRpcServiceSharing(RpcServiceSharing.DEDICATED)
.setConfiguration(
reporter.addToConfiguration(
- // disable classloader check as Avro may cache class in
the serializers.
- new
Configuration().set(CoreOptions.CHECK_LEAKED_CLASSLOADER, false)))
+ new
Configuration().set(PipelineOptions.ALLOW_UNALIGNED_SOURCE_SPLITS, true)))
Review Comment:
I run the test 1000 times without the classloader issue to appear. Any idea
how to check? Since the same issue appears with the configuration set, I
suspect that the error message is a red herring
--
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]