luwei16 opened a new pull request, #67594:
URL: https://github.com/apache/doris/pull/67594

   ### What problem does this PR solve?
   
   Issue Number: None
   
   Related PR: #65850
   
   Problem Summary: Future end timestamps and incomplete transaction visibility 
fencing could make @incr reads miss rows. Capture an authoritative master TSO 
before a transaction watermark, wait for target-table transactions in classic 
and cloud modes, synchronize classic publisher metadata and journal replay, 
reject unsupported future ends, and map physical timestamp boundaries to 
logical zero.
   
   ### Release note
   
   Time-based @incr reads reject endTimestamp values after 
CURRENT_TSO_PHYSICAL_TIME and interpret timestamp ranges as [startTimestamp, 
endTimestamp).
   
   ### Check List (For Author)
   
   - Test: FE unit tests, FE and BE builds, 
row_binlog_p0/test_binlog_changes_syntax regression test


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