zhiyuan192shine opened a new issue, #9378: URL: https://github.com/apache/seatunnel/issues/9378
### 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 execute seatunnel.sh command,but the client does not exit。The terminal keeps printing the following message  ### SeaTunnel Version version:2.3.11 ### SeaTunnel Config ```conf [hazelcast-master.yaml] hazelcast: cluster-name: seatunnel network: rest-api: enabled: true endpoint-groups: CLUSTER_WRITE: enabled: true DATA: enabled: true join: tcp-ip: enabled: true member-list: - hadoop01:5801 - hadoop02:5801 - hadoop03:5801 - hadoop01:5802 - hadoop02:5802 - hadoop03:5802 port: auto-increment: false port: 5801 properties: hazelcast.invocation.max.retry.count: 20 hazelcast.tcp.join.port.try.count: 30 hazelcast.logging.type: log4j2 hazelcast.operation.generic.thread.count: 50 hazelcast.heartbeat.failuredetector.type: phi-accrual hazelcast.heartbeat.interval.seconds: 6 hazelcast.max.no.heartbeat.seconds: 180 hazelcast.heartbeat.phiaccrual.failuredetector.threshold: 10 hazelcast.heartbeat.phiaccrual.failuredetector.sample.size: 200 hazelcast.heartbeat.phiaccrual.failuredetector.min.std.dev.millis: 100 [hazelcast-worker.yaml] hazelcast: cluster-name: seatunnel network: join: tcp-ip: enabled: true member-list: - hadoop01:5801 - hadoop02:5801 - hadoop03:5801 - hadoop01:5802 - hadoop02:5802 - hadoop03:5802 port: auto-increment: false port: 5802 properties: hazelcast.invocation.max.retry.count: 20 hazelcast.tcp.join.port.try.count: 30 hazelcast.logging.type: log4j2 hazelcast.operation.generic.thread.count: 50 hazelcast.heartbeat.failuredetector.type: phi-accrual hazelcast.heartbeat.interval.seconds: 6 hazelcast.max.no.heartbeat.seconds: 180 hazelcast.heartbeat.phiaccrual.failuredetector.threshold: 10 hazelcast.heartbeat.phiaccrual.failuredetector.sample.size: 200 hazelcast.heartbeat.phiaccrual.failuredetector.min.std.dev.millis: 100 [hazelcast-client.yaml] hazelcast-client: cluster-name: seatunnel properties: hazelcast.logging.type: log4j2 connection-strategy: connection-retry: cluster-connect-timeout-millis: 3000 network: cluster-members: - hadoop01:5801 - hadoop02:5801 - hadoop03:5801 [seatunnel.yaml] seatunnel: engine: classloader-cache-mode: true history-job-expire-minutes: 1440 backup-count: 1 queue-type: blockingqueue print-execution-info-interval: 10 print-job-metrics-info-interval: 10 slot-service: dynamic-slot: true checkpoint: interval: 10000 timeout: 60000 storage: type: hdfs max-retained: 3 plugin-config: storage.type: s3 s3.bucket: http://hadoop03:19000/seatunnel-ckp/ fs.s3a.access.key: admin fs.s3a.secret.key: TOPwalkadmin123 fs.s3a.aws.credentials.provider: org.apache.hadoop.fs.s3a.SimpleAWSCredentialsProvider telemetry: metric: enabled: true logs: scheduled-deletion-enable: true http: enable-http: false port: 8089 enable-dynamic-port: false # Uncomment the following lines to enable basic authentication for web UI enable-basic-auth: true basic-auth-username: admin basic-auth-password: admin123 ``` ### Running Command ```shell seatunnel.sh --config mysql2doris.hocon --deploy-mode cluster ``` ### Error Exception ```log Not Error ``` ### Zeta or Flink or Spark Version _No response_ ### Java or Scala Version Java8 ### 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]
