hailin0 opened a new issue, #3731:
URL: https://github.com/apache/seatunnel/issues/3731

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22bug%22)
 and found no similar issues.
   
   
   ### What happened
   
   submit job throws slave server-id conflict
   
   ### SeaTunnel Version
   
   dev
   
   ### SeaTunnel Config
   
   ```conf
   env {
       execution.parallelism = 1
       job.mode = "STREAMING"
       checkpoint.interval = 5000
   }
   
   source {
     MySQL-CDC {
         result_table_name = "fake"
         parallelism = 1
         port = 3306
         server-id = "5401"
         hostname = "localhost"
         username = "root"
         password = "123456"
         database-name = "test"
         table-name = "test"
         base-url = "jdbc:mysql://localhost:3306"
       }
   }
   
   sink {
       Console {
           source_table_name = "fake"
       }
   }
   ```
   
   
   ### Running Command
   
   ```shell
   bin/seatunnel.sh -e local --config mysql_cdc_to_elasticsearch.conf
   ```
   
   
   ### Error Exception
   
   ```log
   Caused by: com.github.shyiko.mysql.binlog.network.ServerException: A slave 
with the same server_uuid/server_id as this slave has connected to the master; 
the first event 'binlog.000005' at 157, the last event read from 
'./binlog.000005' at 126, the last byte read from './binlog.000005' at 157.
   ```
   
   
   ### Flink or Spark Version
   
   _No response_
   
   ### Java or Scala Version
   
   _No response_
   
   ### Screenshots
   
   <img width="1419" alt="image" 
src="https://user-images.githubusercontent.com/14371345/207809855-8b3fd131-446d-4001-bf52-cdb6d69f8b59.png";>
   
   
   ### 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