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

Michael Shuler commented on CASSANDRA-10869:
--------------------------------------------

This test failed on 3.0.5-tentative tag novnode_dtest run, but manually 
checking the logs, I find the string that we're looking for:

https://cassci.datastax.com/job/cassandra-3.0.5-tentative_novnode_dtest/lastCompletedBuild/testReport/paging_test/TestPagingWithDeletions/test_failure_threshold_deletions/

{noformat}
Error Message

Cannot find tombstone failure threshold error in log
-------------------- >> begin captured logging << --------------------
dtest: DEBUG: cluster ccm directory: /mnt/tmp/dtest-oiTQzP
dtest: DEBUG: Custom init_config not found. Setting defaults.
dtest: DEBUG: Done setting configuration options:
{   'num_tokens': None,
    'phi_convict_threshold': 5,
    'range_request_timeout_in_ms': 10000,
    'read_request_timeout_in_ms': 10000,
    'request_timeout_in_ms': 10000,
    'truncate_request_timeout_in_ms': 10000,
    'write_request_timeout_in_ms': 10000}
--------------------- >> end captured logging << ---------------------
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/automaton/cassandra-dtest/paging_test.py", line 1817, in 
test_failure_threshold_deletions
    self.assertTrue(failure, "Cannot find tombstone failure threshold error in 
log")
  File "/usr/lib/python2.7/unittest/case.py", line 422, in assertTrue
    raise self.failureException(msg)
"Cannot find tombstone failure threshold error in log\n-------------------- >> 
begin captured logging << --------------------\ndtest: DEBUG: cluster ccm 
directory: /mnt/tmp/dtest-oiTQzP\ndtest: DEBUG: Custom init_config not found. 
Setting defaults.\ndtest: DEBUG: Done setting configuration options:\n{   
'num_tokens': None,\n    'phi_convict_threshold': 5,\n    
'range_request_timeout_in_ms': 10000,\n    'read_request_timeout_in_ms': 
10000,\n    'request_timeout_in_ms': 10000,\n    
'truncate_request_timeout_in_ms': 10000,\n    'write_request_timeout_in_ms': 
10000}\n--------------------- >> end captured logging << ---------------------"
{noformat}

{noformat}
mshuler@hana:~/tmp/logs$ grep -r "Scanned over.* tombstones during query.* 
query aborted" 
1459899948616_paging_test.TestPagingWithDeletions.test_failure_threshold_deletions/
1459899948616_paging_test.TestPagingWithDeletions.test_failure_threshold_deletions/node3_debug.log:ERROR
 [SharedPool-Worker-1] 2016-04-05 23:45:48,582 MessageDeliveryTask.java:77 - 
Scanned over 501 tombstones during query 'SELECT * FROM 
test_paging_size.paging_test WHERE token(id) <= -3074457345618258603 LIMIT 
1000' (last scanned row partion key was ((1), 
2a33f004-6073-44a4-878c-59a93eca7420)); query aborted
1459899948616_paging_test.TestPagingWithDeletions.test_failure_threshold_deletions/node3.log:ERROR
 [SharedPool-Worker-1] 2016-04-05 23:45:48,582 MessageDeliveryTask.java:77 - 
Scanned over 501 tombstones during query 'SELECT * FROM 
test_paging_size.paging_test WHERE token(id) <= -3074457345618258603 LIMIT 
1000' (last scanned row partion key was ((1), 
2a33f004-6073-44a4-878c-59a93eca7420)); query aborted
1459899948616_paging_test.TestPagingWithDeletions.test_failure_threshold_deletions/node2.log:ERROR
 [SharedPool-Worker-2] 2016-04-05 23:45:48,562 MessageDeliveryTask.java:77 - 
Scanned over 501 tombstones during query 'SELECT * FROM 
test_paging_size.paging_test WHERE token(id) <= -3074457345618258603 LIMIT 
1000' (last scanned row partion key was ((1), 
2a33f004-6073-44a4-878c-59a93eca7420)); query aborted
1459899948616_paging_test.TestPagingWithDeletions.test_failure_threshold_deletions/node2_debug.log:ERROR
 [SharedPool-Worker-2] 2016-04-05 23:45:48,562 MessageDeliveryTask.java:77 - 
Scanned over 501 tombstones during query 'SELECT * FROM 
test_paging_size.paging_test WHERE token(id) <= -3074457345618258603 LIMIT 
1000' (last scanned row partion key was ((1), 
2a33f004-6073-44a4-878c-59a93eca7420)); query aborted
{noformat}

> paging_test.py:TestPagingWithDeletions.test_failure_threshold_deletions dtest 
> fails on 2.1
> ------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-10869
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10869
>             Project: Cassandra
>          Issue Type: Sub-task
>            Reporter: Jim Witschey
>              Labels: dtest
>             Fix For: 2.1.x
>
>
> This test is failing hard on 2.1. Here is its history on the JDK8 job for 
> cassandra-2.1:
> http://cassci.datastax.com/job/cassandra-2.1_dtest_jdk8/lastCompletedBuild/testReport/paging_test/TestPagingWithDeletions/test_failure_threshold_deletions/history/
> and on the JDK7 job:
> http://cassci.datastax.com/job/cassandra-2.1_dtest/lastCompletedBuild/testReport/paging_test/TestPagingWithDeletions/test_failure_threshold_deletions/history/
> It fails because a read times out after ~1.5 minutes. If this is a test 
> error, it's specific to 2.1, because the test passes consistently on newer 
> versions.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to