You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Berenguer Blasi (Jira)" <ji...@apache.org> on 2022/07/06 09:48:00 UTC

[jira] [Comment Edited] (CASSANDRA-17232) org.apache.cassandra.db.commitlog.GroupCommitLogTest tests failing on trunk

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

Berenguer Blasi edited comment on CASSANDRA-17232 at 7/6/22 9:47 AM:
---------------------------------------------------------------------

So we were swallowing interrupts [here|https://github.com/apache/cassandra/pull/1651/files#diff-536585042adf6b16fdd0a2d894080cb7c3a7f0ab7f67e2d9dd8dbf09110b74daR159], which has a wait at the end, hence blocking and timing out when waiting on the executor to finish.

I got past that but now I hit again file inconsistencies and the original error. So some progress made but this is still quite convoluted.


was (Author: bereng):
So we were swallowing interrupts [here|https://github.com/apache/cassandra/pull/1651/files#diff-536585042adf6b16fdd0a2d894080cb7c3a7f0ab7f67e2d9dd8dbf09110b74daR159] hence, which has a wait at the end, blocking and timing out when waiting on the executor to finish.

I got past that but now I hit again file inconsistencies. So some progress made but this is still quite convoluted.

> org.apache.cassandra.db.commitlog.GroupCommitLogTest tests failing on trunk
> ---------------------------------------------------------------------------
>
>                 Key: CASSANDRA-17232
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17232
>             Project: Cassandra
>          Issue Type: Bug
>          Components: CI
>            Reporter: Ekaterina Dimitrova
>            Assignee: Berenguer Blasi
>            Priority: Normal
>             Fix For: 4.1-beta, 4.1.x, 4.x
>
>
> I saw [here|https://jenkins-cm4.apache.org/job/Cassandra-devbranch/1344/testReport/junit/org.apache.cassandra.db.commitlog/GroupCommitLogTest/replayWithDiscard_3_/] and [here|https://ci-cassandra.apache.org/job/Cassandra-trunk/881/testReport/junit/org.apache.cassandra.db.commitlog/GroupCommitLogTest/replayWithDiscard_3__compression_3/] the same assertion failure:
>  
> {code:java}
> org.apache.cassandra.db.commitlog.GroupCommitLogTest.replayWithDiscard[3]
> Error Message
> expected:<204> but was:<0>
> Stacktrace
> junit.framework.AssertionFailedError: expected:<204> but was:<0> at org.apache.cassandra.db.commitlog.CommitLogTest.replayWithDiscard(CommitLogTest.java:883)
> {code}
>  
> Then I find that there are many other tests from GroupCommitLogTest failing with No such file found.
> Example:
> https://jenkins-cm4.apache.org/job/Cassandra-devbranch/1344/



--
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