gavinchou commented on code in PR #65987:
URL: https://github.com/apache/doris/pull/65987#discussion_r3643756000


##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -2846,10 +2850,6 @@ public class Config extends ConfigBase {
             "The maximum number of worker threads for the HTTP SQL 
submitter."})
     public static int http_sql_submitter_max_worker_threads = 2;
 
-    @ConfField(mutable = false, masterOnly = false, description = {
-            "The maximum number of worker threads for the HTTP upload 
submitter."})
-    public static int http_load_submitter_max_worker_threads = 2;

Review Comment:
   why removed?



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