Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

com.hazelcast.client.SubsetClientRoutingPartitionGroupTest.terminated_members_are_removed_from_memberGroupView [HZ-4756] #26338

Open
Patras3 opened this issue May 21, 2024 · 1 comment
Labels
Milestone

Comments

@Patras3
Copy link
Contributor

Patras3 commented May 21, 2024

master (commit 61a34c0b5b2db066173933eaefa37af84a64cd84)

Failed on MacOS - ZuluJDK21: https://jenkins.hazelcast.com/job/Hazelcast-master-MacOS-ZuluJDK21/42/testReport/com.hazelcast.client/SubsetClientRoutingPartitionGroupTest/terminated_members_are_removed_from_memberGroupView/

Stacktrace:
com.hazelcast.client.HazelcastClientNotActiveException: Client is shutting down
	at com.hazelcast.client.impl.spi.impl.ClientInvocation.notifyExceptionWithOwnedPermission(ClientInvocation.java:323)
	at com.hazelcast.client.impl.spi.impl.ClientInvocation.invokeOnSelection(ClientInvocation.java:212)
	at com.hazelcast.client.impl.spi.impl.ClientInvocation.invoke(ClientInvocation.java:156)
	at com.hazelcast.client.impl.spi.ClientProxy.invokeOnPartition(ClientProxy.java:188)
	at com.hazelcast.client.impl.spi.ClientProxy.invoke(ClientProxy.java:183)
	at com.hazelcast.client.impl.proxy.ClientMapProxy.getInternal(ClientMapProxy.java:266)
	at com.hazelcast.client.impl.proxy.ClientMapProxy.get(ClientMapProxy.java:260)
	at com.hazelcast.client.SubsetClientRoutingPartitionGroupTest.terminated_members_are_removed_from_memberGroupView(SubsetClientRoutingPartitionGroupTest.java:189)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at com.hazelcast.test.FailOnTimeoutStatement$CallableStatement.call(FailOnTimeoutStatement.java:115)
	at com.hazelcast.test.FailOnTimeoutStatement$CallableStatement.call(FailOnTimeoutStatement.java:107)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
	at java.base/java.lang.Thread.run(Thread.java:1583)
	at ------ submitted from ------.()
	at com.hazelcast.internal.util.ExceptionUtil.cloneExceptionWithFixedAsyncStackTrace(ExceptionUtil.java:348)
	at com.hazelcast.spi.impl.operationservice.impl.InvocationFuture.returnOrThrowWithGetConventions(InvocationFuture.java:112)
	at com.hazelcast.client.impl.spi.impl.ClientInvocationFuture.resolveAndThrowIfException(ClientInvocationFuture.java:95)
	at com.hazelcast.client.impl.spi.impl.ClientInvocationFuture.resolveAndThrowIfException(ClientInvocationFuture.java:40)
	at com.hazelcast.spi.impl.AbstractInvocationFuture.get(AbstractInvocationFuture.java:610)
	at com.hazelcast.client.impl.spi.ClientProxy.invokeOnPartition(ClientProxy.java:189)
	at com.hazelcast.client.impl.spi.ClientProxy.invoke(ClientProxy.java:183)
	at com.hazelcast.client.impl.proxy.ClientMapProxy.getInternal(ClientMapProxy.java:266)
	at com.hazelcast.client.impl.proxy.ClientMapProxy.get(ClientMapProxy.java:260)
	at com.hazelcast.client.SubsetClientRoutingPartitionGroupTest.terminated_members_are_removed_from_memberGroupView(SubsetClientRoutingPartitionGroupTest.java:189)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at com.hazelcast.test.FailOnTimeoutStatement$CallableStatement.call(FailOnTimeoutStatement.java:115)
	at com.hazelcast.test.FailOnTimeoutStatement$CallableStatement.call(FailOnTimeoutStatement.java:107)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.io.IOException: No connection found to cluster.
	at com.hazelcast.client.impl.connection.tcp.TcpClientConnectionManager.checkInvocationAllowed(TcpClientConnectionManager.java:643)
	at com.hazelcast.client.impl.spi.impl.ClientInvocationServiceImpl.checkInvocationAllowed(ClientInvocationServiceImpl.java:336)
	at com.hazelcast.client.impl.spi.impl.ClientInvocation.invokeOnSelection(ClientInvocation.java:180)
	at com.hazelcast.client.impl.spi.impl.ClientInvocation.invoke(ClientInvocation.java:156)
	at com.hazelcast.client.impl.spi.ClientProxy.invokeOnPartition(ClientProxy.java:188)
	... 9 more

Standard output can be found here - https://s3.console.aws.amazon.com/s3/buckets/j-artifacts/Hazelcast-master-MacOS-ZuluJDK21/42/

@Patras3 Patras3 added this to the 5.5.0 milestone May 21, 2024
@github-actions github-actions bot changed the title com.hazelcast.client.SubsetClientRoutingPartitionGroupTest.terminated_members_are_removed_from_memberGroupView com.hazelcast.client.SubsetClientRoutingPartitionGroupTest.terminated_members_are_removed_from_memberGroupView [HZ-4756] May 21, 2024
Copy link
Contributor

Internal Jira issue: HZ-4756

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant