deardeng commented on code in PR #66751:
URL: https://github.com/apache/doris/pull/66751#discussion_r3796358707


##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -541,6 +540,10 @@ public class Config extends ConfigBase {
             + "a load job.")
     public static short min_load_replica_num = -1;
 
+    @ConfField(mutable = true, masterOnly = true, description = "Minimum 
number of successfully written replicas "
+            + "required in each resource group for a load job.")
+    public static volatile String[] resource_group_succ_quorum = {};

Review Comment:
   see fix be pr, it has 2 groovy case 
https://github.com/apache/doris/pull/66827



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