You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Brandon Williams (Jira)" <ji...@apache.org> on 2020/11/06 18:21:00 UTC

[jira] [Commented] (CASSANDRA-16248) GossipTest hangs until timeout, then fails.

    [ https://issues.apache.org/jira/browse/CASSANDRA-16248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17227552#comment-17227552 ] 

Brandon Williams commented on CASSANDRA-16248:
----------------------------------------------

I fixed the tests in e5ab8c1951, but cc [~yifanc]

> GossipTest hangs until timeout, then fails.
> -------------------------------------------
>
>                 Key: CASSANDRA-16248
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-16248
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Local/Startup and Shutdown, Messaging/Internode, Test/dtest/java
>            Reporter: Sam Tunnicliffe
>            Priority: Normal
>             Fix For: 4.0-beta4
>
>
> A couple of recent updates appear to have broken {{o.a.c.d.t.GossipTest}}
> * There seems to have been a merge/commit race between CASSANDRA-16146 ([{{fee7a108}}|https://github.com/apache/cassandra/commit/fee7a10823da1e29bd0e6504fea9679389180c9e]) and CASSANDRA-15935 ([{{41952a2f}}|https://github.com/apache/cassandra/commit/41952a2f73ba5198250f64beba8f7ff1203204ab]). The former adds a ByteBuddy interception on {{StorageService::bootstrap}}, but the latter changed the method signature, so this never actually gets injected. This causes a latch in the test not to be counted down and it hangs until timeout.
> * After fixing the test code, it still hangs due to changes to {{server_encryption_options}} initialization in CASSANDRA-16144 ([{{f293376a}}|https://github.com/apache/cassandra/commit/f293376aa8dd315a208ef2f03bdcb7a84dcc675c]). It appears to be causing an incorrect keystore location to be specified, which causes instance startup to fail, again leading to the test hanging until it times out. I don't have the cycles to dig into this further right now, but reverting that commit (and making the test fix above) restores the green bar.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org