[
https://issues.apache.org/jira/browse/CASSANDRA-13037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15753581#comment-15753581
]
Stefania commented on CASSANDRA-13037:
--------------------------------------
Thanks for checking. I agree that the threads are not deadlocked, my language
was imprecise. My best guess is that the non-periodic-tasks thread has not been
signaled, or it has failed to get the correct segment offset before entering
awaitUninterruptibly(). I'm multiplexing again
[here|http://cassci.datastax.com/job/stef1927-testall-multiplex/58/], this time
with a longer timeout (9.5 minutes rather than 5) and with some error log
messages that are printed out if it takes longer than 1 minute to receive a
signal in awaitDiskSync(), code is
[here|https://github.com/apache/cassandra/compare/trunk...stef1927:13037-2.1#diff-7720d4b5123a354876e0b3139222f34eR643].
Normally the entire test succeedes in just over 2 minutes.
> DropKeyspaceCommitLogRecycleTest.testRecycle times out in 2.1 and 2.2
> ---------------------------------------------------------------------
>
> Key: CASSANDRA-13037
> URL: https://issues.apache.org/jira/browse/CASSANDRA-13037
> Project: Cassandra
> Issue Type: Bug
> Components: Testing
> Reporter: Stefania
> Assignee: Stefania
> Fix For: 2.1.x, 2.2.x
>
>
> DropKeyspaceCommitLogRecycleTest.testRecycle times out in 2.1 and 2.2:
> http://cassci.datastax.com/job/cassandra-2.2_testall/589/testReport/junit/org.apache.cassandra.cql3/DropKeyspaceCommitLogRecycleTest/testRecycle/
> http://cassci.datastax.com/job/cassandra-2.1_testall/399/testReport/org.apache.cassandra.cql3/DropKeyspaceCommitLogRecycleTest/testRecycle/
> {code}
> Error Message
> Timeout occurred. Please note the time in the report does not reflect the
> time until the timeout.
> Stacktrace
> junit.framework.AssertionFailedError: Timeout occurred. Please note the time
> in the report does not reflect the time until the timeout.
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)