[
https://issues.apache.org/jira/browse/CASSANDRA-15148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17303453#comment-17303453
]
Ekaterina Dimitrova edited comment on CASSANDRA-15148 at 3/17/21, 2:07 PM:
---------------------------------------------------------------------------
Thank you [~samt], I added the test
[here|https://github.com/ekaterinadimitrova2/cassandra/commit/465ac85a67d2c9f1eac8c6e5af80feeabebf31a1]
but it fails with:
{code:java}
java.lang.ClassCastException: org.apache.cassandra.locator.InetAddressAndPort
cannot be cast to
org.apache.cassandra.locator.InetAddressAndPortjava.lang.ClassCastException:
org.apache.cassandra.locator.InetAddressAndPort cannot be cast to
org.apache.cassandra.locator.InetAddressAndPort
at
org.apache.cassandra.distributed.impl.IsolatedExecutor.lambda$null$8(IsolatedExecutor.java:115)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at
java.util.concurrent.FutureTask.run(FutureTask.java:266) at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at
io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:748){code}
I have to see in details what is going on today
was (Author: e.dimitrova):
Thank you [~samt] Sam, I added the test
[here|https://github.com/ekaterinadimitrova2/cassandra/commit/465ac85a67d2c9f1eac8c6e5af80feeabebf31a1]
but it fails with:
{code:java}
java.lang.ClassCastException: org.apache.cassandra.locator.InetAddressAndPort
cannot be cast to
org.apache.cassandra.locator.InetAddressAndPortjava.lang.ClassCastException:
org.apache.cassandra.locator.InetAddressAndPort cannot be cast to
org.apache.cassandra.locator.InetAddressAndPort
at
org.apache.cassandra.distributed.impl.IsolatedExecutor.lambda$null$8(IsolatedExecutor.java:115)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at
java.util.concurrent.FutureTask.run(FutureTask.java:266) at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at
io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:748){code}
I have to see in details what is going on today
> Add in-jvm dtest for Gossip to trunk
> ------------------------------------
>
> Key: CASSANDRA-15148
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15148
> Project: Cassandra
> Issue Type: Task
> Components: Test/dtest/java
> Reporter: Sam Tunnicliffe
> Assignee: Ekaterina Dimitrova
> Priority: Low
> Fix For: 4.0, 4.0-rc
>
>
> When merging CASSANDRA-15120 to trunk, the in-jvm dtest support for gossip
> and networking were ommitted as much of the work to support that is already
> done and due to land in CASSANDRA-15066. Once that patch is committed, we
> should add the {{GossipTest}} from CASSANDRA-15120 to trunk.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]