You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Andres de la Peña (Jira)" <ji...@apache.org> on 2022/07/22 17:45:00 UTC

[jira] [Commented] (CASSANDRA-16953) Flaky replaceAliveHost test from hostreplacement.HostReplacementTest

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

Andres de la Peña commented on CASSANDRA-16953:
-----------------------------------------------

It seems this is not failing anymore since the last fixes on Java dtest framework:
||Branch||CI||
|4.0|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/1950/workflows/40aceac3-feb2-4bea-bd12-48893ecb676e] [j11|https://app.circleci.com/pipelines/github/adelapena/cassandra/1950/workflows/1e1753c4-f84c-403d-8895-7c7d861cd19e]|
|4.1|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/1951/workflows/7e3a00c9-20f6-438e-8ab3-0daacb3986e7] [j11|https://app.circleci.com/pipelines/github/adelapena/cassandra/1951/workflows/b0a02250-dac1-4736-a873-af3b74dbd0f8]|
|trunk|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/1949/workflows/17f6247d-3598-4a9c-b511-15196ab4f94f] [j11|https://app.circleci.com/pipelines/github/adelapena/cassandra/1949/workflows/58b9a35e-6333-443b-8a8d-15c6a5f6d65b]|
I'm just closing this.

> Flaky replaceAliveHost test from hostreplacement.HostReplacementTest
> --------------------------------------------------------------------
>
>                 Key: CASSANDRA-16953
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-16953
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Test/dtest/java
>            Reporter: Ruslan Fomkin
>            Assignee: Andres de la Peña
>            Priority: Normal
>
> {{replaceAliveHost}} from {{org.apache.cassandra.distributed.test.hostreplacement.HostReplacementTest}} has failed number of times in different CircleCI builds in Java 8 and in Java 11. [The last failure|https://app.circleci.com/pipelines/github/k-rus/cassandra/14/workflows/3af46462-d162-4997-a49e-1ca10cd2392b/jobs/126/tests#failed-test-0]. The log is the same in different failures:
> {code:java}
> java.lang.RuntimeException: java.util.concurrent.TimeoutException
> 	at org.apache.cassandra.utils.Throwables.maybeFail(Throwables.java:70)
> 	at org.apache.cassandra.utils.FBUtilities.waitOnFutures(FBUtilities.java:476)
> 	at org.apache.cassandra.distributed.impl.AbstractCluster.close(AbstractCluster.java:850)
> 	at org.apache.cassandra.distributed.test.hostreplacement.HostReplacementTest.replaceAliveHost(HostReplacementTest.java:145)
> 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> Caused by: java.util.concurrent.TimeoutException
> 	at java.base/java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1886)
> 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2021)
> 	at org.apache.cassandra.utils.FBUtilities.waitOnFutures(FBUtilities.java:468)
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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