0AyanamiRei opened a new pull request, #67517:
URL: https://github.com/apache/doris/pull/67517

   ### What problem does this PR solve?
   
   Issue Number: None
   
   Related PR: None
   
   Problem Summary: `ALTER ROUTINE LOAD` with explicit Kafka partitions and 
offsets updated only those offsets while leaving the previous consumed 
partition set intact. After resume, omitted partitions could still be 
scheduled, and cloud progress replay could reintroduce their stale offsets. 
Replace the active partition state with the explicit definition and filter 
replayed cloud progress to that pin.
   
   ### Release note
   
   Explicit Kafka partition and offset alterations now restrict routine load 
consumption to the specified partitions across replay and resume.
   
   ### Check List (For Author)
   
   - Test: Unit tests added; not run as requested
   - Behavior changed: Yes. Explicit Kafka partition alters now replace the 
consumed partition set.
   - Does this need documentation: No


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

Reply via email to