MoanasDaddyXu opened a new issue, #67094:
URL: https://github.com/apache/doris/issues/67094

   ## Problem
   
   [Table Stream] Cleanup 旧分区快照可误删新分区 Offset 并导致 replay 分叉
   
   ## Minimal reproduction path
   
   Create a partitioned ROW Binlog table and a Table Stream. Arrange a cleanup 
operation to snapshot the current partition set, add a new partition, consume 
data from it and commit its offset, then let the old cleanup snapshot prune 
offsets. Verify that the new partition offset is retained and that replaying 
the same journal sequence on another frontend produces the same offsets as the 
leader.
   
   ## Expected result
   
   Cleanup never removes a newer partition offset, and journal replay is 
deterministic.
   
   ## Source
   
   This report is a sanitized tracking record for Jira DORIS-28063. Internal 
hosts, paths, artifacts, build identifiers, and private logs are intentionally 
omitted.


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