cshuo commented on issue #12661: URL: https://github.com/apache/hudi/issues/12661#issuecomment-2604159755
@xiearthur is the problem still there? If so, several things need confirmed: * make sure you are running the program in streaming mode, such as there exists a "split_monitor" operator in the flink job topology. * make sure there does exist new commits. And you can make some debug locally, `StreamReadMonitoringFunction#monitorDirAndForwardSplits` will monitor new generated commits, you can debug there to see what happens when specific start commit is set. -- 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]
