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

Jon Meredith commented on CASSANDRA-18047:
------------------------------------------

Down to 1 failure across all the runs completed at this time.

*+4.1 +*
[PR|https://github.com/apache/cassandra/pull/2301]
[J8 
repeats|https://app.circleci.com/pipelines/github/jonmeredith/cassandra/798/workflows/2ce56412-9b72-4c0e-9e00-398631d4f454/jobs/9039]
[J11 
repeats|https://app.circleci.com/pipelines/github/jonmeredith/cassandra/798/workflows/a725c99f-2137-4f49-bfa3-fa99747b193c]

*+trunk +*
[PR|https://github.com/apache/cassandra/pull/2302] 
[J8 
repeats|https://app.circleci.com/pipelines/github/jonmeredith/cassandra/797/workflows/a95af6ee-c7fa-4fe9-bc89-fc94a30e6b25]
[J11 
repeats|https://app.circleci.com/pipelines/github/jonmeredith/cassandra/797/workflows/70a6f7ba-2b46-4677-8397-7c92ecedd6fa]

Failure seems to be a {{null}} in a lambda - maybe that's why it's unsafe to 
update the state...

{code}
[junit-timeout] Testcase: 
legacyPurgeRepairLoop(org.apache.cassandra.distributed.test.PaxosRepair2Test):  
      FAILED
[junit-timeout] null
[junit-timeout] junit.framework.AssertionFailedError
[junit-timeout]         at 
org.apache.cassandra.distributed.test.PaxosRepair2Test.lambda$null$13(PaxosRepair2Test.java:521)
[junit-timeout]         at 
org.apache.cassandra.service.paxos.PaxosState.updateStateUnsafe(PaxosState.java:557)
[junit-timeout]         at 
org.apache.cassandra.distributed.test.PaxosRepair2Test.lambda$legacyPurgeRepairLoop$1b03105c$1(PaxosRepair2Test.java:515)
[junit-timeout]         at 
org.apache.cassandra.concurrent.FutureTask$1.call(FutureTask.java:81)
[junit-timeout]         at 
org.apache.cassandra.concurrent.FutureTask.call(FutureTask.java:47)
[junit-timeout]         at 
org.apache.cassandra.concurrent.FutureTask.run(FutureTask.java:57)
[junit-timeout]         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[junit-timeout]         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit-timeout]         at 
io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
[junit-timeout]         at java.lang.Thread.run(Thread.java:750)
{code}

Lambda - L521
{code}
Assert.assertTrue(committed.localDeletionTime < nowInSec);
{code}

Despite the failure, it's a big improvement on failing ~50% of the time on 4.1


> fix flaky 
> o.a.c.distributed.test.PaxosRepair2Test.paxosRepairHistoryIsntUpdatedInForcedRepair
> ---------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-18047
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18047
>             Project: Cassandra
>          Issue Type: Bug
>          Components: CI
>            Reporter: Stefan Miklosovic
>            Assignee: Jon Meredith
>            Priority: Normal
>             Fix For: 4.1.x, 5.x
>
>
> This test was introduced by CASSANDRA-18029
>  
> {code:java}
> junit.framework.AssertionFailedError: Repair failed with errors: [Repair 
> session 864c53d0-61fe-11ed-935f-5103a8e332f7 for range 
> [(-3074457345618258603,3074457345618258601], 
> (9223372036854775805,-3074457345618258603], 
> (3074457345618258601,9223372036854775805]] failed with error UNKNOWN failure 
> response from /127.0.0.3:7012, Repair command #1 finished with error] at 
> org.apache.cassandra.distributed.test.PaxosRepair2Test.lambda$repair$54f7d7c2$1(PaxosRepair2Test.java:186)
>  at org.apache.cassandra.concurrent.FutureTask$1.call(FutureTask.java:96) at 
> org.apache.cassandra.concurrent.FutureTask.call(FutureTask.java:61) at 
> org.apache.cassandra.concurrent.FutureTask.run(FutureTask.java:71) 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}
> different error:
> {code:java}
> junit.framework.AssertionFailedError: Repair failed with errors: [Endpoint 
> not alive: /127.0.0.3:7012, Repair command #1 finished with error]
>       at 
> org.apache.cassandra.distributed.test.PaxosRepair2Test.lambda$repair$54f7d7c2$1(PaxosRepair2Test.java:186)
>       at org.apache.cassandra.concurrent.FutureTask$1.call(FutureTask.java:96)
>       at org.apache.cassandra.concurrent.FutureTask.call(FutureTask.java:61)
>       at org.apache.cassandra.concurrent.FutureTask.run(FutureTask.java:71)
>       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}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to