cshuo commented on PR #13590:
URL: https://github.com/apache/hudi/pull/13590#issuecomment-3610759021
also added a patch to fix a flaky test:
ITTestHoodieDataSource#testWriteAndReadParMiddle
```
801823 [Source: t1[1417] -> ConstraintEnforcer[1418] -> Sink: sink[1418]
(1/4)#0] WARN org.apache.flink.runtime.taskmanager.Task [] - Source: t1[1417]
-> ConstraintEnforcer[1418] -> Sink: sink[1418] (1/4)#0
(4306e20c4c66408ac36bb402cbe4edc7_cbc357ccb763df2852fee8c4fc7d55f2_0_0)
switched from RUNNING to FAILED with failure cause:
java.util.ConcurrentModificationException: null
at
java.util.HashMap$ValueSpliterator.forEachRemaining(HashMap.java:1698) ~[?:?]
at
java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) ~[?:?]
at
java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
~[?:?]
at
java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)
~[?:?]
at
java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?]
at java.util.stream.IntPipeline.reduce(IntPipeline.java:491) ~[?:?]
at java.util.stream.IntPipeline.sum(IntPipeline.java:449) ~[?:?]
at
org.apache.hudi.utils.factory.CollectSinkTableFactory$CollectSinkFunctionWithExpectedNum.invoke(CollectSinkTableFactory.java:211)
~[test-classes/:?]
at
org.apache.hudi.utils.factory.CollectSinkTableFactory$CollectSinkFunctionWithExpectedNum.invoke(CollectSinkTableFactory.java:196)
~[test-classes/:?]
```
--
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]