TaoZex commented on code in PR #6235:
URL: https://github.com/apache/seatunnel/pull/6235#discussion_r1457207592


##########
seatunnel-connectors-v2/connector-doris/src/main/java/org/apache/seatunnel/connectors/doris/sink/writer/DorisSinkWriter.java:
##########
@@ -105,9 +98,8 @@ public DorisSinkWriter(
         this.initializeLoad();
     }
 
-    private void initializeLoad() throws IOException {
-        this.backends = RestService.getBackendsV2(dorisConfig, log);
-        String backend = getAvailableBackend();
+    private void initializeLoad() {
+        String backend = dorisConfig.getFrontends();

Review Comment:
   Fe is mainly responsible for doris's query plan. I am worried that if stream 
load also selects fe, the efficiency of fe will be affected in high concurrency 
scenarios.



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

Reply via email to