[
https://issues.apache.org/jira/browse/CASSANDRA-9806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14934149#comment-14934149
]
Paulo Motta commented on CASSANDRA-9806:
----------------------------------------
The error was reported on jenkins build #346. We're currently on build #625,
and both
[ttl_is_respected_on_delayed_replication_test|http://cassci.datastax.com/view/trunk/job/trunk_dtest/625/testReport/ttl_test/TestDistributedTTL/ttl_is_respected_on_delayed_replication_test/history/]
and
[ttl_is_respected_on_repair_test|http://cassci.datastax.com/view/trunk/job/trunk_dtest/625/testReport/ttl_test/TestDistributedTTL/ttl_is_respected_on_repair_test/history/]
seem to been consistently stable in the last builds.
The only recent failures in
[ttl_test.py|http://cassci.datastax.com/view/trunk/job/trunk_dtest/625/testReport/ttl_test/history/]
are related to driver connection timeouts during setup, so I increased our
default dtest timeout from 5s to 10s, which should make these and other tests
less flakey: [dtest PR|https://github.com/riptano/cassandra-dtest/pull/572].
> some TTL test are failing on trunk: losing data after restart?
> ---------------------------------------------------------------
>
> Key: CASSANDRA-9806
> URL: https://issues.apache.org/jira/browse/CASSANDRA-9806
> Project: Cassandra
> Issue Type: Bug
> Reporter: Alan Boudreault
> Assignee: Paulo Motta
> Priority: Blocker
> Fix For: 3.0.0 rc2
>
>
> ttl_test.TestDistributedTTL.ttl_is_respected_on_delayed_replication_test is
> failing and ttl_test.TestDistributedTTL.ttl_is_respected_on_repair_test are
> failing:
> http://cassci.datastax.com/view/trunk/job/trunk_dtest/346/testReport/junit/ttl_test/TestDistributedTTL/ttl_is_respected_on_delayed_replication_test/
> http://cassci.datastax.com/view/trunk/job/trunk_dtest/346/testReport/junit/ttl_test/TestDistributedTTL/ttl_is_respected_on_repair_test/
> After some debugging, I noticed a strange behaviour. It looks like some data
> disappear after a node restart, even if the row has no TTL set. Here a test
> example where I see the issue with latest trunk:
> https://gist.github.com/aboudreault/94cb552750a186ca853d
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)