YuriyGavrilov commented on issue #4129:
URL: https://github.com/apache/seatunnel/issues/4129#issuecomment-1832630640

   Hi, has nearly the same error with s3 test.
   
   ```
   WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will 
impact performance.
   2023-11-29 23:06:48,734 WARN  
org.apache.seatunnel.core.starter.seatunnel.args.ClientCommandArgs$MasterTypeValidator
 - 
   
******************************************************************************************
   -e and --deploy-mode deprecated in 2.3.1, please use -m and --master instead 
of it
   
******************************************************************************************
   нояб. 29, 2023 11:06:48 PM 
com.hazelcast.internal.config.AbstractConfigLocator
   INFO: Loading configuration 
'/Users/yuriygavrilov/git_project/SeaTunnel/apache-seatunnel-2.3.3/config/seatunnel.yaml'
 from System property 'seatunnel.config'
   нояб. 29, 2023 11:06:48 PM 
com.hazelcast.internal.config.AbstractConfigLocator
   INFO: Using configuration file at 
/Users/yuriygavrilov/git_project/SeaTunnel/apache-seatunnel-2.3.3/config/seatunnel.yaml
   нояб. 29, 2023 11:06:48 PM 
org.apache.seatunnel.engine.common.config.SeaTunnelConfig
   INFO: seatunnel.home is 
/Users/yuriygavrilov/git_project/SeaTunnel/apache-seatunnel-2.3.3
   нояб. 29, 2023 11:06:48 PM 
com.hazelcast.internal.config.AbstractConfigLocator
   INFO: Loading configuration 
'/Users/yuriygavrilov/git_project/SeaTunnel/apache-seatunnel-2.3.3/config/hazelcast.yaml'
 from System property 'hazelcast.config'
   нояб. 29, 2023 11:06:48 PM 
com.hazelcast.internal.config.AbstractConfigLocator
   INFO: Using configuration file at 
/Users/yuriygavrilov/git_project/SeaTunnel/apache-seatunnel-2.3.3/config/hazelcast.yaml
   нояб. 29, 2023 11:06:49 PM 
com.hazelcast.instance.impl.HazelcastInstanceFactory
   WARNING: Hazelcast is starting in a Java modular environment (Java 9 and 
newer) but without proper access to required Java packages. Use additional Java 
arguments to provide Hazelcast access to Java internal API. The internal API 
access is used to get the best performance results. Arguments to be used:
    --add-modules java.se --add-exports java.base/jdk.internal.ref=ALL-UNNAMED 
--add-opens java.base/java.lang=ALL-UNNAMED --add-opens 
java.base/sun.nio.ch=ALL-UNNAMED --add-opens 
java.management/sun.management=ALL-UNNAMED --add-opens 
jdk.management/com.sun.management.internal=ALL-UNNAMED
   2023-11-29 23:06:49,150 WARN  com.hazelcast.instance.AddressPicker - [LOCAL] 
[seatunnel-611685] [5.1] You configured your member address as host name. 
Please be aware of that your dns can be spoofed. Make sure that your dns 
configurations are correct.
   2023-11-29 23:06:49,150 INFO  com.hazelcast.instance.AddressPicker - [LOCAL] 
[seatunnel-611685] [5.1] Resolving domain name 'localhost' to address(es): 
[127.0.0.1, 0:0:0:0:0:0:0:1]
   2023-11-29 23:06:49,151 INFO  com.hazelcast.instance.AddressPicker - [LOCAL] 
[seatunnel-611685] [5.1] Interfaces is disabled, trying to pick one address 
from TCP-IP config addresses: [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1]
   2023-11-29 23:06:49,205 INFO  
org.apache.seatunnel.engine.server.SeaTunnelServer - SeaTunnel server start...
   2023-11-29 23:06:49,207 INFO  com.hazelcast.system - [localhost]:5801 
[seatunnel-611685] [5.1] Based on Hazelcast IMDG version: 5.1.0 (20220228 - 
21f20e7)
   2023-11-29 23:06:49,207 INFO  com.hazelcast.system - [localhost]:5801 
[seatunnel-611685] [5.1] Cluster name: seatunnel-611685
   2023-11-29 23:06:49,207 INFO  com.hazelcast.system - [localhost]:5801 
[seatunnel-611685] [5.1] 
                                                            
    _____               _____                             _ 
   /  ___|             |_   _|                           | |
   \ `--.   ___   __ _   | |   _   _  _ __   _ __    ___ | |
    `--. \ / _ \ / _` |  | |  | | | || '_ \ | '_ \  / _ \| |
   /\__/ /|  __/| (_| |  | |  | |_| || | | || | | ||  __/| |
   \____/  \___| \__,_|  \_/   \__,_||_| |_||_| |_| \___||_|
                                                            
   
   2023-11-29 23:06:49,207 INFO  com.hazelcast.system - [localhost]:5801 
[seatunnel-611685] [5.1] Copyright © 2021-2022 The Apache Software Foundation. 
Apache SeaTunnel, SeaTunnel, and its feather logo are trademarks of The Apache 
Software Foundation.
   2023-11-29 23:06:49,207 INFO  com.hazelcast.system - [localhost]:5801 
[seatunnel-611685] [5.1] Integrity Checker is disabled. Fail-fast on corrupted 
executables will not be performed.
   To enable integrity checker do one of the following: 
     - Change member config using Java API: 
config.setIntegrityCheckerEnabled(true);
     - Change XML/YAML configuration property: Set 
hazelcast.integrity-checker.enabled to true
     - Add system property: -Dhz.integritychecker.enabled=true (for Hazelcast 
embedded, works only when loading config via Config.load)
     - Add environment variable: HZ_INTEGRITYCHECKER_ENABLED=true (recommended 
when running container image. For Hazelcast embedded, works only when loading 
config via Config.load)
   2023-11-29 23:06:49,210 INFO  com.hazelcast.system - [localhost]:5801 
[seatunnel-611685] [5.1] The Jet engine is disabled.
   To enable the Jet engine on the members, do one of the following:
     - Change member config using Java API: 
config.getJetConfig().setEnabled(true)
     - Change XML/YAML configuration property: Set hazelcast.jet.enabled to true
     - Add system property: -Dhz.jet.enabled=true (for Hazelcast embedded, 
works only when loading config via Config.load)
     - Add environment variable: HZ_JET_ENABLED=true (recommended when running 
container image. For Hazelcast embedded, works only when loading config via 
Config.load)
   2023-11-29 23:06:49,613 INFO  com.hazelcast.system.security - 
[localhost]:5801 [seatunnel-611685] [5.1] Enable DEBUG/FINE log level for log 
category com.hazelcast.system.security  or use 
-Dhazelcast.security.recommendations system property to see 🔒 security 
recommendations and the status of current config.
   2023-11-29 23:06:49,683 INFO  com.hazelcast.instance.impl.Node - 
[localhost]:5801 [seatunnel-611685] [5.1] Using TCP/IP discovery
   2023-11-29 23:06:49,684 WARN  com.hazelcast.cp.CPSubsystem - 
[localhost]:5801 [seatunnel-611685] [5.1] CP Subsystem is not enabled. CP data 
structures will operate in UNSAFE mode! Please note that UNSAFE mode will not 
provide strong consistency guarantees.
   нояб. 29, 2023 11:06:49 PM 
com.hazelcast.internal.config.AbstractConfigLocator
   INFO: Loading configuration 
'/Users/yuriygavrilov/git_project/SeaTunnel/apache-seatunnel-2.3.3/config/seatunnel.yaml'
 from System property 'seatunnel.config'
   нояб. 29, 2023 11:06:49 PM 
com.hazelcast.internal.config.AbstractConfigLocator
   INFO: Using configuration file at 
/Users/yuriygavrilov/git_project/SeaTunnel/apache-seatunnel-2.3.3/config/seatunnel.yaml
   нояб. 29, 2023 11:06:49 PM 
com.hazelcast.internal.config.AbstractConfigLocator
   INFO: Loading configuration 
'/Users/yuriygavrilov/git_project/SeaTunnel/apache-seatunnel-2.3.3/config/hazelcast.yaml'
 from System property 'hazelcast.config'
   нояб. 29, 2023 11:06:49 PM 
com.hazelcast.internal.config.AbstractConfigLocator
   INFO: Using configuration file at 
/Users/yuriygavrilov/git_project/SeaTunnel/apache-seatunnel-2.3.3/config/hazelcast.yaml
   2023-11-29 23:06:49,872 INFO  
org.apache.seatunnel.engine.server.TaskExecutionService - [localhost]:5801 
[seatunnel-611685] [5.1] Created new BusWork : 2008821270
   2023-11-29 23:06:49,872 WARN  
org.apache.seatunnel.engine.server.TaskExecutionService - [localhost]:5801 
[seatunnel-611685] [5.1] The Node is not ready yet, Node state STARTING,looking 
forward to the next scheduling
   2023-11-29 23:06:49,908 WARN  
org.apache.seatunnel.engine.server.service.slot.DefaultSlotService - failed 
send heartbeat to resource manager, will retry later. this address: 
[localhost]:5801
   2023-11-29 23:06:49,913 INFO  
org.apache.seatunnel.engine.server.CoordinatorService - [localhost]:5801 
[seatunnel-611685] [5.1] 
   ***********************************************
        CoordinatorService Thread Pool Status
   ***********************************************
   activeCount               :                   0
   corePoolSize              :                   0
   maximumPoolSize           :          2147483647
   poolSize                  :                   0
   completedTaskCount        :                   0
   taskCount                 :                   0
   ***********************************************
   
   2023-11-29 23:06:49,941 INFO  com.hazelcast.internal.diagnostics.Diagnostics 
- [localhost]:5801 [seatunnel-611685] [5.1] Diagnostics disabled. To enable add 
-Dhazelcast.diagnostics.enabled=true to the JVM arguments.
   2023-11-29 23:06:49,946 INFO  com.hazelcast.core.LifecycleService - 
[localhost]:5801 [seatunnel-611685] [5.1] [localhost]:5801 is STARTING
   2023-11-29 23:06:49,991 INFO  
com.hazelcast.internal.cluster.impl.TcpIpJoiner - [localhost]:5801 
[seatunnel-611685] [5.1] [localhost]:5820 is added to the blacklist.
   2023-11-29 23:06:49,991 INFO  
com.hazelcast.internal.cluster.impl.TcpIpJoiner - [localhost]:5801 
[seatunnel-611685] [5.1] [localhost]:5825 is added to the blacklist.
   2023-11-29 23:06:49,991 INFO  
com.hazelcast.internal.cluster.impl.TcpIpJoiner - [localhost]:5801 
[seatunnel-611685] [5.1] [localhost]:5822 is added to the blacklist.
   2023-11-29 23:06:49,991 INFO  
com.hazelcast.internal.cluster.impl.TcpIpJoiner - [localhost]:5801 
[seatunnel-611685] [5.1] [localhost]:5815 is added to the blacklist.
   2023-11-29 23:06:49,991 INFO  
com.hazelcast.internal.cluster.impl.TcpIpJoiner - [localhost]:5801 
[seatunnel-611685] [5.1] [localhost]:5804 is added to the blacklist.
   2023-11-29 23:06:49,991 INFO  
com.hazelcast.internal.cluster.impl.TcpIpJoiner - [localhost]:5801 
[seatunnel-611685] [5.1] [localhost]:5819 is added to the blacklist.
   2023-11-29 23:06:49,991 INFO  
com.hazelcast.internal.cluster.impl.TcpIpJoiner - [localhost]:5801 
[seatunnel-611685] [5.1] [localhost]:5810 is added to the blacklist.
   2023-11-29 23:06:49,991 INFO  
com.hazelcast.internal.cluster.impl.TcpIpJoiner - [localhost]:5801 
[seatunnel-611685] [5.1] [localhost]:5817 is added to the blacklist.
   2023-11-29 23:06:49,991 INFO  
com.hazelcast.internal.cluster.impl.TcpIpJoiner - [localhost]:5801 
[seatunnel-611685] [5.1] [localhost]:5808 is added to the blacklist.
   2023-11-29 23:06:49,991 INFO  
com.hazelcast.internal.cluster.impl.TcpIpJoiner - [localhost]:5801 
[seatunnel-611685] [5.1] [localhost]:5813 is added to the blacklist.
   2023-11-29 23:06:49,991 INFO  
com.hazelcast.internal.cluster.impl.TcpIpJoiner - [localhost]:5801 
[seatunnel-611685] [5.1] [localhost]:5802 is added to the blacklist.
   2023-11-29 23:06:49,991 INFO  
com.hazelcast.internal.cluster.impl.TcpIpJoiner - [localhost]:5801 
[seatunnel-611685] [5.1] [localhost]:5821 is added to the blacklist.
   2023-11-29 23:06:49,991 INFO  
com.hazelcast.internal.cluster.impl.TcpIpJoiner - [localhost]:5801 
[seatunnel-611685] [5.1] [localhost]:5823 is added to the blacklist.
   2023-11-29 23:06:49,992 INFO  
com.hazelcast.internal.cluster.impl.TcpIpJoiner - [localhost]:5801 
[seatunnel-611685] [5.1] [localhost]:5812 is added to the blacklist.
   2023-11-29 23:06:49,991 INFO  
com.hazelcast.internal.cluster.impl.TcpIpJoiner - [localhost]:5801 
[seatunnel-611685] [5.1] [localhost]:5829 is added to the blacklist.
   2023-11-29 23:06:49,992 INFO  
com.hazelcast.internal.cluster.impl.TcpIpJoiner - [localhost]:5801 
[seatunnel-611685] [5.1] [localhost]:5811 is added to the blacklist.
   2023-11-29 23:06:49,992 INFO  
com.hazelcast.internal.cluster.impl.TcpIpJoiner - [localhost]:5801 
[seatunnel-611685] [5.1] [localhost]:5807 is added to the blacklist.
   2023-11-29 23:06:49,992 INFO  
com.hazelcast.internal.cluster.impl.TcpIpJoiner - [localhost]:5801 
[seatunnel-611685] [5.1] [localhost]:5809 is added to the blacklist.
   2023-11-29 23:06:49,991 INFO  
com.hazelcast.internal.cluster.impl.TcpIpJoiner - [localhost]:5801 
[seatunnel-611685] [5.1] [localhost]:5806 is added to the blacklist.
   2023-11-29 23:06:49,992 INFO  
com.hazelcast.internal.cluster.impl.TcpIpJoiner - [localhost]:5801 
[seatunnel-611685] [5.1] [localhost]:5803 is added to the blacklist.
   2023-11-29 23:06:49,993 INFO  
com.hazelcast.internal.cluster.impl.TcpIpJoiner - [localhost]:5801 
[seatunnel-611685] [5.1] [localhost]:5828 is added to the blacklist.
   2023-11-29 23:06:49,993 INFO  
com.hazelcast.internal.cluster.impl.TcpIpJoiner - [localhost]:5801 
[seatunnel-611685] [5.1] [localhost]:5824 is added to the blacklist.
   2023-11-29 23:06:49,993 INFO  
com.hazelcast.internal.cluster.impl.TcpIpJoiner - [localhost]:5801 
[seatunnel-611685] [5.1] [localhost]:5826 is added to the blacklist.
   2023-11-29 23:06:49,993 INFO  
com.hazelcast.internal.cluster.impl.TcpIpJoiner - [localhost]:5801 
[seatunnel-611685] [5.1] [localhost]:5814 is added to the blacklist.
   2023-11-29 23:06:49,993 INFO  
com.hazelcast.internal.cluster.impl.TcpIpJoiner - [localhost]:5801 
[seatunnel-611685] [5.1] [localhost]:5816 is added to the blacklist.
   2023-11-29 23:06:49,993 INFO  
com.hazelcast.internal.cluster.impl.TcpIpJoiner - [localhost]:5801 
[seatunnel-611685] [5.1] [localhost]:5805 is added to the blacklist.
   2023-11-29 23:06:49,993 INFO  
com.hazelcast.internal.cluster.impl.TcpIpJoiner - [localhost]:5801 
[seatunnel-611685] [5.1] [localhost]:5818 is added to the blacklist.
   2023-11-29 23:06:49,993 INFO  
com.hazelcast.internal.cluster.impl.TcpIpJoiner - [localhost]:5801 
[seatunnel-611685] [5.1] [localhost]:5827 is added to the blacklist.
   2023-11-29 23:06:49,993 INFO  
com.hazelcast.internal.cluster.impl.TcpIpJoiner - [localhost]:5801 
[seatunnel-611685] [5.1] [localhost]:5830 is added to the blacklist.
   2023-11-29 23:06:50,987 INFO  com.hazelcast.internal.cluster.ClusterService 
- [localhost]:5801 [seatunnel-611685] [5.1] 
   
   Members {size:1, ver:1} [
        Member [localhost]:5801 - 17cac56e-7734-452f-a5e9-9a0a20dd0cc1 this
   ]
   
   2023-11-29 23:06:50,997 INFO  com.hazelcast.core.LifecycleService - 
[localhost]:5801 [seatunnel-611685] [5.1] [localhost]:5801 is STARTED
   нояб. 29, 2023 11:06:50 PM 
com.hazelcast.internal.config.AbstractConfigLocator
   INFO: Loading configuration 
'/Users/yuriygavrilov/git_project/SeaTunnel/apache-seatunnel-2.3.3/config/hazelcast-client.yaml'
 from System property 'hazelcast.client.config'
   нояб. 29, 2023 11:06:50 PM 
com.hazelcast.internal.config.AbstractConfigLocator
   INFO: Using configuration file at 
/Users/yuriygavrilov/git_project/SeaTunnel/apache-seatunnel-2.3.3/config/hazelcast-client.yaml
   2023-11-29 23:06:51,042 INFO  
com.hazelcast.client.impl.spi.ClientInvocationService - hz.client_1 
[seatunnel-611685] [5.1] Running with 2 response threads, dynamic=true
   2023-11-29 23:06:51,053 INFO  com.hazelcast.core.LifecycleService - 
hz.client_1 [seatunnel-611685] [5.1] HazelcastClient 5.1 (20220228 - 21f20e7) 
is STARTING
   2023-11-29 23:06:51,053 INFO  com.hazelcast.core.LifecycleService - 
hz.client_1 [seatunnel-611685] [5.1] HazelcastClient 5.1 (20220228 - 21f20e7) 
is STARTED
   2023-11-29 23:06:51,058 INFO  
com.hazelcast.client.impl.connection.ClientConnectionManager - hz.client_1 
[seatunnel-611685] [5.1] Trying to connect to cluster: seatunnel-611685
   2023-11-29 23:06:51,059 INFO  
com.hazelcast.client.impl.connection.ClientConnectionManager - hz.client_1 
[seatunnel-611685] [5.1] Trying to connect to [localhost]:5801
   2023-11-29 23:06:51,071 INFO  
com.hazelcast.client.impl.protocol.task.AuthenticationMessageTask - 
[localhost]:5801 [seatunnel-611685] [5.1] Received auth from Connection[id=1, 
/127.0.0.1:5801->/127.0.0.1:59440, qualifier=null, endpoint=[127.0.0.1]:59440, 
remoteUuid=f5ef88f3-edc9-485b-8e36-4a4cdd9de4c1, alive=true, 
connectionType=JVM, planeIndex=-1], successfully authenticated, clientUuid: 
f5ef88f3-edc9-485b-8e36-4a4cdd9de4c1, client name: hz.client_1, client version: 
5.1
   2023-11-29 23:06:51,073 INFO  com.hazelcast.core.LifecycleService - 
hz.client_1 [seatunnel-611685] [5.1] HazelcastClient 5.1 (20220228 - 21f20e7) 
is CLIENT_CONNECTED
   2023-11-29 23:06:51,073 INFO  
com.hazelcast.client.impl.connection.ClientConnectionManager - hz.client_1 
[seatunnel-611685] [5.1] Authenticated with server 
[localhost]:5801:17cac56e-7734-452f-a5e9-9a0a20dd0cc1, server version: 5.1, 
local address: /127.0.0.1:59440
   2023-11-29 23:06:51,075 INFO  com.hazelcast.internal.diagnostics.Diagnostics 
- hz.client_1 [seatunnel-611685] [5.1] Diagnostics disabled. To enable add 
-Dhazelcast.diagnostics.enabled=true to the JVM arguments.
   2023-11-29 23:06:51,081 INFO  
com.hazelcast.client.impl.spi.ClientClusterService - hz.client_1 
[seatunnel-611685] [5.1] 
   
   Members [1] {
        Member [localhost]:5801 - 17cac56e-7734-452f-a5e9-9a0a20dd0cc1
   }
   
   2023-11-29 23:06:51,100 INFO  
com.hazelcast.client.impl.statistics.ClientStatisticsService - Client 
statistics is enabled with period 5 seconds.
   2023-11-29 23:06:51,250 INFO  
org.apache.seatunnel.engine.client.job.JobExecutionEnvironment - add common jar 
in plugins :[]
   2023-11-29 23:06:51,264 INFO  
org.apache.seatunnel.core.starter.utils.ConfigBuilder - Loading config file 
from path: /Users/yuriygavrilov/git_project/SeaTunnel/data/seatunnel1.template
   2023-11-29 23:06:51,311 INFO  
org.apache.seatunnel.core.starter.utils.ConfigShadeUtils - Load config shade 
spi: [base64]
   2023-11-29 23:06:51,347 INFO  
org.apache.seatunnel.core.starter.utils.ConfigBuilder - Parsed config file: {
       "env" : {
           "execution.parallelism" : 1,
           "job.mode" : "BATCH"
       },
       "source" : [
           {
               "bucket" : "s3a://test",
               "path" : "/seatunnel/",
               "secret_key" : "XXX",
               "file_format_type" : "parquet",
               "access_key" : "XXX",
               "fs.s3a.aws.credentials.provider" : 
"org.apache.hadoop.fs.s3a.SimpleAWSCredentialsProvider",
               "plugin_name" : "S3File",
               "fs.s3a.endpoint" : "XXX"
           }
       ],
       "transform" : [],
       "sink" : [
           {
               "plugin_name" : "Console"
           }
       ]
   }
   
   2023-11-29 23:06:51,371 INFO  
org.apache.seatunnel.api.configuration.ReadonlyConfig - Config uses fallback 
configuration key 'plugin_name' instead of key 'factory'
   2023-11-29 23:06:51,372 INFO  
org.apache.seatunnel.api.configuration.ReadonlyConfig - Config uses fallback 
configuration key 'plugin_name' instead of key 'factory'
   2023-11-29 23:06:51,376 INFO  
org.apache.seatunnel.plugin.discovery.AbstractPluginDiscovery - Load 
SeaTunnelSink Plugin from 
/Users/yuriygavrilov/git_project/SeaTunnel/apache-seatunnel-2.3.3/connectors/seatunnel
   2023-11-29 23:06:51,381 INFO  
org.apache.seatunnel.plugin.discovery.AbstractPluginDiscovery - Discovery 
plugin jar: Console at: 
file:/Users/yuriygavrilov/git_project/SeaTunnel/apache-seatunnel-2.3.3/connectors/seatunnel/connector-console-2.3.3.jar
   2023-11-29 23:06:51,385 INFO  
org.apache.seatunnel.engine.core.parse.MultipleTableJobConfigParser - start 
generating all sources.
   2023-11-29 23:06:51,386 INFO  
org.apache.seatunnel.api.configuration.ReadonlyConfig - Config uses fallback 
configuration key 'plugin_name' instead of key 'factory'
   2023-11-29 23:06:51,400 INFO  
org.apache.seatunnel.plugin.discovery.AbstractPluginDiscovery - Load 
SeaTunnelSource Plugin from 
/Users/yuriygavrilov/git_project/SeaTunnel/apache-seatunnel-2.3.3/connectors/seatunnel
   2023-11-29 23:06:51,408 INFO  com.hazelcast.core.LifecycleService - 
hz.client_1 [seatunnel-611685] [5.1] HazelcastClient 5.1 (20220228 - 21f20e7) 
is SHUTTING_DOWN
   2023-11-29 23:06:51,411 INFO  
com.hazelcast.internal.server.tcp.TcpServerConnection - [localhost]:5801 
[seatunnel-611685] [5.1] Connection[id=1, /127.0.0.1:5801->/127.0.0.1:59440, 
qualifier=null, endpoint=[127.0.0.1]:59440, 
remoteUuid=f5ef88f3-edc9-485b-8e36-4a4cdd9de4c1, alive=false, 
connectionType=JVM, planeIndex=-1] closed. Reason: Connection closed by the 
other side
   2023-11-29 23:06:51,411 INFO  
com.hazelcast.client.impl.connection.ClientConnectionManager - hz.client_1 
[seatunnel-611685] [5.1] Removed connection to endpoint: 
[localhost]:5801:17cac56e-7734-452f-a5e9-9a0a20dd0cc1, connection: 
ClientConnection{alive=false, connectionId=1, 
channel=NioChannel{/127.0.0.1:59440->localhost/127.0.0.1:5801}, 
remoteAddress=[localhost]:5801, lastReadTime=2023-11-29 23:06:51.259, 
lastWriteTime=2023-11-29 23:06:51.258, closedTime=2023-11-29 23:06:51.409, 
connected server version=5.1}
   2023-11-29 23:06:51,411 INFO  com.hazelcast.core.LifecycleService - 
hz.client_1 [seatunnel-611685] [5.1] HazelcastClient 5.1 (20220228 - 21f20e7) 
is CLIENT_DISCONNECTED
   2023-11-29 23:06:51,413 INFO  
com.hazelcast.client.impl.ClientEndpointManager - [localhost]:5801 
[seatunnel-611685] [5.1] Destroying ClientEndpoint{connection=Connection[id=1, 
/127.0.0.1:5801->/127.0.0.1:59440, qualifier=null, endpoint=[127.0.0.1]:59440, 
remoteUuid=f5ef88f3-edc9-485b-8e36-4a4cdd9de4c1, alive=false, 
connectionType=JVM, planeIndex=-1], 
clientUuid=f5ef88f3-edc9-485b-8e36-4a4cdd9de4c1, clientName=hz.client_1, 
authenticated=true, clientVersion=5.1, creationTime=1701288411069, latest 
clientAttributes=lastStatisticsCollectionTime=1701288411100,enterprise=false,clientType=JVM,clientVersion=5.1,clusterConnectionTimestamp=1701288411060,clientAddress=127.0.0.1,clientName=hz.client_1,credentials.principal=null,os.committedVirtualMemorySize=0,os.freePhysicalMemorySize=210055168,os.freeSwapSpaceSize=0,os.maxFileDescriptorCount=0,os.openFileDescriptorCount=0,os.processCpuTime=0,os.systemLoadAverage=2.26611328125,os.totalPhysicalMemorySize=34359738368,os.totalSwapSpaceSize=0,runt
 
ime.availableProcessors=12,runtime.freeMemory=1006044032,runtime.maxMemory=1073741824,runtime.totalMemory=1073741824,runtime.uptime=3271,runtime.usedMemory=67697792,
 labels=[]}
   2023-11-29 23:06:51,414 INFO  com.hazelcast.core.LifecycleService - 
hz.client_1 [seatunnel-611685] [5.1] HazelcastClient 5.1 (20220228 - 21f20e7) 
is SHUTDOWN
   2023-11-29 23:06:51,414 INFO  
org.apache.seatunnel.core.starter.seatunnel.command.ClientExecuteCommand - 
Closed SeaTunnel client......
   2023-11-29 23:06:51,414 INFO  com.hazelcast.core.LifecycleService - 
[localhost]:5801 [seatunnel-611685] [5.1] [localhost]:5801 is SHUTTING_DOWN
   2023-11-29 23:06:51,416 INFO  com.hazelcast.instance.impl.Node - 
[localhost]:5801 [seatunnel-611685] [5.1] Shutting down connection manager...
   2023-11-29 23:06:51,418 INFO  com.hazelcast.instance.impl.Node - 
[localhost]:5801 [seatunnel-611685] [5.1] Shutting down node engine...
   2023-11-29 23:06:51,422 INFO  
org.apache.seatunnel.engine.server.SeaTunnelServer - master node check 
interrupted
   2023-11-29 23:06:53,638 INFO  com.hazelcast.instance.impl.NodeExtension - 
[localhost]:5801 [seatunnel-611685] [5.1] Destroying node NodeExtension.
   2023-11-29 23:06:53,638 INFO  com.hazelcast.instance.impl.Node - 
[localhost]:5801 [seatunnel-611685] [5.1] Hazelcast Shutdown is completed in 
2223 ms.
   2023-11-29 23:06:53,638 INFO  com.hazelcast.core.LifecycleService - 
[localhost]:5801 [seatunnel-611685] [5.1] [localhost]:5801 is SHUTDOWN
   2023-11-29 23:06:53,639 INFO  
org.apache.seatunnel.core.starter.seatunnel.command.ClientExecuteCommand - 
Closed HazelcastInstance ......
   2023-11-29 23:06:53,639 ERROR org.apache.seatunnel.core.starter.SeaTunnel - 
   
   
===============================================================================
   
   
   2023-11-29 23:06:53,639 ERROR org.apache.seatunnel.core.starter.SeaTunnel - 
Fatal Error, 
   
   2023-11-29 23:06:53,639 ERROR org.apache.seatunnel.core.starter.SeaTunnel - 
Please submit bug report in https://github.com/apache/seatunnel/issues
   
   2023-11-29 23:06:53,639 ERROR org.apache.seatunnel.core.starter.SeaTunnel - 
Reason:SeaTunnel job executed failed 
   
   2023-11-29 23:06:53,640 ERROR org.apache.seatunnel.core.starter.SeaTunnel - 
Exception 
StackTrace:org.apache.seatunnel.core.starter.exception.CommandExecuteException: 
SeaTunnel job executed failed
        at 
org.apache.seatunnel.core.starter.seatunnel.command.ClientExecuteCommand.execute(ClientExecuteCommand.java:191)
        at org.apache.seatunnel.core.starter.SeaTunnel.run(SeaTunnel.java:40)
        at 
org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient.main(SeaTunnelClient.java:34)
   Caused by: java.lang.RuntimeException: Plugin 
PluginIdentifier{engineType='seatunnel', pluginType='source', 
pluginName='S3File'} not found.
        at 
org.apache.seatunnel.plugin.discovery.AbstractPluginDiscovery.createPluginInstance(AbstractPluginDiscovery.java:223)
        at 
org.apache.seatunnel.engine.core.parse.ConnectorInstanceLoader.loadSourceInstance(ConnectorInstanceLoader.java:61)
        at 
org.apache.seatunnel.engine.core.parse.JobConfigParser.parseSource(JobConfigParser.java:81)
        at 
org.apache.seatunnel.engine.core.parse.MultipleTableJobConfigParser.parseSource(MultipleTableJobConfigParser.java:317)
        at 
org.apache.seatunnel.engine.core.parse.MultipleTableJobConfigParser.parse(MultipleTableJobConfigParser.java:179)
        at 
org.apache.seatunnel.engine.core.job.AbstractJobEnvironment.getLogicalDag(AbstractJobEnvironment.java:109)
        at 
org.apache.seatunnel.engine.client.job.JobExecutionEnvironment.execute(JobExecutionEnvironment.java:73)
        at 
org.apache.seatunnel.core.starter.seatunnel.command.ClientExecuteCommand.execute(ClientExecuteCommand.java:143)
        ... 2 more
    
   2023-11-29 23:06:53,641 ERROR org.apache.seatunnel.core.starter.SeaTunnel - 
   
===============================================================================
   
   
   
   Exception in thread "main" 
org.apache.seatunnel.core.starter.exception.CommandExecuteException: SeaTunnel 
job executed failed
        at 
org.apache.seatunnel.core.starter.seatunnel.command.ClientExecuteCommand.execute(ClientExecuteCommand.java:191)
        at org.apache.seatunnel.core.starter.SeaTunnel.run(SeaTunnel.java:40)
        at 
org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient.main(SeaTunnelClient.java:34)
   Caused by: java.lang.RuntimeException: Plugin 
PluginIdentifier{engineType='seatunnel', pluginType='source', 
pluginName='S3File'} not found.
        at 
org.apache.seatunnel.plugin.discovery.AbstractPluginDiscovery.createPluginInstance(AbstractPluginDiscovery.java:223)
        at 
org.apache.seatunnel.engine.core.parse.ConnectorInstanceLoader.loadSourceInstance(ConnectorInstanceLoader.java:61)
        at 
org.apache.seatunnel.engine.core.parse.JobConfigParser.parseSource(JobConfigParser.java:81)
        at 
org.apache.seatunnel.engine.core.parse.MultipleTableJobConfigParser.parseSource(MultipleTableJobConfigParser.java:317)
        at 
org.apache.seatunnel.engine.core.parse.MultipleTableJobConfigParser.parse(MultipleTableJobConfigParser.java:179)
        at 
org.apache.seatunnel.engine.core.job.AbstractJobEnvironment.getLogicalDag(AbstractJobEnvironment.java:109)
        at 
org.apache.seatunnel.engine.client.job.JobExecutionEnvironment.execute(JobExecutionEnvironment.java:73)
        at 
org.apache.seatunnel.core.starter.seatunnel.command.ClientExecuteCommand.execute(ClientExecuteCommand.java:143)
        ... 2 more
   ```
   


-- 
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