SeanZhang2021 opened a new issue, #4624: URL: https://github.com/apache/incubator-seatunnel/issues/4624
### 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 after job finished , client never stop but displaying statistical information continuously. ### SeaTunnel Version 2.3.1 ### SeaTunnel Config ```conf 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: - node07 - node08 - node09 - node10 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: 100 seatunnel: engine: backup-count: 1 queue-type: blockingqueue print-execution-info-interval: 60 print-job-metrics-info-interval: 60 slot-service: dynamic-slot: true checkpoint: interval: 10000 timeout: 60000 max-concurrent: 5 tolerable-failure: 2 storage: type: hdfs max-retained: 3 plugin-config: namespace: /tmp/seatunnel/checkpoint_snapshot storage.type: hdfs fs.defaultFS: hdfs://node07:9000 ``` ### Running Command ```shell $SEATUNNEL_HOME/bin/seatunnel.sh --config $SEATUNNEL_HOME/config/mysql_test root 11887 11844 0 15:51 pts/0 00:00:20 java -Dhazelcast.client.config=/root/install/apache-seatunnel-incubating-2.3.1/config/hazelcast-client.yaml -Dseatunnel.config=/root/install/apache-seatunnel-incubating-2.3.1/config/seatunnel.yaml -Dhazelcast.config=/root/install/apache-seatunnel-incubating-2.3.1/config/hazelcast.yaml -Dlog4j2.configurationFile=/root/install/apache-seatunnel-incubating-2.3.1/config/log4j2_client.properties -Dseatunnel.logs.path=/root/install/apache-seatunnel-incubating-2.3.1/logs -Dseatunnel.logs.file_name=seatunnel-starter-client -Xms128m -Xmx512m -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintTenuringDistribution -XX:+PrintGCApplicationStoppedTime -Xloggc:/tmp/seatunnel-6227436161010426923 -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=32 -XX:GCLogFileSize=64m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/data/seatunnel/ -cp /root/install/apache-seatunnel-incubating-2.3.1/lib/*:/root/install/apache-seatunnel-incubating-2.3.1/starter/sea tunnel-starter.jar org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient --config /root/install/apache-seatunnel-incubating-2.3.1/config/mysql_test ``` ### Error Exception ```log client nerver stop ,only display the following content: 2023-04-19 18:27:28,184 INFO org.apache.seatunnel.engine.client.job.JobMetricsRunner - *********************************************** Job Progress Information *********************************************** Job Id : 700976752700162050 Read Count So Far : 859634 Write Count So Far : 859634 Average Read Count : 0/s Average Write Count : 0/s Last Statistic Time : 2023-04-19 18:26:28 Current Statistic Time : 2023-04-19 18:27:28 *********************************************** ``` ### Flink or Spark Version _No response_ ### Java or Scala Version openjdk version "1.8.0_362" OpenJDK Runtime Environment (build 1.8.0_362-b08) OpenJDK 64-Bit Server VM (build 25.362-b08, mixed mode) ### 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]
