VGalaxies opened a new pull request, #15598:
URL: https://github.com/apache/iotdb/pull/15598

   As title.
   
   Consider the historical data export snapshot scenario
   
   1. The events delivered upstream are, in order, the tsfile event and the 
termination event.  
   2. The tsfile event is parsed into multiple tablet events, and then the 
reference count of the tsfile event is set to 0 (should report as false).  
   3. Assuming that for some reason the tablet events were not sent to the peer 
in time, the reference count of the transfer termination event is set to 0 
(should report as true).  
   4. At this point, because the tablet events were not enriched with a commit 
id (see #15524), the termination event successfully marks the corresponding DR 
complete, which in turn leads to data loss.


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

Reply via email to