yiguolei commented on code in PR #44255:
URL: https://github.com/apache/doris/pull/44255#discussion_r1847932647


##########
fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java:
##########
@@ -1528,6 +1530,15 @@ public void setEnableLeftZigZag(boolean 
enableLeftZigZag) {
     @VariableMgr.VarAttr(name = SKIP_BAD_TABLET)
     public boolean skipBadTablet = false;
 
+    @VariableMgr.VarAttr(name = SKIP_RESOURCE_TAG_BAD_REPLICA, description = {
+            "当一个resource tag内的副本都不可查询的时候,默认情况下查询会失败。如果设置当前变量为true,"
+                    + "那么至少会找到一个可用的副本,保证查询的成功,这会导致查询路由到其他resource tag。",
+            "If none of the replicas within a resource tag are available for 
querying, the query will fail by default. "

Review Comment:
   Do not use name   resource tag,  use resource group  in all documents and 
variable names and comments.



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