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

   ### 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
   
   <img width="388" alt="Image" 
src="https://github.com/user-attachments/assets/3027bdec-49a3-4cdc-8a91-333c8b2a3c44";
 />
   
   <img width="748" alt="Image" 
src="https://github.com/user-attachments/assets/e198dfe4-003c-4f84-9cad-4b555b01df5e";
 />
   我使用的seatunnel版本是2.3.9,json文件如上,任务跑着跑着速度就将为了0,任务一直处于运行状态,这种情况偶尔出现,不知道是什么原因导致的
   
   ### SeaTunnel Version
   
   2.3.9
   
   ### SeaTunnel Config
   
   ```conf
   {
            "env" : {
                "jobMode" : "BATCH",
                "parallelism" : 1
            },
            "sink" : [
                {
                    "data_save_mode" : "DROP_DATA",
                    "enable_header_write" : true,
                    "field_delimiter" : "\u0001",
                    "file_format_type" : "text",
                    "host" : "192.168.0.139",
                    "password" : "******",
                    "path" : 
"/tmp/seatunnel//iceberg_catl_test/78_TEST_BATCH_COMMON/20250430/000007/1745980859764",
                    "plugin_input" : "sftp_reader_output",
                    "plugin_name" : "SftpFile",
                    "port" : "22",
                    "tmp_path" : "/tmp/seatunnel/",
                    "user" : "root"
                }
            ],
            "source" : [
                {
                    "field_delimiter" : "\u0001",
                    "file_format_type" : "text",
                    "host" : "192.168.0.159",
                    "password" : "******",
                    "path" : 
"/tmp/seatunnel//iceberg_catl_test/78_TEST_BATCH_COMMON/20250430/000007/1745979721170",
                    "plugin_name" : "SftpFile",
                    "plugin_output" : "sftp_reader_output",
                    "port" : "22",
                    "schema" : {
                        "fields" : {
                            "AGE" : "STRING",
                            "ID" : "STRING",
                            "NAME" : "STRING",
                            "SEX" : "STRING"
                        }
                    },
                    "skip_header_row_number" : 1,
                    "user" : "root"
                }
            ],
            "transform" : []
        }
   ```
   
   ### Running Command
   
   ```shell
   seatunnel --config  sftp.json
   ```
   
   ### Error Exception
   
   ```log
   没有异常信息,任务一直在运行,目前看最长的运行了20多个小时,但是从第一次出现速度为0开始,后面的速度就没有变过
   ```
   
   ### Zeta or Flink or Spark Version
   
   zeta 
   
   ### Java or Scala Version
   
   _No response_
   
   ### 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]

Reply via email to