You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Ekaterina Dimitrova (Jira)" <ji...@apache.org> on 2022/10/03 22:36:00 UTC

[jira] [Commented] (CASSANDRA-17702) Fix flaky dtest - repair_tests.repair_test.TestRepair.test_dead_sync_initiator

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

Ekaterina Dimitrova commented on CASSANDRA-17702:
-------------------------------------------------

Looking into Jenkins it seems there was particular particular time when this test started failing

Last green was from CASSANDRA-17524, 

[#271|https://ci-cassandra.apache.org/job/Cassandra-3.0/271/testReport/dtest.repair_tests.repair_test/TestRepair/] is the first Jenkins run when we see it failing, the legacy parsing fix from CASSANDRA-17581

There were also some fixes applied in the DTest repo somewhere in that time which revealed long time issues so probably worth to check that too. 

> Fix flaky dtest - repair_tests.repair_test.TestRepair.test_dead_sync_initiator
> ------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-17702
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17702
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Consistency/Repair
>            Reporter: Brandon Williams
>            Priority: Normal
>             Fix For: 3.0.x, 3.11.x
>
>
> https://ci-cassandra.apache.org/job/Cassandra-3.11/371/testReport/dtest-novnode.repair_tests.repair_test/TestRepair/test_dead_sync_initiator/
> {noformat}
> Unexpected error found in node logs (see stdout for full details). Errors: [[node1] "ERROR [RepairJobTask:4] 2022-06-19 17:51:47,864 SystemDistributedKeyspace.java:324 - Error executing query UPDATE system_distributed.repair_history SET status = 'FAILED', finished_at = toTimestamp(now()), exception_message=?, exception_stacktrace=? WHERE keyspace_name = 'keyspace1' AND columnfamily_name = 'standard1' AND id = 75f1ee00-eff8-11ec-ad59-710cf5e63782\njava.lang.AssertionError: java.lang.InterruptedException\n\tat org.apache.cassandra.net.OutboundTcpConnection.enqueue(OutboundTcpConnection.java:187)\n\tat org.apache.cassandra.net.MessagingService.sendOneWay(MessagingService.java:956)\n\tat org.apache.cassandra.net.MessagingService.sendRR(MessagingService.java:918)\n\tat org.apache.cassandra.service.StorageProxy.sendToHintedEndpoints(StorageProxy.java:1425)\n\tat org.apache.cassandra.service.StorageProxy$2.apply(StorageProxy.java:142)\n\tat org.apache.cassandra.service.StorageProxy.performWrite(StorageProxy.java:1203)\n\tat org.apache.cassandra.service.StorageProxy.mutate(StorageProxy.java:740)\n\tat org.apache.cassandra.service.StorageProxy.mutateWithTriggers(StorageProxy.java:972)\n\tat org.apache.cassandra.cql3.statements.ModificationStatement.executeWithoutCondition(ModificationStatement.java:435)\n\tat org.apache.cassandra.cql3.statements.ModificationStatement.execute(ModificationStatement.java:421)\n\tat org.apache.cassandra.cql3.QueryProcessor.processStatement(QueryProcessor.java:243)\n\tat org.apache.cassandra.cql3.QueryProcessor.process(QueryProcessor.java:274)\n\tat org.apache.cassandra.cql3.QueryProcessor.process(QueryProcessor.java:289)\n\tat org.apache.cassandra.repair.SystemDistributedKeyspace.processSilent(SystemDistributedKeyspace.java:320)\n\tat org.apache.cassandra.repair.SystemDistributedKeyspace.failedRepairJob(SystemDistributedKeyspace.java:254)\n\tat org.apache.cassandra.repair.RepairJob$3.onFailure(RepairJob.java:132)\n\tat com.google.common.util.concurrent.Futures$6.run(Futures.java:1313)\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)\n\tat org.apache.cassandra.concurrent.NamedThreadFactory.lambda$threadLocalDeallocator$0(NamedThreadFactory.java:84)\n\tat java.lang.Thread.run(Thread.java:748)\nCaused by: java.lang.InterruptedException: null\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1220)\n\tat java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:335)\n\tat java.util.concurrent.LinkedBlockingQueue.put(LinkedBlockingQueue.java:339)\n\tat org.apache.cassandra.net.OutboundTcpConnection.enqueue(OutboundTcpConnection.java:183)\n\t... 20 common frames omitted"]
> {noformat}



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