CheneyYin commented on issue #5686: URL: https://github.com/apache/seatunnel/issues/5686#issuecomment-1774649035
> thanks. but it not works.I rechecked my configuration. The correct configuration is as follows >  > But there are new problems: > ```bash > 2023-10-23 15:05:45,804 INFO com.hazelcast.core.LifecycleService - hz.client_1 [seatunnel-405331] [5.1] HazelcastClient 5.1 (20220228 - 21f20e7) is SHUTTING_DOWN > 2023-10-23 15:05:45,809 INFO com.hazelcast.internal.server.tcp.TcpServerConnection - [localhost]:5801 [seatunnel-405331] [5.1] Connection[id=1, /127.0.0.1:5801->/127.0.0.1:31027, qualifier=null, endpoint=[127.0.0.1]:31027, remoteUuid=91603d25-04c5-44ab-a0aa-dd99cefbe535, alive=false, connectionType=JVM, planeIndex=-1] closed. Reason: Connection closed by the other side > 2023-10-23 15:05:45,810 INFO com.hazelcast.client.impl.connection.ClientConnectionManager - hz.client_1 [seatunnel-405331] [5.1] Removed connection to endpoint: [localhost]:5801:44a6f32d-2736-47eb-88d3-322b2f4caff9, connection: ClientConnection{alive=false, connectionId=1, channel=NioChannel{/127.0.0.1:31027->localhost/127.0.0.1:5801}, remoteAddress=[localhost]:5801, lastReadTime=2023-10-23 15:05:45.797, lastWriteTime=2023-10-23 15:05:45.759, closedTime=2023-10-23 15:05:45.805, connected server version=5.1} > 2023-10-23 15:05:45,810 INFO com.hazelcast.core.LifecycleService - hz.client_1 [seatunnel-405331] [5.1] HazelcastClient 5.1 (20220228 - 21f20e7) is CLIENT_DISCONNECTED > 2023-10-23 15:05:45,812 INFO com.hazelcast.client.impl.ClientEndpointManager - [localhost]:5801 [seatunnel-405331] [5.1] Destroying ClientEndpoint{connection=Connection[id=1, /127.0.0.1:5801->/127.0.0.1:31027, qualifier=null, endpoint=[127.0.0.1]:31027, remoteUuid=91603d25-04c5-44ab-a0aa-dd99cefbe535, alive=false, connectionType=JVM, planeIndex=-1], clientUuid=91603d25-04c5-44ab-a0aa-dd99cefbe535, clientName=hz.client_1, authenticated=true, clientVersion=5.1, creationTime=1698044742786, latest clientAttributes=lastStatisticsCollectionTime=1698044742839,enterprise=false,clientType=JVM,clientVersion=5.1,clusterConnectionTimestamp=1698044742715,clientAddress=127.0.0.1,clientName=hz.client_1,credentials.principal=null,os.committedVirtualMemorySize=17767665664,os.freePhysicalMemorySize=437083398144,os.freeSwapSpaceSize=0,os.maxFileDescriptorCount=409600,os.openFileDescriptorCount=57,os.processCpuTime=12840000000,os.systemLoadAverage=2.89,os.totalPhysicalMemorySize=540564987904,os.to talSwapSpaceSize=0,runtime.availableProcessors=48,runtime.freeMemory=976949352,runtime.maxMemory=1029177344,runtime.totalMemory=1029177344,runtime.uptime=3466,runtime.usedMemory=52227992, labels=[]} > 2023-10-23 15:05:45,813 INFO com.hazelcast.core.LifecycleService - hz.client_1 [seatunnel-405331] [5.1] HazelcastClient 5.1 (20220228 - 21f20e7) is SHUTDOWN > 2023-10-23 15:05:45,814 INFO org.apache.seatunnel.core.starter.seatunnel.command.ClientExecuteCommand - Closed SeaTunnel client...... > 2023-10-23 15:05:45,814 INFO com.hazelcast.core.LifecycleService - [localhost]:5801 [seatunnel-405331] [5.1] [localhost]:5801 is SHUTTING_DOWN > 2023-10-23 15:05:45,818 INFO com.hazelcast.internal.partition.impl.MigrationManager - [localhost]:5801 [seatunnel-405331] [5.1] Shutdown request of Member [localhost]:5801 - 44a6f32d-2736-47eb-88d3-322b2f4caff9 this is handled > 2023-10-23 15:05:45,827 INFO com.hazelcast.instance.impl.Node - [localhost]:5801 [seatunnel-405331] [5.1] Shutting down connection manager... > 2023-10-23 15:05:45,830 INFO com.hazelcast.instance.impl.Node - [localhost]:5801 [seatunnel-405331] [5.1] Shutting down node engine... > 2023-10-23 15:05:48,347 INFO com.hazelcast.instance.impl.NodeExtension - [localhost]:5801 [seatunnel-405331] [5.1] Destroying node NodeExtension. > 2023-10-23 15:05:48,348 INFO com.hazelcast.instance.impl.Node - [localhost]:5801 [seatunnel-405331] [5.1] Hazelcast Shutdown is completed in 2531 ms. > 2023-10-23 15:05:48,348 INFO com.hazelcast.core.LifecycleService - [localhost]:5801 [seatunnel-405331] [5.1] [localhost]:5801 is SHUTDOWN > 2023-10-23 15:05:48,348 INFO org.apache.seatunnel.core.starter.seatunnel.command.ClientExecuteCommand - Closed HazelcastInstance ...... > 2023-10-23 15:05:48,348 INFO org.apache.seatunnel.core.starter.seatunnel.command.ClientExecuteCommand - Closed metrics executor service ...... > 2023-10-23 15:05:48,350 INFO org.apache.seatunnel.core.starter.seatunnel.command.ClientExecuteCommand - run shutdown hook because get close signal > ``` >  > > run shutdown hook because get close signal > Is this an unsuccessful run? Did you find any logs with 'ConsoleSinkWriter'?If you can, you will look some output records. -- 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]
