Re: [I] [Bug] RoutineLoad重复消费 [doris]

2024-08-14 Thread via GitHub
DavidSH92 commented on issue #38551: URL: https://github.com/apache/doris/issues/38551#issuecomment-2288134603 Perhaps you need to upgrade your version. Doris 2.0 and above already support this feature,when you pause your routine task, the offset already consumed will be recorded, and when

Re: [I] [Bug] RoutineLoad重复消费 [doris]

2024-08-12 Thread via GitHub
SetGeek commented on issue #38551: URL: https://github.com/apache/doris/issues/38551#issuecomment-2285311286 > When a job is created, it is a new job and does not have any relation with stopped jobs. So it works as expected. `auto.offset.reset`: Action to take when there is no initial

Re: [I] [Bug] RoutineLoad重复消费 [doris]

2024-08-12 Thread via GitHub
SetGeek commented on issue #38551: URL: https://github.com/apache/doris/issues/38551#issuecomment-2283749326 @dataroaring In many commonly used components, the existing consumer group offset is prioritized, and the default offset is only used when the consumer group offset doesn't exist. Th

Re: [I] [Bug] RoutineLoad重复消费 [doris]

2024-08-01 Thread via GitHub
CoderXionghs commented on issue #38551: URL: https://github.com/apache/doris/issues/38551#issuecomment-2262305660 > You can set offsets when creating a new job, it consums from the specified offsets. thks for your answer; my topic has many partitions(≥50),so set the offsets

Re: [I] [Bug] RoutineLoad重复消费 [doris]

2024-08-01 Thread via GitHub
dataroaring commented on issue #38551: URL: https://github.com/apache/doris/issues/38551#issuecomment-2262273360 You can set offsets when creating a new job, it consums from the specified offsets. -- This is an automated message from the Apache Git Service. To respond to the message, plea

Re: [I] [Bug] RoutineLoad重复消费 [doris]

2024-07-31 Thread via GitHub
CoderXionghs commented on issue #38551: URL: https://github.com/apache/doris/issues/38551#issuecomment-2260447192 > When a job is created, it is a new job and does not have any relation with stopped jobs. So it works as expected. I know it is a new job,but the kafka consumer group ar

Re: [I] [Bug] RoutineLoad重复消费 [doris]

2024-07-31 Thread via GitHub
dataroaring commented on issue #38551: URL: https://github.com/apache/doris/issues/38551#issuecomment-2260393045 When a job is created, it is a new job and does not have any relation with stopped jobs. So it works as expected. -- This is an automated message from the Apache Git Service. T

[I] [Bug] RoutineLoad重复消费 [doris]

2024-07-30 Thread via GitHub
CoderXionghs opened a new issue, #38551: URL: https://github.com/apache/doris/issues/38551 ### 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 1.2.7 ### Wh