chenlinzhong commented on code in PR #30241:
URL: https://github.com/apache/doris/pull/30241#discussion_r1462669635


##########
docs/en/docs/advanced/variables.md:
##########
@@ -579,6 +579,10 @@ Note that the comment must start with /*+ and can only 
follow the SELECT.
 
     In some scenarios, all replicas of tablet are having missing versions, and 
the tablet is unable to recover. This config can control the behavior of query. 
When it is opened, the query will ignore the visible version recorded in FE 
partition, use the replica version. If the replica on be has missing versions, 
the query will directly skip this missing version, and only return the data of 
the existing version, In addition, the query will always try to select the one 
with the highest lastSuccessVersion among all surviving BE replicas, so as to 
recover as much data as possible. You should only open it in the emergency 
scenarios mentioned above, only used for temporary recovery queries. Note that, 
this variable conflicts with the a variable, when the a variable is not -1, 
this variable will not work.
 
+* `skip_bad_tablet`

Review Comment:
   suggest  change ”skip_bad_tablet“  to “enable_skip_bad_tablet”



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