AlexLWei opened a new issue, #19386: URL: https://github.com/apache/doris/issues/19386
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version Doris version 1.1.5-rc02-ef0635dae7 ### What's Wrong? # 问题描述 Doris Routine load 消费Kafka某个Topic时会导致异常,有时候所有消费分组都会卡在同一个Offset上(不同消费分组可能不太一样),有时候只能消费某一两个分区。  以上图为例: 当前只能消费该Topic的2号分区,而且其Lag异常为小于-1的负数 # 当前环境描述: Doris能继续正常消费除该分区以外的其他。 该topic的指定OFFSET也能通过其他方式消费出数据。 #做过的尝试: 修改OFFSET,各分区跳过20条数据——无效 stop 该routine load,删除消费分组,重新创建一模一样的routine load,消费OFFSET设定为原样——无效 ### What You Expected? 我不知道是什么原因导致的。 ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
