Aiden-Rose opened a new issue, #6330:
URL: https://github.com/apache/seatunnel/issues/6330

   ### 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
   
   
   Job Id                    :  805712987405942787
   Read Count So Far         :               11048
   Write Count So Far        :                8999
   Average Read Count        :               184/s
   Average Write Count       :               149/s
   Last Statistic Time       : 2024-02-02 16:15:47
   Current Statistic Time    : 2024-02-02 16:16:48
   
   ### SeaTunnel Version
   
   2.3.3
   
   ### SeaTunnel Config
   
   ```conf
   env {
     execution.parallelism = 10
     job.mode = "BATCH"
     #checkpoint.interval = 100000
   }
   
   source {
       Jdbc {
           url = 
"jdbc:mysql://172.24.4.210:3306/performance_test?rewriteBatchStatements=true"
           driver = "com.mysql.cj.jdbc.Driver"
           connection_check_timeout_sec = 100
           user = "root"
           password = "root"
           query = "select * from performance_1qw_copy limit 200000"
       }
   }
   
   sink {
        Jdbc {
           url = 
"jdbc:mysql://172.24.4.159:3306/test?rewriteBatchStatements=true"
           driver = "com.mysql.cj.jdbc.Driver"
           user = "root"
           password = "L2s02K2mFi@#"
           generate_sink_sql = true
           database = test
           table = performance_1qw_copy
       }
   }
   ```
   
   
   ### Running Command
   
   ```shell
   sh /opt/seatunnel/seatunnel-client/bin/seatunnel.sh --config 
/opt/seatunnel/seatunnel-client/config/test/performance_1qw_copy.conf
   ```
   
   
   ### Error Exception
   
   ```log
   无
   ```
   
   
   ### Zeta or Flink or Spark Version
   
   zeta  cluster
   
   ### Java or Scala Version
   
   1.8
   
   ### Screenshots
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] 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