-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Milestone
Description
2) ClientHotRestartEventTest
should receive membership events when the member is restarted on same address:
Error: done() called multiple times in test <ClientHotRestartEventTest should receive membership events when the member is restarted on same address> of file /home/runner/work/client-compatibility-suites/client-compatibility-suites/master/test/integration/backward_compatible/serial/ClientHotRestartEventTest.js
stdout
[DefaultLogger] INFO at LifecycleService: HazelcastClient is SHUTTING_DOWN
[DefaultLogger] INFO at ConnectionManager: Removed connection to endpoint: localhost:5702:c3cca47b-5a6e-4c0d-85fe-c7265e9bd1ef, connection: Connection{alive=false, connectionId=1, remoteAddress=localhost:5702}
[DefaultLogger] INFO at LifecycleService: HazelcastClient is DISCONNECTED
[DefaultLogger] INFO at LifecycleService: HazelcastClient is SHUTDOWN
[DefaultLogger] INFO at LifecycleService: HazelcastClient is STARTING
[DefaultLogger] INFO at LifecycleService: HazelcastClient is STARTED
[DefaultLogger] INFO at ConnectionManager: Trying to connect to 127.0.0.1:5701
[DefaultLogger] INFO at LifecycleService: HazelcastClient is CONNECTED
[DefaultLogger] INFO at ConnectionManager: Authenticated with server localhost:5701:c3cca47b-5a6e-4c0d-85fe-c7265e9bd1ef, server version: 5.2.0-SNAPSHOT, local address: 127.0.0.1:48380
[DefaultLogger] INFO at ClusterService:
Members [1] {
Member [localhost]:5701 - c3cca47b-5a6e-4c0d-85fe-c7265e9bd1ef
}
[DefaultLogger] INFO at Statistics: Client statistics is enabled with period 5 seconds.
[DefaultLogger] WARN at Connection: Connection{alive=false, connectionId=0, remoteAddress=localhost:5701} closed. Reason: Connection closed by the other side. - Connection closed by the other side.
[DefaultLogger] INFO at ConnectionManager: Removed connection to endpoint: localhost:5701:c3cca47b-5a6e-4c0d-85fe-c7265e9bd1ef, connection: Connection{alive=false, connectionId=0, remoteAddress=localhost:5701}
[DefaultLogger] INFO at LifecycleService: HazelcastClient is DISCONNECTED
[DefaultLogger] INFO at ConnectionManager: Trying to connect to Member [localhost]:5701 - c3cca47b-5a6e-4c0d-85fe-c7265e9bd1ef
[DefaultLogger] WARN at ConnectionManager: Error during initial connection to Member [localhost]:5701 - c3cca47b-5a6e-4c0d-85fe-c7265e9bd1ef Error: connect ECONNREFUSED 127.0.0.1:5701
[DefaultLogger] INFO at ConnectionManager: Trying to connect to 127.0.0.1:5701
[DefaultLogger] WARN at ConnectionManager: Error during initial connection to 127.0.0.1:5701 Error: connect ECONNREFUSED 127.0.0.1:5701
[DefaultLogger] INFO at ConnectionManager: Trying to connect to 127.0.0.1:5702
[DefaultLogger] WARN at ConnectionManager: Error during initial connection to 127.0.0.1:5702 Error: connect ECONNREFUSED 127.0.0.1:5702
[DefaultLogger] INFO at ConnectionManager: Trying to connect to 127.0.0.1:5703
[DefaultLogger] WARN at ConnectionManager: Error during initial connection to 127.0.0.1:5703 Error: connect ECONNREFUSED 127.0.0.1:5703
[DefaultLogger] WARN at WaitStrategy: Unable to get live cluster connection, retry in 1000 ms, attempt: 1, cluster connect timeout: INFINITE, max backoff millis: 30000
[DefaultLogger] WARN at ConnectionManager: Switching from current cluster: 1018161b-cf73-416b-a8b8-d5213cabe22c to new cluster: d9616aa5-14f9-4c99-9e4e-4dbf759984f9
[DefaultLogger] INFO at HazelcastClient: Clearing local state of the client, because of a cluster restart.
[DefaultLogger] INFO at ConnectionManager: Authenticated with server localhost:5701:c3cca47b-5a6e-4c0d-85fe-c7265e9bd1ef, server version: 5.2.0-SNAPSHOT, local address: 127.0.0.1:48404
[DefaultLogger] INFO at LifecycleService: HazelcastClient is CONNECTED
[DefaultLogger] INFO at ClusterService:
Members [1] {
Member [localhost]:5701 - c3cca47b-5a6e-4c0d-85fe-c7265e9bd1ef
}
1) should receive membership events when the member is restarted on same address