danny0405 commented on issue #8087: URL: https://github.com/apache/hudi/issues/8087#issuecomment-1482226450
> The first checkpoint barrier is behind 1200 splits. So you are talking about that the barrier is queued up behind of these input splits, in `#processElement`, we just put the input split into a local queue, and then call up an async task through `#enqueueProcessSplits` to ask for the checkpoint lock for split processing, so the split processing and split cache/barrier are handle in different thread, why like you said, the barrier can be blocked? -- 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]
