YalikWang commented on PR #6625:
URL: https://github.com/apache/seatunnel/pull/6625#issuecomment-2029386134

   A simple analysis of this bug: RocketMqSourceReader. pollNext will start a 
certain number of RocketMqConsumerThreads. RocketMqConsumerThread will start 
RocketMqPullConsumer, and the startup time cannot be ignored. In standalone 
mode, the number of RocketMqConsumerThreads depends on the number of topic 
partitions. If the checkpoint time is too short, the RocketMqConsumerThread may 
not have been fully started when the first checkpoint is triggered, resulting 
in a brief data inconsistency between the set and the consumerThreads set, 
which in turn triggers NPE


-- 
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]

Reply via email to