yiguolei opened a new issue #866: Insert stmt not deal with commit info 
reported from all fragment correctly
URL: https://github.com/apache/incubator-doris/issues/866
 
 
   In insert stmt, the fe coordinator will receive tablet commit infos from 
several fragments. For example, Fragment1 reports tablet1's commit info as 
[backend1, backend2], while Fragment2 reports tablet1's commit info as 
[backend2, backend3]. In this case, only backend2 have been inserted 
successfully, but the coordinator will union reports from different fragments 
it will commit as [backend1, backend2, backend3] currently. It should use 
intersection instead.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to