jeana-zxy opened a new issue, #5898:
URL: https://github.com/apache/seatunnel/issues/5898

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22)
 and found no similar issues.
   
   
   ### What happened
   
   When importing large data (14943611) from OceanBase to Doris through the 
seatunnel, the task stops.
   But when the data is less than 1000, it will write successfully.
   doris version: doris-2.0.1-rc04-30d35c4
   oceanbase version: 4.2.1
   
   ### SeaTunnel Version
   
   seatunnel-2.3.2
   
   ### SeaTunnel Config
   
   ```conf
   seatunel config 
   env {
     executionn.parallelism = 3
     job.mode = "BATCH"
     checkpoint.interval = 1000
   }
   
   source {
       Jdbc {
           url = 
"jdbc:mysql://xxxxxxxx:2883/saas_data?serverTimezone=Asia/Shanghai"
           driver = "com.mysql.cj.jdbc.Driver"
           connection_check_timeout_sec = 300
           user = "root@xxx#xxx"
           password = "xxx"
           parallelism = 1
           fetch_size = 10000
           result_table_name = "xxx"
           query = "select * from test where pt = '20231119'"
       }
   }
   
   
   sink {
       Doris {
           fenodes = "172.16.0.42:8030"
           username = root
           password = "xxx"
           table.identifier = "saas_data.test"
           sink.enable-2pc = "false"
           sink.label-prefix = "test_json"
           doris.config = {
               format="json"
               read_json_by_line="true"
           }
       }
   
   }
   ```
   
   
   ### Running Command
   
   ```shell
   seatunnel.sh -c v2.batch.config.template
   ```
   
   
   ### Error Exception
   
   ```log
   i have not found any error log
   ```
   
   
   ### Zeta or Flink or Spark Version
   
   _No response_
   
   ### Java or Scala Version
   
   _No response_
   
   ### Screenshots
   
   
![1700642016864](https://github.com/apache/seatunnel/assets/26474304/b7831f37-7fda-40a3-aac8-1b1b07bb9de9)
   
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


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