notAprogrammer-0 commented on issue #4986:
URL: https://github.com/apache/seatunnel/issues/4986#issuecomment-1873582338
And i change hazelcast-client.yaml like this:
hazelcast-client:
cluster-name: seatunnel
properties:
hazelcast.logging.type: log4j2
network:
cluster-members:
- localhost:5801
- localhost:5805
- localhost:5812
It reported this error:
2024-01-02 10:51:01,422 WARN
org.apache.seatunnel.engine.server.TaskExecutionService - [localhost]:5802
[seatunnel-995578] [5.1] The Node is not ready yet, Node state STARTING,looking
forward to the next scheduling
2024-01-02 10:51:01,436 WARN
org.apache.seatunnel.engine.server.service.slot.DefaultSlotService - failed
send heartbeat to resource manager, will retry later. this address:
[localhost]:5802
2024-01-02 10:51:01,716 WARN com.hazelcast.cluster - [localhost]:5802
[seatunnel-995578] [5.1] Node could not join cluster at node: [localhost]:5801
Cause: the target cluster has a different cluster-name
2024-01-02 10:51:02,609 WARN com.hazelcast.instance.impl.Node -
[localhost]:5802 [seatunnel-995578] [5.1] Config seed port is 5801 and cluster
size is 1. Some of the ports seem occupied!
Jan 02, 2024 10:51:02 AM com.hazelcast.internal.config.AbstractConfigLocator
INFO: Loading configuration
'/opt/seatunnel/seatunnel-2.3.3/config/hazelcast-client.yaml' from System
property 'hazelcast.client.config'
Jan 02, 2024 10:51:02 AM com.hazelcast.internal.config.AbstractConfigLocator
INFO: Using configuration file at
/opt/seatunnel/seatunnel-2.3.3/config/hazelcast-client.yaml
2024-01-02 10:51:02,700 WARN
com.hazelcast.client.impl.connection.ClientConnectionManager - hz.client_1
[seatunnel-995578] [5.1] Exception during initial connection to
[localhost]:5812: com.hazelcast.core.HazelcastException: java.io.IOException:
Connection refused to address localhost/127.0.0.1:5812
2024-01-02 10:51:02,700 WARN
com.hazelcast.client.impl.connection.ClientConnectionManager - hz.client_1
[seatunnel-995578] [5.1] Exception during initial connection to
[localhost]:5805: com.hazelcast.core.HazelcastException: java.io.IOException:
Connection refused to address localhost/127.0.0.1:5805
--
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]