pvary commented on code in PR #9308: URL: https://github.com/apache/iceberg/pull/9308#discussion_r1430544840
########## flink/v1.18/flink/src/test/java/org/apache/iceberg/flink/source/TestIcebergSourceWithWatermarkExtractor.java: ########## @@ -383,8 +381,10 @@ protected IcebergSource<RowData> source() { .project(TestFixtures.TS_SCHEMA) .splitSize(100L) .streaming(true) - .monitorInterval(Duration.ofMillis(2)) + .monitorInterval(Duration.ofMillis(100)) Review Comment: Added this, because the 2ms will causing too much load and ended up causing flakiness: ``` [collect-sink-operator-coordinator-executor-thread-pool-thread-1] WARN org.apache.flink.streaming.api.operators.collect.CollectSinkOperatorCoordinator - Collect sink coordinator encounters a CompletionException: java.net.SocketTimeoutException: Read timed out ``` -- 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...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org