yuxiqian commented on code in PR #3226:
URL: https://github.com/apache/flink-cdc/pull/3226#discussion_r1571940092


##########
flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-values/src/test/java/org/apache/flink/cdc/connectors/values/source/ValuesDataSourceITCase.java:
##########
@@ -68,6 +68,7 @@ public void after() {
     private void executeDataStreamJob(ValuesDataSourceHelper.EventSetId type) 
throws Exception {
         StreamExecutionEnvironment env = 
StreamExecutionEnvironment.getExecutionEnvironment();
         env.enableCheckpointing(3000);
+        env.setParallelism(2);

Review Comment:
   As reported in 
[FLINK-35127](https://issues.apache.org/jira/browse/FLINK-35127), using 
parallelism > 1 will crash this IT case, and get fixed in #3237 by removing  
`HybridSource` entirely. Maybe this change needs further investigation.



-- 
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...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to