xy720 commented on PR #25654:
URL: https://github.com/apache/doris/pull/25654#issuecomment-1774259411

   > We'd better use a session variable to control behavior of query. Recovery 
is different than query, recovery is a action without lost, however, if query 
ignores some missing versions on a replica and another replica has all 
versions, then query returns a wrong result. If query may return a wrong 
result, it should be controlled per query and users should know that.
   
   Hi, I already changed to use session variable to control query behavior, 
besides,  when the skip_missing_version variable is set to true, the query will 
choose the alive replica with highest last success version to select and skip 
missing version.


-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to