sandyustc opened a new issue, #6933: URL: https://github.com/apache/seatunnel/issues/6933
### 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 seatunnel2.3.3 How to set the master node in cluster deployment? At present, three machines are configured, and the error is Please don't get coordinator service from an inactive master node when calling ### SeaTunnel Version seatunnel2.3.3 ### SeaTunnel Config ```conf { "env":{ "parallelism":12, "job.mode":"batch", "checkpoint.interval":10000 }, "source":[ { "plugin_name":"Jdbc", "url":"jdbc:postgresql://204.125.xx.103:5432/pl20240508", "driver":"org.postgresql.Driver", "user":"test", "password":"test", "query":"select * from test WHERE dataflg = 0 ", "partition_column":"oldid", "split.size":10000 } ], "sink":[ { "plugin_name":"Model3dbomPro", "url":"jdbc:postgresql://204.125.xx.103:5432/pl20240508", "driver":"org.postgresql.Driver", "user":"test", "password":"test", "generate_sink_sql":true, "database":"pl20240508", "table":"public.test", "schema_save_mode":"CREATE_SCHEMA_WHEN_NOT_EXIST", "data_save_mode":"APPEND_DATA", "primary_keys":[ "id" ] } ] } ``` ### Running Command ```shell rest-api ``` ### Error Exception ```log Please don't get coordinator service from an inactive master node ``` ### Zeta or Flink or Spark Version Zeta ### Java or Scala Version jdk1.8 ### Screenshots _No response_ ### 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]
