NodeCannotJoinAsHibernatingNodeWithoutReplaceAddressTest-_jdk17_x86_64 | test-_jdk17_x86_64 | Failure |
Expecting throwable message:
"/127.0.0.2:7012 is in use by another process. Change listen_address:storage_port in cassandra.yaml to values that do not conflict with other services"
to contain:
"A node with address"
but did not.
Throwable that failed the check:
org.apache.cassandra.exceptions.ConfigurationException: /127.0.0.2:7012 is in use by another process. Change listen_address:storage_port in cassandra.yaml to values that do not conflict with other services
at org.apache.cassandra.net.InboundConnectionInitiator.bind(InboundConnectionInitiator.java:188)
at org.apache.cassandra.net.InboundConnectionInitiator.bind(InboundConnectionInitiator.java:208)
at org.apache.cassandra.net.InboundSockets$InboundSocket.open(InboundSockets.java:103)
at org.apache.cassandra.net.InboundSockets$InboundSocket.open(InboundSockets.java:90)
at org.apache.cassandra.net.InboundSockets.open(InboundSockets.java:261)
at org.apache.cassandra.net.MessagingService.listen(MessagingService.java:696)
at org.apache.cassandra.distributed.impl.Instance.lambda$startup$12(Instance.java:684)
at org.apache.cassandra.concurrent.FutureTask$2.call(FutureTask.java:124)
at org.apache.cassandra.concurrent.FutureTask.call(FutureTask.java:61)
at org.apache.cassandra.concurrent.FutureTask.run(FutureTask.java:71)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:840)
junit.framework.AssertionFailedError:
Expecting throwable message:
"/127.0.0.2:7012 is in use by another process. Change listen_address:storage_port in cassandra.yaml to values that do not conflict with other services"
to contain:
"A node with address"
but did not.
Throwable that failed the check:
org.apache.cassandra.exceptions.ConfigurationException: /127.0.0.2:7012 is in use by another process. Change listen_address:storage_port in cassandra.yaml to values that do not conflict with other services
at org.apache.cassandra.net.InboundConnectionInitiator.bind(InboundConnectionInitiator.java:188)
at org.apache.cassandra.net.InboundConnectionInitiator.bind(InboundConnectionInitiator.java:208)
at org.apache.cassandra.net.InboundSockets$InboundSocket.open(InboundSockets.java:103)
at org.apache.cassandra.net.InboundSockets$InboundSocket.open(InboundSockets.java:90)
at org.apache.cassandra.net.InboundSockets.open(InboundSockets.java:261)
at org.apache.cassandra.net.MessagingService.listen(MessagingService.java:696)
at org.apache.cassandra.distributed.impl.Instance.lambda$startup$12(Instance.java:684)
at org.apache.cassandra.concurrent.FutureTask$2.call(FutureTask.java:124)
at org.apache.cassandra.concurrent.FutureTask.call(FutureTask.java:61)
at org.apache.cassandra.concurrent.FutureTask.run(FutureTask.java:71)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:840)
at org.apache.cassandra.distributed.test.hostreplacement.NodeCannotJoinAsHibernatingNodeWithoutReplaceAddressTest.test(NodeCannotJoinAsHibernatingNodeWithoutReplaceAddressTest.java:85)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
| 70.424 |