diff --git a/hudi-flink/src/main/java/org/apache/hudi/source/StreamReadOperator.java b/hudi-flink/src/main/java/org/apache/hudi/source/StreamReadOperator.java index 0f3d7de1d..c3f43422f 100644 --- a/hudi-flink/src/main/java/org/apache/hudi/source/StreamReadOperator.java +++ b/hudi-flink/src/main/java/org/apache/hudi/source/StreamReadOperator.java @@ -64,7 +64,7 @@ public class StreamReadOperator extends AbstractStreamOperator private static final Logger LOG = LoggerFactory.getLogger(StreamReadOperator.class); - private static final int MINI_BATCH_SIZE = 1000; + private static final int MINI_BATCH_SIZE = 2048; // It's the same thread that runs this operator and checkpoint actions. Use this executor to schedule only // splits for subsequent reading, so that a new checkpoint could be triggered without blocking a long time