[jira] [Commented] (CASSANDRA-11879) dtest failure in secondary_indexes_test.TestSecondaryIndexesOnCollections.test_map_indexes

2022-02-17 Thread Craig Kodman (Jira)


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

Craig Kodman commented on CASSANDRA-11879:
--

I’m sure that I’m not supposed to receive these. Can you remove me please? 

Sent from my iPhone



> dtest failure in 
> secondary_indexes_test.TestSecondaryIndexesOnCollections.test_map_indexes
> --
>
> Key: CASSANDRA-11879
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11879
> Project: Cassandra
>  Issue Type: Bug
>  Components: Feature/2i Index
>Reporter: Craig Kodman
>Assignee: Carl Yeksigian
>Priority: Normal
>  Labels: dtest, windows
> Fix For: 3.0.26
>
> Attachments: node1_debug.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.0_dtest_win32/240/testReport/secondary_indexes_test/TestSecondaryIndexesOnCollections/test_map_indexes
> Failed on CassCI build cassandra-3.0_dtest_win32 #240
> Log is attached. It's failing an assertion where it expects to find data, but 
> isn't.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Created] (CASSANDRA-12556) dtest failure in paging_test.TestPagingDatasetChanges.test_cell_TTL_expiry_during_paging

2016-08-26 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12556:


 Summary: dtest failure in 
paging_test.TestPagingDatasetChanges.test_cell_TTL_expiry_during_paging
 Key: CASSANDRA-12556
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12556
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/cassandra-3.9_dtest/49/testReport/paging_test/TestPagingDatasetChanges/test_cell_TTL_expiry_during_paging

{code}
Error Message

Error from server: code=2200 [Invalid query] message="unconfigured table 
paging_test"
 >> begin captured logging << 
dtest: DEBUG: cluster ccm directory: /tmp/dtest-V_YoOr
dtest: DEBUG: Done setting configuration options:
{   'initial_token': None,
'num_tokens': '32',
'phi_convict_threshold': 5,
'range_request_timeout_in_ms': 1,
'read_request_timeout_in_ms': 1,
'request_timeout_in_ms': 1,
'truncate_request_timeout_in_ms': 1,
'write_request_timeout_in_ms': 1}
- >> end captured logging << -

{code}

{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/paging_test.py", line 2660, in 
test_cell_TTL_expiry_during_paging
session, 'paging_test', cl=CL.ALL, format_funcs={'id': int, 'mytext': 
random_txt}
  File "/home/automaton/cassandra-dtest/datahelp.py", line 130, in create_rows
vals=', '.join('?' for k in dicts[0].keys()), postfix=postfix)
  File "cassandra/cluster.py", line 2162, in cassandra.cluster.Session.prepare 
(cassandra/cluster.c:37231)
raise
  File "cassandra/cluster.py", line 2159, in cassandra.cluster.Session.prepare 
(cassandra/cluster.c:37087)
query_id, bind_metadata, pk_indexes, result_metadata = future.result()
  File "cassandra/cluster.py", line 3665, in 
cassandra.cluster.ResponseFuture.result (cassandra/cluster.c:70216)
raise self._final_exception
'Error from server: code=2200 [Invalid query] message="unconfigured table 
paging_test"\n >> begin captured logging << 
\ndtest: DEBUG: cluster ccm directory: 
/tmp/dtest-V_YoOr\ndtest: DEBUG: Done setting configuration options:\n{   
\'initial_token\': None,\n\'num_tokens\': \'32\',\n
\'phi_convict_threshold\': 5,\n\'range_request_timeout_in_ms\': 1,\n
\'read_request_timeout_in_ms\': 1,\n\'request_timeout_in_ms\': 1,\n 
   \'truncate_request_timeout_in_ms\': 1,\n
\'write_request_timeout_in_ms\': 1}\n- >> end captured 
logging << -'
{code}



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


[jira] [Updated] (CASSANDRA-12531) dtest failure in read_failures_test.TestReadFailures.test_tombstone_failure_v3

2016-08-24 Thread Craig Kodman (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-12531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Craig Kodman updated CASSANDRA-12531:
-
Description: 
example failure:

http://cassci.datastax.com/job/cassandra-2.2_dtest/682/testReport/read_failures_test/TestReadFailures/test_tombstone_failure_v3

http://cassci.datastax.com/job/cassandra-2.2_dtest/682/testReport/read_failures_test/TestReadFailures/test_tombstone_failure_v4

{code}
Error Message

ReadTimeout not raised
 >> begin captured logging << 
dtest: DEBUG: cluster ccm directory: /tmp/dtest-swJYMH
dtest: DEBUG: Done setting configuration options:
{   'initial_token': None,
'num_tokens': '32',
'phi_convict_threshold': 5,
'range_request_timeout_in_ms': 1,
'read_request_timeout_in_ms': 1,
'request_timeout_in_ms': 1,
'truncate_request_timeout_in_ms': 1,
'write_request_timeout_in_ms': 1}
- >> end captured logging << -
{code}

{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/tools.py", line 290, in wrapped
f(obj)
  File "/home/automaton/cassandra-dtest/read_failures_test.py", line 90, in 
test_tombstone_failure_v3
self._perform_cql_statement(session, "SELECT value FROM tombstonefailure")
  File "/home/automaton/cassandra-dtest/read_failures_test.py", line 63, in 
_perform_cql_statement
session.execute(statement)
  File "/usr/lib/python2.7/unittest/case.py", line 116, in __exit__
"{0} not raised".format(exc_name))
"ReadTimeout not raised\n >> begin captured logging << 
\ndtest: DEBUG: cluster ccm directory: 
/tmp/dtest-swJYMH\ndtest: DEBUG: Done setting configuration options:\n{   
'initial_token': None,\n'num_tokens': '32',\n'phi_convict_threshold': 
5,\n'range_request_timeout_in_ms': 1,\n
'read_request_timeout_in_ms': 1,\n'request_timeout_in_ms': 1,\n
'truncate_request_timeout_in_ms': 1,\n'write_request_timeout_in_ms': 
1}\n- >> end captured logging << -"
{code}

  was:
example failure:

http://cassci.datastax.com/job/cassandra-2.2_dtest/682/testReport/read_failures_test/TestReadFailures/test_tombstone_failure_v3

{code}
Error Message

ReadTimeout not raised
 >> begin captured logging << 
dtest: DEBUG: cluster ccm directory: /tmp/dtest-swJYMH
dtest: DEBUG: Done setting configuration options:
{   'initial_token': None,
'num_tokens': '32',
'phi_convict_threshold': 5,
'range_request_timeout_in_ms': 1,
'read_request_timeout_in_ms': 1,
'request_timeout_in_ms': 1,
'truncate_request_timeout_in_ms': 1,
'write_request_timeout_in_ms': 1}
- >> end captured logging << -
{code}

{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/tools.py", line 290, in wrapped
f(obj)
  File "/home/automaton/cassandra-dtest/read_failures_test.py", line 90, in 
test_tombstone_failure_v3
self._perform_cql_statement(session, "SELECT value FROM tombstonefailure")
  File "/home/automaton/cassandra-dtest/read_failures_test.py", line 63, in 
_perform_cql_statement
session.execute(statement)
  File "/usr/lib/python2.7/unittest/case.py", line 116, in __exit__
"{0} not raised".format(exc_name))
"ReadTimeout not raised\n >> begin captured logging << 
\ndtest: DEBUG: cluster ccm directory: 
/tmp/dtest-swJYMH\ndtest: DEBUG: Done setting configuration options:\n{   
'initial_token': None,\n'num_tokens': '32',\n'phi_convict_threshold': 
5,\n'range_request_timeout_in_ms': 1,\n
'read_request_timeout_in_ms': 1,\n'request_timeout_in_ms': 1,\n
'truncate_request_timeout_in_ms': 1,\n'write_request_timeout_in_ms': 
1}\n- >> end captured logging << -"
{code}


> dtest failure in read_failures_test.TestReadFailures.test_tombstone_failure_v3
> --
>
> Key: CASSANDRA-12531
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12531
> Project: Cassandra
>  Issue Type: Test
>Reporter: Craig Kodman
>Assignee: DS Test Eng
>  Labels: dtest
>
> example failure:
> http://cassci.datastax.com/job/cassandra-2.2_dtest/682/testReport/read_failures_test/TestReadFailures/test_tombstone_failure_v3
> http://cassci.datastax.com/job/cassandra-2.2_dtest/682/testReport/read_failures_test/TestReadFailures/test_tombstone_failure_v4
> {code}
> Error Message
> ReadTimeout not raised
> 

[jira] [Created] (CASSANDRA-12531) dtest failure in read_failures_test.TestReadFailures.test_tombstone_failure_v3

2016-08-24 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12531:


 Summary: dtest failure in 
read_failures_test.TestReadFailures.test_tombstone_failure_v3
 Key: CASSANDRA-12531
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12531
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/cassandra-2.2_dtest/682/testReport/read_failures_test/TestReadFailures/test_tombstone_failure_v3

{code}
Error Message

ReadTimeout not raised
 >> begin captured logging << 
dtest: DEBUG: cluster ccm directory: /tmp/dtest-swJYMH
dtest: DEBUG: Done setting configuration options:
{   'initial_token': None,
'num_tokens': '32',
'phi_convict_threshold': 5,
'range_request_timeout_in_ms': 1,
'read_request_timeout_in_ms': 1,
'request_timeout_in_ms': 1,
'truncate_request_timeout_in_ms': 1,
'write_request_timeout_in_ms': 1}
- >> end captured logging << -
{code}

{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/tools.py", line 290, in wrapped
f(obj)
  File "/home/automaton/cassandra-dtest/read_failures_test.py", line 90, in 
test_tombstone_failure_v3
self._perform_cql_statement(session, "SELECT value FROM tombstonefailure")
  File "/home/automaton/cassandra-dtest/read_failures_test.py", line 63, in 
_perform_cql_statement
session.execute(statement)
  File "/usr/lib/python2.7/unittest/case.py", line 116, in __exit__
"{0} not raised".format(exc_name))
"ReadTimeout not raised\n >> begin captured logging << 
\ndtest: DEBUG: cluster ccm directory: 
/tmp/dtest-swJYMH\ndtest: DEBUG: Done setting configuration options:\n{   
'initial_token': None,\n'num_tokens': '32',\n'phi_convict_threshold': 
5,\n'range_request_timeout_in_ms': 1,\n
'read_request_timeout_in_ms': 1,\n'request_timeout_in_ms': 1,\n
'truncate_request_timeout_in_ms': 1,\n'write_request_timeout_in_ms': 
1}\n- >> end captured logging << -"
{code}



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


[jira] [Created] (CASSANDRA-12515) dtest failure in cql_tests.SlowQueryTester.remote_query_test

2016-08-22 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12515:


 Summary: dtest failure in 
cql_tests.SlowQueryTester.remote_query_test
 Key: CASSANDRA-12515
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12515
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng
 Attachments: node1.log, node1_debug.log, node1_gc.log

example failure:

http://cassci.datastax.com/job/cassandra-2.2_dtest/680/testReport/cql_tests/SlowQueryTester/remote_query_test

{code}
Error Message

22 Aug 2016 04:05:15 [node1] Missing: ['Starting listening for CQL clients']:
ERROR [main] 2016-08-22 03:55:13,422 CassandraDaem.
See system.log for remainder
 >> begin captured logging << 
dtest: DEBUG: cluster ccm directory: /tmp/dtest-qeHpYA
dtest: DEBUG: Done setting configuration options:
{   'initial_token': None,
'num_tokens': '32',
'phi_convict_threshold': 5,
'range_request_timeout_in_ms': 1,
'read_request_timeout_in_ms': 1,
'request_timeout_in_ms': 1,
'truncate_request_timeout_in_ms': 1,
'write_request_timeout_in_ms': 1}
- >> end captured logging << -
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/cql_tests.py", line 879, in 
remote_query_test
node1.start(wait_for_binary_proto=True, join_ring=False)  # ensure other 
node executes queries
  File "/home/automaton/ccm/ccmlib/node.py", line 655, in start
self.wait_for_binary_interface(from_mark=self.mark)
  File "/home/automaton/ccm/ccmlib/node.py", line 493, in 
wait_for_binary_interface
self.watch_log_for("Starting listening for CQL clients", **kwargs)
  File "/home/automaton/ccm/ccmlib/node.py", line 450, in watch_log_for
raise TimeoutError(time.strftime("%d %b %Y %H:%M:%S", time.gmtime()) + " [" 
+ self.name + "] Missing: " + str([e.pattern for e in tofind]) + ":\n" + 
reads[:50] + ".\nSee {} for remainder".format(filename))
"22 Aug 2016 04:05:15 [node1] Missing: ['Starting listening for CQL 
clients']:\nERROR [main] 2016-08-22 03:55:13,422 CassandraDaem.\nSee 
system.log for remainder\n >> begin captured logging << 
\ndtest: DEBUG: cluster ccm directory: 
/tmp/dtest-qeHpYA\ndtest: DEBUG: Done setting configuration options:\n{   
'initial_token': None,\n'num_tokens': '32',\n'phi_convict_threshold': 
5,\n'range_request_timeout_in_ms': 1,\n
'read_request_timeout_in_ms': 1,\n'request_timeout_in_ms': 1,\n
'truncate_request_timeout_in_ms': 1,\n'write_request_timeout_in_ms': 
1}\n- >> end captured logging << -"
{code}



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


[jira] [Updated] (CASSANDRA-12514) dtest failure in cql_tests.SlowQueryTester.disable_slow_query_log_test

2016-08-22 Thread Craig Kodman (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-12514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Craig Kodman updated CASSANDRA-12514:
-
Description: 
example failure:

http://cassci.datastax.com/job/cassandra-2.2_dtest/680/testReport/cql_tests/SlowQueryTester/disable_slow_query_log_test

http://cassci.datastax.com/job/cassandra-2.2_dtest/680/testReport/cql_tests/SlowQueryTester/local_query_test/

{code}
Error Message

Error starting node1.
 >> begin captured logging << 
dtest: DEBUG: cluster ccm directory: /tmp/dtest-rDW1JQ
dtest: DEBUG: Done setting configuration options:
{   'initial_token': None,
'num_tokens': '32',
'phi_convict_threshold': 5,
'range_request_timeout_in_ms': 1,
'read_request_timeout_in_ms': 1,
'request_timeout_in_ms': 1,
'truncate_request_timeout_in_ms': 1,
'write_request_timeout_in_ms': 1}
- >> end captured logging << -
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/cql_tests.py", line 945, in 
disable_slow_query_log_test
"-Dcassandra.test.read_iteration_delay_ms=50"])
  File "/home/automaton/ccm/ccmlib/cluster.py", line 414, in start
raise NodeError("Error starting {0}.".format(node.name), p)
"Error starting node1.\n >> begin captured logging << 
\ndtest: DEBUG: cluster ccm directory: 
/tmp/dtest-rDW1JQ\ndtest: DEBUG: Done setting configuration options:\n{   
'initial_token': None,\n'num_tokens': '32',\n'phi_convict_threshold': 
5,\n'range_request_timeout_in_ms': 1,\n
'read_request_timeout_in_ms': 1,\n'request_timeout_in_ms': 1,\n
'truncate_request_timeout_in_ms': 1,\n'write_request_timeout_in_ms': 
1}\n- >> end captured logging << -"
Standard Output

[node1 ERROR] org.apache.cassandra.exceptions.ConfigurationException: Invalid 
yaml. Please remove properties [slow_query_log_timeout_in_ms] from your 
cassandra.yaml
at 
org.apache.cassandra.config.YamlConfigurationLoader$MissingPropertiesChecker.check(YamlConfigurationLoader.java:146)
at 
org.apache.cassandra.config.YamlConfigurationLoader.loadConfig(YamlConfigurationLoader.java:113)
at 
org.apache.cassandra.config.YamlConfigurationLoader.loadConfig(YamlConfigurationLoader.java:85)
at 
org.apache.cassandra.config.DatabaseDescriptor.loadConfig(DatabaseDescriptor.java:135)
at 
org.apache.cassandra.config.DatabaseDescriptor.(DatabaseDescriptor.java:119)
at 
org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:507)
at 
org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:641)
{code}

  was:
example failure:

http://cassci.datastax.com/job/cassandra-2.2_dtest/680/testReport/cql_tests/SlowQueryTester/disable_slow_query_log_test

{code}
Error Message

Error starting node1.
 >> begin captured logging << 
dtest: DEBUG: cluster ccm directory: /tmp/dtest-rDW1JQ
dtest: DEBUG: Done setting configuration options:
{   'initial_token': None,
'num_tokens': '32',
'phi_convict_threshold': 5,
'range_request_timeout_in_ms': 1,
'read_request_timeout_in_ms': 1,
'request_timeout_in_ms': 1,
'truncate_request_timeout_in_ms': 1,
'write_request_timeout_in_ms': 1}
- >> end captured logging << -
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/cql_tests.py", line 945, in 
disable_slow_query_log_test
"-Dcassandra.test.read_iteration_delay_ms=50"])
  File "/home/automaton/ccm/ccmlib/cluster.py", line 414, in start
raise NodeError("Error starting {0}.".format(node.name), p)
"Error starting node1.\n >> begin captured logging << 
\ndtest: DEBUG: cluster ccm directory: 
/tmp/dtest-rDW1JQ\ndtest: DEBUG: Done setting configuration options:\n{   
'initial_token': None,\n'num_tokens': '32',\n'phi_convict_threshold': 
5,\n'range_request_timeout_in_ms': 1,\n
'read_request_timeout_in_ms': 1,\n'request_timeout_in_ms': 1,\n
'truncate_request_timeout_in_ms': 1,\n'write_request_timeout_in_ms': 
1}\n- >> end captured logging << -"
Standard Output

[node1 ERROR] org.apache.cassandra.exceptions.ConfigurationException: Invalid 
yaml. Please remove properties [slow_query_log_timeout_in_ms] from your 
cassandra.yaml
at 
org.apache.cassandra.config.YamlConfigurationLoader$MissingPropertiesChecker.check(YamlConfigurationLoader.java:146)
at 

[jira] [Created] (CASSANDRA-12514) dtest failure in cql_tests.SlowQueryTester.disable_slow_query_log_test

2016-08-22 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12514:


 Summary: dtest failure in 
cql_tests.SlowQueryTester.disable_slow_query_log_test
 Key: CASSANDRA-12514
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12514
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng
 Attachments: node1.log, node1_debug.log, node1_gc.log

example failure:

http://cassci.datastax.com/job/cassandra-2.2_dtest/680/testReport/cql_tests/SlowQueryTester/disable_slow_query_log_test

{code}
Error Message

Error starting node1.
 >> begin captured logging << 
dtest: DEBUG: cluster ccm directory: /tmp/dtest-rDW1JQ
dtest: DEBUG: Done setting configuration options:
{   'initial_token': None,
'num_tokens': '32',
'phi_convict_threshold': 5,
'range_request_timeout_in_ms': 1,
'read_request_timeout_in_ms': 1,
'request_timeout_in_ms': 1,
'truncate_request_timeout_in_ms': 1,
'write_request_timeout_in_ms': 1}
- >> end captured logging << -
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/cql_tests.py", line 945, in 
disable_slow_query_log_test
"-Dcassandra.test.read_iteration_delay_ms=50"])
  File "/home/automaton/ccm/ccmlib/cluster.py", line 414, in start
raise NodeError("Error starting {0}.".format(node.name), p)
"Error starting node1.\n >> begin captured logging << 
\ndtest: DEBUG: cluster ccm directory: 
/tmp/dtest-rDW1JQ\ndtest: DEBUG: Done setting configuration options:\n{   
'initial_token': None,\n'num_tokens': '32',\n'phi_convict_threshold': 
5,\n'range_request_timeout_in_ms': 1,\n
'read_request_timeout_in_ms': 1,\n'request_timeout_in_ms': 1,\n
'truncate_request_timeout_in_ms': 1,\n'write_request_timeout_in_ms': 
1}\n- >> end captured logging << -"
Standard Output

[node1 ERROR] org.apache.cassandra.exceptions.ConfigurationException: Invalid 
yaml. Please remove properties [slow_query_log_timeout_in_ms] from your 
cassandra.yaml
at 
org.apache.cassandra.config.YamlConfigurationLoader$MissingPropertiesChecker.check(YamlConfigurationLoader.java:146)
at 
org.apache.cassandra.config.YamlConfigurationLoader.loadConfig(YamlConfigurationLoader.java:113)
at 
org.apache.cassandra.config.YamlConfigurationLoader.loadConfig(YamlConfigurationLoader.java:85)
at 
org.apache.cassandra.config.DatabaseDescriptor.loadConfig(DatabaseDescriptor.java:135)
at 
org.apache.cassandra.config.DatabaseDescriptor.(DatabaseDescriptor.java:119)
at 
org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:507)
at 
org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:641)
{code}



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


[jira] [Created] (CASSANDRA-12481) dtest failure in cqlshlib.test.test_cqlsh_output.TestCqlshOutput.test_describe_keyspace_output

2016-08-17 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12481:


 Summary: dtest failure in 
cqlshlib.test.test_cqlsh_output.TestCqlshOutput.test_describe_keyspace_output
 Key: CASSANDRA-12481
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12481
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/cassandra-3.0_cqlsh_tests/29/testReport/cqlshlib.test.test_cqlsh_output/TestCqlshOutput/test_describe_keyspace_output

{code}
Error Message

errors={'127.0.0.1': 'Client request timeout. See 
Session.execute[_async](timeout)'}, last_host=127.0.0.1

{code}

http://cassci.datastax.com/job/cassandra-3.0_cqlsh_tests/lastCompletedBuild/cython=no,label=ctool-lab/testReport/cqlshlib.test.test_cqlsh_output/TestCqlshOutput/test_describe_keyspace_output/



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


[jira] [Created] (CASSANDRA-12479) dtest failure in cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_bulk_round_trip_non_prepared_statements

2016-08-17 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12479:


 Summary: dtest failure in 
cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_bulk_round_trip_non_prepared_statements
 Key: CASSANDRA-12479
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12479
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng
 Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, 
node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log

example failure:

http://cassci.datastax.com/job/cassandra-2.2_offheap_dtest/447/testReport/cqlsh_tests.cqlsh_copy_tests/CqlshCopyTest/test_bulk_round_trip_non_prepared_statements

{code}
Error Message

10 != 96848
 >> begin captured logging << 
dtest: DEBUG: cluster ccm directory: /tmp/dtest-BryYNs
dtest: DEBUG: Done setting configuration options:
{   'initial_token': None,
'memtable_allocation_type': 'offheap_objects',
'num_tokens': '32',
'phi_convict_threshold': 5,
'range_request_timeout_in_ms': 1,
'read_request_timeout_in_ms': 1,
'request_timeout_in_ms': 1,
'truncate_request_timeout_in_ms': 1,
'write_request_timeout_in_ms': 1}
dtest: DEBUG: Running stress without any user profile
dtest: DEBUG: Generated 10 records
dtest: DEBUG: Exporting to csv file: /tmp/tmpREOhBZ
dtest: DEBUG: CONSISTENCY ALL; COPY keyspace1.standard1 TO '/tmp/tmpREOhBZ' 
WITH PAGETIMEOUT = 10 AND PAGESIZE = 1000
dtest: DEBUG: COPY TO took 0:00:04.598829 to export 10 records
dtest: DEBUG: Truncating keyspace1.standard1...
dtest: DEBUG: Importing from csv file: /tmp/tmpREOhBZ
dtest: DEBUG: COPY keyspace1.standard1 FROM '/tmp/tmpREOhBZ' WITH 
PREPAREDSTATEMENTS = False
dtest: DEBUG: COPY FROM took 0:00:10.348123 to import 10 records
dtest: DEBUG: Exporting to csv file: /tmp/tmpeXLPtz
dtest: DEBUG: CONSISTENCY ALL; COPY keyspace1.standard1 TO '/tmp/tmpeXLPtz' 
WITH PAGETIMEOUT = 10 AND PAGESIZE = 1000
dtest: DEBUG: COPY TO took 0:00:11.681829 to export 10 records
- >> end captured logging << -
{code}

{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_copy_tests.py", line 
2482, in test_bulk_round_trip_non_prepared_statements
copy_from_options={'PREPAREDSTATEMENTS': False})
  File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_copy_tests.py", line 
2461, in _test_bulk_round_trip
sum(1 for _ in open(tempfile2.name)))
  File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual
assertion_func(first, second, msg=msg)
  File "/usr/lib/python2.7/unittest/case.py", line 506, in _baseAssertEqual
raise self.failureException(msg)
"10 != 96848\n >> begin captured logging << 
\ndtest: DEBUG: cluster ccm directory: 
/tmp/dtest-BryYNs\ndtest: DEBUG: Done setting configuration options:\n{   
'initial_token': None,\n'memtable_allocation_type': 'offheap_objects',\n
'num_tokens': '32',\n'phi_convict_threshold': 5,\n
'range_request_timeout_in_ms': 1,\n'read_request_timeout_in_ms': 
1,\n'request_timeout_in_ms': 1,\n
'truncate_request_timeout_in_ms': 1,\n'write_request_timeout_in_ms': 
1}\ndtest: DEBUG: Running stress without any user profile\ndtest: DEBUG: 
Generated 10 records\ndtest: DEBUG: Exporting to csv file: 
/tmp/tmpREOhBZ\ndtest: DEBUG: CONSISTENCY ALL; COPY keyspace1.standard1 TO 
'/tmp/tmpREOhBZ' WITH PAGETIMEOUT = 10 AND PAGESIZE = 1000\ndtest: DEBUG: COPY 
TO took 0:00:04.598829 to export 10 records\ndtest: DEBUG: Truncating 
keyspace1.standard1...\ndtest: DEBUG: Importing from csv file: 
/tmp/tmpREOhBZ\ndtest: DEBUG: COPY keyspace1.standard1 FROM '/tmp/tmpREOhBZ' 
WITH PREPAREDSTATEMENTS = False\ndtest: DEBUG: COPY FROM took 0:00:10.348123 to 
import 10 records\ndtest: DEBUG: Exporting to csv file: 
/tmp/tmpeXLPtz\ndtest: DEBUG: CONSISTENCY ALL; COPY keyspace1.standard1 TO 
'/tmp/tmpeXLPtz' WITH PAGETIMEOUT = 10 AND PAGESIZE = 1000\ndtest: DEBUG: COPY 
TO took 0:00:11.681829 to export 10 records\n- >> end 
captured logging << -"
{code}



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


[jira] [Created] (CASSANDRA-12469) dtest failure in upgrade_tests.repair_test.TestUpgradeRepair.repair_after_upgrade_test

2016-08-16 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12469:


 Summary: dtest failure in 
upgrade_tests.repair_test.TestUpgradeRepair.repair_after_upgrade_test
 Key: CASSANDRA-12469
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12469
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng
 Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, 
node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log

example failure:

http://cassci.datastax.com/job/cassandra-3.9_dtest_upgrade/24/testReport/upgrade_tests.repair_test/TestUpgradeRepair/repair_after_upgrade_test



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


[jira] [Updated] (CASSANDRA-12467) dtest failure in jmx_test.TestJMX.netstats_test

2016-08-16 Thread Craig Kodman (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-12467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Craig Kodman updated CASSANDRA-12467:
-
Labels: dtest windows  (was: dtest)

> dtest failure in jmx_test.TestJMX.netstats_test
> ---
>
> Key: CASSANDRA-12467
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12467
> Project: Cassandra
>  Issue Type: Test
>Reporter: Craig Kodman
>Assignee: DS Test Eng
>  Labels: dtest, windows
> Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, 
> node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-2.2_dtest_win32/285/testReport/jmx_test/TestJMX/netstats_test
> {code}
> Error Message
> "ConnectException: 'Connection refused'." does not match "Subprocess 
> ['nodetool', '-h', 'localhost', '-p', '7100', ['netstats']] exited with 
> non-zero status; exit status: 1; 
> stdout: Starting NodeTool
> ; 
> stderr: nodetool: Failed to connect to 'localhost:7100' - ConnectException: 
> 'Connection refused: connect'.
> "
>  >> begin captured logging << 
> dtest: DEBUG: cluster ccm directory: d:\temp\2\dtest-dbbq3u
> dtest: DEBUG: Done setting configuration options:
> {   'initial_token': None,
> 'num_tokens': '32',
> 'phi_convict_threshold': 5,
> 'range_request_timeout_in_ms': 1,
> 'read_request_timeout_in_ms': 1,
> 'request_timeout_in_ms': 1,
> 'truncate_request_timeout_in_ms': 1,
> 'write_request_timeout_in_ms': 1}
> - >> end captured logging << -
> {code}
> {code}
> Stacktrace
>   File "C:\tools\python2\lib\unittest\case.py", line 329, in run
> testMethod()
>   File 
> "D:\jenkins\workspace\cassandra-2.2_dtest_win32\cassandra-dtest\jmx_test.py", 
> line 35, in netstats_test
> node1.nodetool('netstats')
>   File "C:\tools\python2\lib\unittest\case.py", line 127, in __exit__
> (expected_regexp.pattern, str(exc_value)))
> '"ConnectException: \'Connection refused\'." does not match "Subprocess 
> [\'nodetool\', \'-h\', \'localhost\', \'-p\', \'7100\', [\'netstats\']] 
> exited with non-zero status; exit status: 1; \nstdout: Starting NodeTool\n; 
> \nstderr: nodetool: Failed to connect to \'localhost:7100\' - 
> ConnectException: \'Connection refused: connect\'.\n"\n 
> >> begin captured logging << \ndtest: DEBUG: cluster ccm 
> directory: d:\\temp\\2\\dtest-dbbq3u\ndtest: DEBUG: Done setting 
> configuration options:\n{   \'initial_token\': None,\n\'num_tokens\': 
> \'32\',\n\'phi_convict_threshold\': 5,\n
> \'range_request_timeout_in_ms\': 1,\n\'read_request_timeout_in_ms\': 
> 1,\n\'request_timeout_in_ms\': 1,\n
> \'truncate_request_timeout_in_ms\': 1,\n
> \'write_request_timeout_in_ms\': 1}\n- >> end 
> captured logging << -'
> Standard Error
> Started: node1 with pid: 6288
> Started: node3 with pid: 2280
> Started: node2 with pid: 6980
> {code}



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


[jira] [Created] (CASSANDRA-12467) dtest failure in jmx_test.TestJMX.netstats_test

2016-08-16 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12467:


 Summary: dtest failure in jmx_test.TestJMX.netstats_test
 Key: CASSANDRA-12467
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12467
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng
 Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, 
node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log

example failure:

http://cassci.datastax.com/job/cassandra-2.2_dtest_win32/285/testReport/jmx_test/TestJMX/netstats_test

{code}
Error Message

"ConnectException: 'Connection refused'." does not match "Subprocess 
['nodetool', '-h', 'localhost', '-p', '7100', ['netstats']] exited with 
non-zero status; exit status: 1; 
stdout: Starting NodeTool
; 
stderr: nodetool: Failed to connect to 'localhost:7100' - ConnectException: 
'Connection refused: connect'.
"
 >> begin captured logging << 
dtest: DEBUG: cluster ccm directory: d:\temp\2\dtest-dbbq3u
dtest: DEBUG: Done setting configuration options:
{   'initial_token': None,
'num_tokens': '32',
'phi_convict_threshold': 5,
'range_request_timeout_in_ms': 1,
'read_request_timeout_in_ms': 1,
'request_timeout_in_ms': 1,
'truncate_request_timeout_in_ms': 1,
'write_request_timeout_in_ms': 1}
- >> end captured logging << -

{code}

{code}
Stacktrace

  File "C:\tools\python2\lib\unittest\case.py", line 329, in run
testMethod()
  File 
"D:\jenkins\workspace\cassandra-2.2_dtest_win32\cassandra-dtest\jmx_test.py", 
line 35, in netstats_test
node1.nodetool('netstats')
  File "C:\tools\python2\lib\unittest\case.py", line 127, in __exit__
(expected_regexp.pattern, str(exc_value)))
'"ConnectException: \'Connection refused\'." does not match "Subprocess 
[\'nodetool\', \'-h\', \'localhost\', \'-p\', \'7100\', [\'netstats\']] exited 
with non-zero status; exit status: 1; \nstdout: Starting NodeTool\n; \nstderr: 
nodetool: Failed to connect to \'localhost:7100\' - ConnectException: 
\'Connection refused: connect\'.\n"\n >> begin captured 
logging << \ndtest: DEBUG: cluster ccm directory: 
d:\\temp\\2\\dtest-dbbq3u\ndtest: DEBUG: Done setting configuration options:\n{ 
  \'initial_token\': None,\n\'num_tokens\': \'32\',\n
\'phi_convict_threshold\': 5,\n\'range_request_timeout_in_ms\': 1,\n
\'read_request_timeout_in_ms\': 1,\n\'request_timeout_in_ms\': 1,\n 
   \'truncate_request_timeout_in_ms\': 1,\n
\'write_request_timeout_in_ms\': 1}\n- >> end captured 
logging << -'
Standard Error

Started: node1 with pid: 6288
Started: node3 with pid: 2280
Started: node2 with pid: 6980
{code}



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


[jira] [Created] (CASSANDRA-12459) dtest failure in TestMutations:setUpClass.TestMutations:setUpClass

2016-08-15 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12459:


 Summary: dtest failure in 
TestMutations:setUpClass.TestMutations:setUpClass
 Key: CASSANDRA-12459
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12459
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/cassandra-3.0_novnode_dtest/290/testReport/(root)/TestMutations:setUpClass/TestMutations:setUpClass



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


[jira] [Created] (CASSANDRA-12458) dtest failure in batch_test.TestBatch.logged_batch_compatibility_3_test

2016-08-15 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12458:


 Summary: dtest failure in 
batch_test.TestBatch.logged_batch_compatibility_3_test
 Key: CASSANDRA-12458
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12458
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng
 Attachments: node1.log, node2.log, node3.log

example failure:

http://cassci.datastax.com/job/cassandra-3.0_dtest/792/testReport/batch_test/TestBatch/logged_batch_compatibility_3_test

http://cassci.datastax.com/job/cassandra-3.0_dtest/792/testReport/batch_test/TestBatch/logged_batch_compatibility_2_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest/792/testReport/batch_test/TestBatch/logged_batch_compatibility_5_test/

{code}
Error Message

('Unable to connect to any servers', {'127.0.0.1': 
DriverException('ProtocolError returned from server while using explicitly set 
client protocol_version 4',)})
 >> begin captured logging << 
dtest: DEBUG: cluster ccm directory: /tmp/dtest-Ob2TdU
dtest: DEBUG: Done setting configuration options:
{   'initial_token': None,
'num_tokens': '32',
'phi_convict_threshold': 5,
'range_request_timeout_in_ms': 1,
'read_request_timeout_in_ms': 1,
'request_timeout_in_ms': 1,
'truncate_request_timeout_in_ms': 1,
'write_request_timeout_in_ms': 1}
dtest: DEBUG: Testing with 1 node(s) at version 'git:cassandra-2.1', 2 node(s) 
at current version
ccm: INFO: Fetching Cassandra updates...
dtest: DEBUG: Set cassandra dir for node1 to 
/home/automaton/.ccm/repository/gitCOLONcassandra-2.1
ccm: INFO: Fetching Cassandra updates...
dtest: DEBUG: Set cassandra dir for node2 to 
/home/automaton/.ccm/repository/gitCOLONcassandra-2.1
ccm: INFO: Fetching Cassandra updates...
dtest: DEBUG: Set cassandra dir for node3 to 
/home/automaton/.ccm/repository/gitCOLONcassandra-2.1
- >> end captured logging << -
{code}

{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/tools.py", line 290, in wrapped
f(obj)
  File "/home/automaton/cassandra-dtest/batch_test.py", line 318, in 
logged_batch_compatibility_3_test
self._logged_batch_compatibility_test(0, 2, 'git:cassandra-2.1', 1)
  File "/home/automaton/cassandra-dtest/batch_test.py", line 340, in 
_logged_batch_compatibility_test
session = self.prepare_mixed(coordinator_idx, current_nodes, 
previous_version, previous_nodes)
  File "/home/automaton/cassandra-dtest/batch_test.py", line 417, in 
prepare_mixed
self.prepare(previous_nodes + current_nodes, compression, previous_version)
  File "/home/automaton/cassandra-dtest/batch_test.py", line 383, in prepare
session = self.patient_cql_connection(node1)
  File "/home/automaton/cassandra-dtest/dtest.py", line 545, in 
patient_cql_connection
bypassed_exception=NoHostAvailable
  File "/home/automaton/cassandra-dtest/dtest.py", line 219, in 
retry_till_success
return fun(*args, **kwargs)
  File "/home/automaton/cassandra-dtest/dtest.py", line 478, in cql_connection
protocol_version, port=port, ssl_opts=ssl_opts)
  File "/home/automaton/cassandra-dtest/dtest.py", line 506, in _create_session
session = cluster.connect()
  File "cassandra/cluster.py", line 1156, in cassandra.cluster.Cluster.connect 
(cassandra/cluster.c:17387)
with self._lock:
  File "cassandra/cluster.py", line 1189, in cassandra.cluster.Cluster.connect 
(cassandra/cluster.c:17208)
raise
  File "cassandra/cluster.py", line 1176, in cassandra.cluster.Cluster.connect 
(cassandra/cluster.c:16911)
self.control_connection.connect()
  File "cassandra/cluster.py", line 2521, in 
cassandra.cluster.ControlConnection.connect (cassandra/cluster.c:45182)
self._set_new_connection(self._reconnect_internal())
  File "cassandra/cluster.py", line 2558, in 
cassandra.cluster.ControlConnection._reconnect_internal 
(cassandra/cluster.c:46079)
raise NoHostAvailable("Unable to connect to any servers", errors)
"('Unable to connect to any servers', {'127.0.0.1': 
DriverException('ProtocolError returned from server while using explicitly set 
client protocol_version 4',)})\n >> begin captured logging 
<< \ndtest: DEBUG: cluster ccm directory: 
/tmp/dtest-Ob2TdU\ndtest: DEBUG: Done setting configuration options:\n{   
'initial_token': None,\n'num_tokens': '32',\n'phi_convict_threshold': 
5,\n'range_request_timeout_in_ms': 1,\n
'read_request_timeout_in_ms': 1,\n'request_timeout_in_ms': 1,\n
'truncate_request_timeout_in_ms': 1,\n'write_request_timeout_in_ms': 
1}\ndtest: DEBUG: Testing with 1 node(s) at version 'git:cassandra-2.1', 2 
node(s) at current version\nccm: INFO: Fetching Cassandra 

[jira] [Created] (CASSANDRA-12457) dtest failure in upgrade_tests.cql_tests.TestCQLNodes2RF1_Upgrade_current_2_1_x_To_indev_2_2_x.bug_5732_test

2016-08-15 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12457:


 Summary: dtest failure in 
upgrade_tests.cql_tests.TestCQLNodes2RF1_Upgrade_current_2_1_x_To_indev_2_2_x.bug_5732_test
 Key: CASSANDRA-12457
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12457
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng
 Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log

example failure:

http://cassci.datastax.com/job/cassandra-2.2_dtest_upgrade/16/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_Upgrade_current_2_1_x_To_indev_2_2_x/bug_5732_test

{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 358, in run
self.tearDown()
  File "/home/automaton/cassandra-dtest/upgrade_tests/upgrade_base.py", line 
216, in tearDown
super(UpgradeTester, self).tearDown()
  File "/home/automaton/cassandra-dtest/dtest.py", line 666, in tearDown
raise AssertionError('Unexpected error in log, see stdout')
"Unexpected error in log, see stdout\n >> begin captured 
logging << \ndtest: DEBUG: Upgrade test beginning, setting 
CASSANDRA_VERSION to 2.1.15, and jdk to 8. (Prior values will be restored after 
test).\ndtest: DEBUG: cluster ccm directory: /mnt/tmp/dtest-D8UF3i\ndtest: 
DEBUG: Done setting configuration options:\n{   'initial_token': None,\n
'num_tokens': '32',\n'phi_convict_threshold': 5,\n
'range_request_timeout_in_ms': 1,\n'read_request_timeout_in_ms': 
1,\n'request_timeout_in_ms': 1,\n
'truncate_request_timeout_in_ms': 1,\n'write_request_timeout_in_ms': 
1}\ndtest: DEBUG: [[Row(table_name=u'ks', index_name=u'test.testindex')], 
[Row(table_name=u'ks', index_name=u'test.testindex')]]\ndtest: DEBUG: upgrading 
node1 to git:91f7387e1f785b18321777311a5c3416af0663c2\nccm: INFO: Fetching 
Cassandra updates...\ndtest: DEBUG: Querying upgraded node\ndtest: DEBUG: 
Querying old node\ndtest: DEBUG: removing ccm cluster test at: 
/mnt/tmp/dtest-D8UF3i\ndtest: DEBUG: clearing ssl stores from 
[/mnt/tmp/dtest-D8UF3i] directory\n- >> end captured 
logging << -"
{code}

{code}
Standard Output

http://git-wip-us.apache.org/repos/asf/cassandra.git 
git:91f7387e1f785b18321777311a5c3416af0663c2
Unexpected error in node1 log, error: 
ERROR [Reference-Reaper:1] 2016-08-13 01:34:34,581 Ref.java:199 - LEAK 
DETECTED: a reference 
(org.apache.cassandra.utils.concurrent.Ref$State@73deb57f) to class 
org.apache.cassandra.io.sstable.SSTableReader$DescriptorTypeTidy@2098812276:/mnt/tmp/dtest-D8UF3i/test/node1/data1/system/schema_columns-296e9c049bec3085827dc17d3df2122a/system-schema_columns-ka-4
 was not released before the reference was garbage collected
Unexpected error in node1 log, error: 
ERROR [Reference-Reaper:1] 2016-08-13 01:34:34,581 Ref.java:199 - LEAK 
DETECTED: a reference 
(org.apache.cassandra.utils.concurrent.Ref$State@7926de0f) to class 
org.apache.cassandra.utils.concurrent.WrappedSharedCloseable$1@1009016655:[[OffHeapBitSet]]
 was not released before the reference was garbage collected
Unexpected error in node1 log, error: 
ERROR [Reference-Reaper:1] 2016-08-13 01:34:34,581 Ref.java:199 - LEAK 
DETECTED: a reference 
(org.apache.cassandra.utils.concurrent.Ref$State@3a5760f9) to class 
org.apache.cassandra.io.util.MmappedSegmentedFile$Cleanup@223486002:/mnt/tmp/dtest-D8UF3i/test/node1/data0/system/schema_columns-296e9c049bec3085827dc17d3df2122a/system-schema_columns-ka-3-Index.db
 was not released before the reference was garbage collected
Unexpected error in node1 log, error: 
ERROR [Reference-Reaper:1] 2016-08-13 01:34:34,582 Ref.java:199 - LEAK 
DETECTED: a reference 
(org.apache.cassandra.utils.concurrent.Ref$State@42cb4131) to class 
org.apache.cassandra.utils.concurrent.WrappedSharedCloseable$1@1544265728:[Memory@[0..4),
 Memory@[0..a)] was not released before the reference was garbage collected
Unexpected error in node1 log, error: 
ERROR [Reference-Reaper:1] 2016-08-13 01:34:34,582 Ref.java:199 - LEAK 
DETECTED: a reference 
(org.apache.cassandra.utils.concurrent.Ref$State@5dda43d0) to class 
org.apache.cassandra.io.util.MmappedSegmentedFile$Cleanup@1100327913:/mnt/tmp/dtest-D8UF3i/test/node1/data1/system/schema_columns-296e9c049bec3085827dc17d3df2122a/system-schema_columns-ka-4-Index.db
 was not released before the reference was garbage collected
Unexpected error in node1 log, error: 
ERROR [Reference-Reaper:1] 2016-08-13 01:34:34,582 Ref.java:199 - LEAK 
DETECTED: a reference 
(org.apache.cassandra.utils.concurrent.Ref$State@59cfa823) to class 
org.apache.cassandra.utils.concurrent.WrappedSharedCloseable$1@1480923322:[Memory@[0..4),
 Memory@[0..a)] was not released before the reference was garbage collected
Unexpected error in node1 log, error: 
ERROR [Reference-Reaper:1] 2016-08-13 01:34:34,601 

[jira] [Created] (CASSANDRA-12456) dtest failure in auth_test.TestAuth.system_auth_ks_is_alterable_test

2016-08-15 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12456:


 Summary: dtest failure in 
auth_test.TestAuth.system_auth_ks_is_alterable_test
 Key: CASSANDRA-12456
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12456
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng
 Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, 
node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log

example failure:

http://cassci.datastax.com/job/cassandra-2.2_dtest/675/testReport/auth_test/TestAuth/system_auth_ks_is_alterable_test

{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/auth_test.py", line 49, in 
system_auth_ks_is_alterable_test
session.cluster.refresh_schema_metadata()
  File "cassandra/cluster.py", line 1606, in 
cassandra.cluster.Cluster.refresh_schema_metadata (cassandra/cluster.c:29510)
raise DriverException("Schema metadata was not refreshed. See log for 
details.")
"Schema metadata was not refreshed. See log for details.\n 
>> begin captured logging << \ndtest: DEBUG: cluster ccm 
directory: /tmp/dtest-vDljld\ndtest: DEBUG: Done setting configuration 
options:\n{   'initial_token': None,\n'num_tokens': '32',\n
'phi_convict_threshold': 5,\n'range_request_timeout_in_ms': 1,\n
'read_request_timeout_in_ms': 1,\n'request_timeout_in_ms': 1,\n
'truncate_request_timeout_in_ms': 1,\n'write_request_timeout_in_ms': 
1}\ndtest: DEBUG: Default role created by node1\ndtest: DEBUG: nodes 
started\n- >> end captured logging << -"
{code}



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


[jira] [Created] (CASSANDRA-12448) dtest failure in compaction_test.TestCompaction_with_DateTieredCompactionStrategy.bloomfilter_size_test

2016-08-12 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12448:


 Summary: dtest failure in 
compaction_test.TestCompaction_with_DateTieredCompactionStrategy.bloomfilter_size_test
 Key: CASSANDRA-12448
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12448
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng
 Attachments: node1.log, node1.log, node1_debug.log, node1_debug.log, 
node1_gc.log, node1_gc.log

example failure:

http://cassci.datastax.com/job/cassandra-2.2_dtest_win32/282/testReport/compaction_test/TestCompaction_with_DateTieredCompactionStrategy/bloomfilter_size_test

{code}
Stacktrace

  File "C:\tools\python2\lib\unittest\case.py", line 329, in run
testMethod()
  File 
"D:\jenkins\workspace\cassandra-2.2_dtest_win32\cassandra-dtest\compaction_test.py",
 line 155, in bloomfilter_size_test
self.assertLessEqual(bfSize, size_factor * max_bf_size)
  File "C:\tools\python2\lib\unittest\case.py", line 936, in assertLessEqual
self.fail(self._formatMessage(msg, standardMsg))
  File "C:\tools\python2\lib\unittest\case.py", line 410, in fail
raise self.failureException(msg)
"125456 not less than or equal to 5.0\n >> begin 
captured logging << \ndtest: DEBUG: cluster ccm directory: 
d:\\temp\\2\\dtest-kfylxp\ndtest: DEBUG: Done setting configuration options:\n{ 
  'initial_token': None,\n'num_tokens': '32',\n'phi_convict_threshold': 
5,\n'start_rpc': 'true'}\ndtest: DEBUG: sstable_count is: 1\ndtest: DEBUG: 
dir_count is: 3\ndtest: DEBUG: bloom filter size is: 125456\ndtest: DEBUG: size 
factor = 0.\n- >> end captured logging << 
-"

{code}



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


[jira] [Created] (CASSANDRA-12442) dtest failure in upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_current_3_x_To_indev_3_x.cas_simple_test

2016-08-11 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12442:


 Summary: dtest failure in 
upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_current_3_x_To_indev_3_x.cas_simple_test
 Key: CASSANDRA-12442
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12442
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/cassandra-3.9_dtest_upgrade/20/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_x_To_indev_3_x/cas_simple_test

{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 358, in run
self.tearDown()
  File "/home/automaton/cassandra-dtest/upgrade_tests/upgrade_base.py", line 
216, in tearDown
super(UpgradeTester, self).tearDown()
  File "/home/automaton/cassandra-dtest/dtest.py", line 666, in tearDown
raise AssertionError('Unexpected error in log, see stdout')
"Unexpected error in log, see stdout\n >> begin captured 
logging << \ndtest: DEBUG: Upgrade test beginning, setting 
CASSANDRA_VERSION to 3.7, and jdk to 8. (Prior values will be restored after 
test).\ndtest: DEBUG: cluster ccm directory: /mnt/tmp/dtest-jGuOLx\ndtest: 
DEBUG: Done setting configuration options:\n{   'initial_token': None,\n
'num_tokens': '32',\n'phi_convict_threshold': 5,\n
'range_request_timeout_in_ms': 1,\n'read_request_timeout_in_ms': 
1,\n'request_timeout_in_ms': 1,\n
'truncate_request_timeout_in_ms': 1,\n'write_request_timeout_in_ms': 
1}\ndtest: DEBUG: Upgrade test beginning, setting CASSANDRA_VERSION to 3.7, 
and jdk to 8. (Prior values will be restored after test).\ndtest: DEBUG: 
removing ccm cluster test at: /mnt/tmp/dtest-jGuOLx\ndtest: DEBUG: clearing ssl 
stores from [/mnt/tmp/dtest-jGuOLx] directory\ndtest: DEBUG: cluster ccm 
directory: /mnt/tmp/dtest-7LSAP2\ndtest: DEBUG: Done setting configuration 
options:\n{   'initial_token': None,\n'num_tokens': '32',\n
'phi_convict_threshold': 5,\n'range_request_timeout_in_ms': 1,\n
'read_request_timeout_in_ms': 1,\n'request_timeout_in_ms': 1,\n
'truncate_request_timeout_in_ms': 1,\n'write_request_timeout_in_ms': 
1}\ndtest: DEBUG: upgrading node1 to 
git:15fd71f9a3b07bbac7a1182f2e6bffd32e79b955\nccm: INFO: Fetching Cassandra 
updates...\ndtest: DEBUG: Querying upgraded node\ndtest: DEBUG: Querying old 
node\ndtest: DEBUG: removing ccm cluster test at: /mnt/tmp/dtest-7LSAP2\ndtest: 
DEBUG: clearing ssl stores from [/mnt/tmp/dtest-7LSAP2] 
directory\n- >> end captured logging << 
-"
{code}

{code}
Standard Output

http://git-wip-us.apache.org/repos/asf/cassandra.git 
git:15fd71f9a3b07bbac7a1182f2e6bffd32e79b955
Unexpected error in node1 log, error: 
ERROR [CompactionExecutor:1] 2016-08-11 02:36:24,280 CassandraDaemon.java:217 - 
Exception in thread Thread[CompactionExecutor:1,1,main]
java.util.concurrent.RejectedExecutionException: ThreadPoolExecutor has shut 
down
at 
org.apache.cassandra.concurrent.DebuggableThreadPoolExecutor$1.rejectedExecution(DebuggableThreadPoolExecutor.java:61)
 ~[apache-cassandra-3.7.jar:3.7]
at 
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823) 
~[na:1.8.0_51]
at 
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369) 
~[na:1.8.0_51]
at 
org.apache.cassandra.concurrent.DebuggableThreadPoolExecutor.execute(DebuggableThreadPoolExecutor.java:165)
 ~[apache-cassandra-3.7.jar:3.7]
at 
java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
 ~[na:1.8.0_51]
at 
org.apache.cassandra.db.compaction.CompactionManager.submitBackground(CompactionManager.java:184)
 ~[apache-cassandra-3.7.jar:3.7]
at 
org.apache.cassandra.db.compaction.CompactionManager$BackgroundCompactionCandidate.run(CompactionManager.java:270)
 ~[apache-cassandra-3.7.jar:3.7]
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
~[na:1.8.0_51]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) 
~[na:1.8.0_51]
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 
~[na:1.8.0_51]
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
[na:1.8.0_51]
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_51]
{code}



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


[jira] [Created] (CASSANDRA-12441) dtest failure in upgrade_tests.upgrade_through_versions_test.TestUpgrade_current_2_2_x_To_indev_3_0_x.rolling_upgrade_with_internode_ssl_test

2016-08-11 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12441:


 Summary: dtest failure in 
upgrade_tests.upgrade_through_versions_test.TestUpgrade_current_2_2_x_To_indev_3_0_x.rolling_upgrade_with_internode_ssl_test
 Key: CASSANDRA-12441
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12441
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng
 Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, 
node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log

example failure:

http://cassci.datastax.com/job/cassandra-3.0_large_dtest/20/testReport/upgrade_tests.upgrade_through_versions_test/TestUpgrade_current_2_2_x_To_indev_3_0_x/rolling_upgrade_with_internode_ssl_test

{code}
Error Message

Ran out of time waiting for queue size (1) to be 'le' to 0. Aborting.
 >> begin captured logging << 
dtest: DEBUG: Upgrade test beginning, setting CASSANDRA_VERSION to 2.2.7, and 
jdk to 8. (Prior values will be restored after test).
dtest: DEBUG: cluster ccm directory: /tmp/dtest-U_C4o2
ccm: DEBUG: Log-watching thread starting.
dtest: DEBUG: Done setting configuration options:
{   'initial_token': None,
'num_tokens': '32',
'phi_convict_threshold': 5,
'range_request_timeout_in_ms': 1,
'read_request_timeout_in_ms': 1,
'request_timeout_in_ms': 1,
'truncate_request_timeout_in_ms': 1,
'write_request_timeout_in_ms': 1}
dtest: DEBUG: Setting extra configuration options:
{   'partitioner': 'org.apache.cassandra.dht.Murmur3Partitioner'}
dtest: DEBUG: Versions to test ():
 ['2.2.7', 'git:465def8e295b453dc22430dc4bb7039f6921151e']
dtest: DEBUG: ***using internode ssl***
dtest: DEBUG: generating keystore.jks in [/tmp/dtest-U_C4o2]
dtest: DEBUG: exporting cert from keystore.jks in [/tmp/dtest-U_C4o2]
dtest: DEBUG: importing cert into truststore.jks in [/tmp/dtest-U_C4o2]
dtest: DEBUG: Creating cluster (2.2.7)
dtest: DEBUG: Current upgrade path: ['***2.2.7***', 
'git:465def8e295b453dc22430dc4bb7039f6921151e']
dtest: DEBUG: rows written (but not verified) queue size is at 417, target is 
to reach 'ge' 5000
dtest: DEBUG: rows written (but not verified) queue size is at 442, target is 
to reach 'ge' 5000
dtest: DEBUG: rows written (but not verified) queue size is at 474, target is 
to reach 'ge' 5000
dtest: DEBUG: rows written (but not verified) queue size is at 503, target is 
to reach 'ge' 5000
dtest: DEBUG: rows written (but not verified) queue size is at 536, target is 
to reach 'ge' 5000
dtest: DEBUG: rows written (but not verified) queue size is at 565, target is 
to reach 'ge' 5000
dtest: DEBUG: rows written (but not verified) queue size is at 597, target is 
to reach 'ge' 5000
dtest: DEBUG: rows written (but not verified) queue size is at 634, target is 
to reach 'ge' 5000
dtest: DEBUG: rows written (but not verified) queue size is at 663, target is 
to reach 'ge' 5000
dtest: DEBUG: rows written (but not verified) queue size is at 690, target is 
to reach 'ge' 5000
dtest: DEBUG: rows written (but not verified) queue size (5044) is 'ge' to 
5000. Continuing.
dtest: DEBUG: counters incremented (but not verified) queue size (5042) is 'ge' 
to 5000. Continuing.
dtest: DEBUG: Upgrading ['node1'] to 
git:465def8e295b453dc22430dc4bb7039f6921151e
dtest: DEBUG: JAVA_HOME: /usr/lib/jvm/jdk1.8.0_51
dtest: DEBUG: Shutting down node: node1
ccm: INFO: Fetching Cassandra updates...
dtest: DEBUG: Set new cassandra dir for node1: 
/home/automaton/.ccm/repository/gitCOLON465def8e295b453dc22430dc4bb7039f6921151e
dtest: DEBUG: Starting node1 on new version 
(git:465def8e295b453dc22430dc4bb7039f6921151e)
dtest: DEBUG: Successfully upgraded 1 of 3 nodes to 
git:465def8e295b453dc22430dc4bb7039f6921151e
dtest: DEBUG: Upgrading ['node2'] to 
git:465def8e295b453dc22430dc4bb7039f6921151e
dtest: DEBUG: JAVA_HOME: /usr/lib/jvm/jdk1.8.0_51
dtest: DEBUG: Shutting down node: node2
ccm: INFO: Fetching Cassandra updates...
dtest: DEBUG: Set new cassandra dir for node2: 
/home/automaton/.ccm/repository/gitCOLON465def8e295b453dc22430dc4bb7039f6921151e
dtest: DEBUG: Starting node2 on new version 
(git:465def8e295b453dc22430dc4bb7039f6921151e)
dtest: DEBUG: Successfully upgraded 2 of 3 nodes to 
git:465def8e295b453dc22430dc4bb7039f6921151e
dtest: DEBUG: Upgrading ['node3'] to 
git:465def8e295b453dc22430dc4bb7039f6921151e
dtest: DEBUG: JAVA_HOME: /usr/lib/jvm/jdk1.8.0_51
dtest: DEBUG: Shutting down node: node3
ccm: INFO: Fetching Cassandra updates...
dtest: DEBUG: Set new cassandra dir for node3: 
/home/automaton/.ccm/repository/gitCOLON465def8e295b453dc22430dc4bb7039f6921151e
dtest: DEBUG: Starting node3 on new version 
(git:465def8e295b453dc22430dc4bb7039f6921151e)
dtest: DEBUG: Successfully upgraded 3 of 3 nodes to 
git:465def8e295b453dc22430dc4bb7039f6921151e
ccm: INFO: Fetching Cassandra updates...

[jira] [Created] (CASSANDRA-12440) dtest failure in consistency_test.TestConsistency.readrepair_test

2016-08-11 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12440:


 Summary: dtest failure in 
consistency_test.TestConsistency.readrepair_test
 Key: CASSANDRA-12440
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12440
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng
 Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, 
node2_debug.log, node2_gc.log

example failure:

http://cassci.datastax.com/job/cassandra-3.0_dtest/789/testReport/consistency_test/TestConsistency/readrepair_test

{code}
Error Message

Error from server: code=1200 [Coordinator node timed out waiting for replica 
nodes' responses] message="Operation timed out - received only 1 responses." 
info={'received_responses': 1, 'required_responses': 2, 'consistency': 'QUORUM'}
 >> begin captured logging << 
dtest: DEBUG: cluster ccm directory: /tmp/dtest-ola0t8
dtest: DEBUG: Done setting configuration options:
{   'initial_token': None,
'num_tokens': '32',
'phi_convict_threshold': 5,
'range_request_timeout_in_ms': 1,
'read_request_timeout_in_ms': 1,
'request_timeout_in_ms': 1,
'truncate_request_timeout_in_ms': 1,
'write_request_timeout_in_ms': 1}
dtest: DEBUG: Retrying request after UE. Attempt #0
dtest: DEBUG: Retrying request after UE. Attempt #1
dtest: DEBUG: Retrying request after UE. Attempt #2
dtest: DEBUG: Retrying request after UE. Attempt #3
dtest: DEBUG: Retrying request after UE. Attempt #4
- >> end captured logging << -
{code}

{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/consistency_test.py", line 904, in 
readrepair_test
query_c1c2(session, n, ConsistencyLevel.QUORUM)
  File "/home/automaton/cassandra-dtest/tools.py", line 83, in query_c1c2
rows = list(session.execute(query))
  File "cassandra/cluster.py", line 1941, in cassandra.cluster.Session.execute 
(cassandra/cluster.c:33653)
return self.execute_async(query, parameters, trace, custom_payload, 
timeout, execution_profile).result()
  File "cassandra/cluster.py", line 3629, in 
cassandra.cluster.ResponseFuture.result (cassandra/cluster.c:69380)
raise self._final_exception
'Error from server: code=1200 [Coordinator node timed out waiting for replica 
nodes\' responses] message="Operation timed out - received only 1 responses." 
info={\'received_responses\': 1, \'required_responses\': 2, \'consistency\': 
\'QUORUM\'}\n >> begin captured logging << 
\ndtest: DEBUG: cluster ccm directory: 
/tmp/dtest-ola0t8\ndtest: DEBUG: Done setting configuration options:\n{   
\'initial_token\': None,\n\'num_tokens\': \'32\',\n
\'phi_convict_threshold\': 5,\n\'range_request_timeout_in_ms\': 1,\n
\'read_request_timeout_in_ms\': 1,\n\'request_timeout_in_ms\': 1,\n 
   \'truncate_request_timeout_in_ms\': 1,\n
\'write_request_timeout_in_ms\': 1}\ndtest: DEBUG: Retrying request after 
UE. Attempt #0\ndtest: DEBUG: Retrying request after UE. Attempt #1\ndtest: 
DEBUG: Retrying request after UE. Attempt #2\ndtest: DEBUG: Retrying request 
after UE. Attempt #3\ndtest: DEBUG: Retrying request after UE. Attempt 
#4\n- >> end captured logging << -'
{code}



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


[jira] [Created] (CASSANDRA-12439) dtest failure in repair_tests.repair_test.TestRepair.test_multiple_concurrent_repairs

2016-08-11 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12439:


 Summary: dtest failure in 
repair_tests.repair_test.TestRepair.test_multiple_concurrent_repairs
 Key: CASSANDRA-12439
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12439
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng
 Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, 
node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log

example failure:

http://cassci.datastax.com/job/cassandra-2.2_novnode_dtest/318/testReport/repair_tests.repair_test/TestRepair/test_multiple_concurrent_repairs

{code}
Error Message

ERROR 15:43:07 Error creating pool to /127.0.0.3:9042
com.datastax.driver.core.TransportException: [/127.0.0.3:9042] Cannot connect
at 
com.datastax.driver.core.Connection$1.operationComplete(Connection.java:156) 
[cassandra-driver-core-2.2.0-rc2-SNAPSHOT-20150617-shaded.jar:na]
at 
com.datastax.driver.core.Connection$1.operationComplete(Connection.java:139) 
[cassandra-driver-core-2.2.0-rc2-SNAPSHOT-20150617-shaded.jar:na]
at 
com.datastax.shaded.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:680)
 [cassandra-driver-core-2.2.0-rc2-SNAPSHOT-20150617-shaded.jar:na]
at 
com.datastax.shaded.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:603)
 [cassandra-driver-core-2.2.0-rc2-SNAPSHOT-20150617-shaded.jar:na]
at 
com.datastax.shaded.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:563)
 [cassandra-driver-core-2.2.0-rc2-SNAPSHOT-20150617-shaded.jar:na]
at 
com.datastax.shaded.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:424)
 [cassandra-driver-core-2.2.0-rc2-SNAPSHOT-20150617-shaded.jar:na]
at 
com.datastax.shaded.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:268)
 [cassandra-driver-core-2.2.0-rc2-SNAPSHOT-20150617-shaded.jar:na]
at 
com.datastax.shaded.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:284)
 [cassandra-driver-core-2.2.0-rc2-SNAPSHOT-20150617-shaded.jar:na]
at 
com.datastax.shaded.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:528)
 [cassandra-driver-core-2.2.0-rc2-SNAPSHOT-20150617-shaded.jar:na]
at 
com.datastax.shaded.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
 [cassandra-driver-core-2.2.0-rc2-SNAPSHOT-20150617-shaded.jar:na]
at 
com.datastax.shaded.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
 [cassandra-driver-core-2.2.0-rc2-SNAPSHOT-20150617-shaded.jar:na]
at 
com.datastax.shaded.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354) 
[cassandra-driver-core-2.2.0-rc2-SNAPSHOT-20150617-shaded.jar:na]
at 
com.datastax.shaded.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:111)
 [cassandra-driver-core-2.2.0-rc2-SNAPSHOT-20150617-shaded.jar:na]
at java.lang.Thread.run(Thread.java:745) [na:1.7.0_80]
Caused by: java.net.ConnectException: Connection refused: /127.0.0.3:9042
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) 
~[na:1.7.0_80]
at 
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:744) 
~[na:1.7.0_80]
at 
com.datastax.shaded.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:224)
 ~[cassandra-driver-core-2.2.0-rc2-SNAPSHOT-20150617-shaded.jar:na]
at 
com.datastax.shaded.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:281)
 [cassandra-driver-core-2.2.0-rc2-SNAPSHOT-20150617-shaded.jar:na]
... 6 common frames omitted
ERROR 15:43:07 Error creating pool to /127.0.0.1:9042
com.datastax.driver.core.TransportException: [/127.0.0.1:9042] Cannot connect
at 
com.datastax.driver.core.Connection$1.operationComplete(Connection.java:156) 
[cassandra-driver-core-2.2.0-rc2-SNAPSHOT-20150617-shaded.jar:na]
at 
com.datastax.driver.core.Connection$1.operationComplete(Connection.java:139) 
[cassandra-driver-core-2.2.0-rc2-SNAPSHOT-20150617-shaded.jar:na]
at 
com.datastax.shaded.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:680)
 [cassandra-driver-core-2.2.0-rc2-SNAPSHOT-20150617-shaded.jar:na]
at 
com.datastax.shaded.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:603)
 [cassandra-driver-core-2.2.0-rc2-SNAPSHOT-20150617-shaded.jar:na]
at 
com.datastax.shaded.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:563)
 [cassandra-driver-core-2.2.0-rc2-SNAPSHOT-20150617-shaded.jar:na]
at 

[jira] [Created] (CASSANDRA-12437) dtest failure in bootstrap_test.TestBootstrap.local_quorum_bootstrap_test

2016-08-11 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12437:


 Summary: dtest failure in 
bootstrap_test.TestBootstrap.local_quorum_bootstrap_test
 Key: CASSANDRA-12437
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12437
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng
 Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, 
node2_debug.log, node2_gc.log

example failure:

http://cassci.datastax.com/job/cassandra-2.2_dtest_win32/281/testReport/bootstrap_test/TestBootstrap/local_quorum_bootstrap_test

{code}
Stacktrace

  File "C:\tools\python2\lib\unittest\case.py", line 329, in run
testMethod()
  File 
"D:\jenkins\workspace\cassandra-2.2_dtest_win32\cassandra-dtest\bootstrap_test.py",
 line 389, in local_quorum_bootstrap_test
'ops(insert=1)', '-rate', 'threads=50'])
  File "D:\jenkins\workspace\cassandra-2.2_dtest_win32\ccm\ccmlib\node.py", 
line 1244, in stress
return handle_external_tool_process(p, ['stress'] + stress_options)
  File "D:\jenkins\workspace\cassandra-2.2_dtest_win32\ccm\ccmlib\node.py", 
line 1955, in handle_external_tool_process
raise ToolError(cmd_args, rc, out, err)
'Subprocess [\'stress\', \'user\', \'profile=d:temp2tmp8sf4da\', 
\'n=2M\', \'no-warmup\', \'ops(insert=1)\', \'-rate\', \'threads=50\'] exited 
with non-zero status; exit status: 1; \nstderr: Exception in thread "main" 
java.io.IOError: java.io.FileNotFoundException: d:\\temp\\2\\tmp8sf4da (The 
process cannot access the file because it is being used by another 
process)\r\n\tat 
org.apache.cassandra.stress.StressProfile.load(StressProfile.java:574)\r\n\tat 
org.apache.cassandra.stress.settings.SettingsCommandUser.(SettingsCommandUser.java:58)\r\n\tat
 
org.apache.cassandra.stress.settings.SettingsCommandUser.build(SettingsCommandUser.java:127)\r\n\tat
 
org.apache.cassandra.stress.settings.SettingsCommand.get(SettingsCommand.java:195)\r\n\tat
 
org.apache.cassandra.stress.settings.StressSettings.get(StressSettings.java:249)\r\n\tat
 
org.apache.cassandra.stress.settings.StressSettings.parse(StressSettings.java:220)\r\n\tat
 org.apache.cassandra.stress.Stress.main(Stress.java:63)\r\nCaused by: 
java.io.FileNotFoundException: d:\\temp\\2\\tmp8sf4da (The process cannot 
access the file because it is being used by another process)\r\n\tat 
java.io.FileInputStream.open0(Native Method)\r\n\tat 
java.io.FileInputStream.open(FileInputStream.java:195)\r\n\tat 
java.io.FileInputStream.(FileInputStream.java:138)\r\n\tat 
java.io.FileInputStream.(FileInputStream.java:93)\r\n\tat 
sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)\r\n\tat
 
sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)\r\n\tat
 java.net.URL.openStream(URL.java:1038)\r\n\tat 
org.apache.cassandra.stress.StressProfile.load(StressProfile.java:560)\r\n\t... 
6 more\r\n\n >> begin captured logging << 
\ndtest: DEBUG: cluster ccm directory: 
d:\\temp\\2\\dtest-wsze0r\ndtest: DEBUG: Done setting configuration options:\n{ 
  \'initial_token\': None,\n\'num_tokens\': \'32\',\n
\'phi_convict_threshold\': 5,\n\'start_rpc\': 
\'true\'}\n- >> end captured logging << 
-'
{code}



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


[jira] [Created] (CASSANDRA-12430) dtest failure in cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_writing_with_token_boundaries

2016-08-10 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12430:


 Summary: dtest failure in 
cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_writing_with_token_boundaries
 Key: CASSANDRA-12430
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12430
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng
 Attachments: node1.log, node1_debug.log, node1_gc.log

example failure:

http://cassci.datastax.com/job/cassandra-3.0_dtest/787/testReport/cqlsh_tests.cqlsh_copy_tests/CqlshCopyTest/test_writing_with_token_boundaries

Failed on CassCI build cassandra-3.0_dtest build #787

{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_copy_tests.py", line 
1022, in test_writing_with_token_boundaries
self._test_writing_with_token_boundaries(1, None, 200)
  File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_copy_tests.py", line 
1059, in _test_writing_with_token_boundaries
self.assertItemsEqual(csv_values, result)
  File "/usr/lib/python2.7/unittest/case.py", line 901, in assertItemsEqual
self.fail(msg)
  File "/usr/lib/python2.7/unittest/case.py", line 410, in fail
raise self.failureException(msg)
"Element counts were not equal:\nFirst has 0, Second has 1:  ('130', 
-4364617663693876050L)\nFirst has 0, Second has 1:  ('1504', 
-4313346088993828066L)\nFirst has 0, Second has 1:  ('1657', 
-4298243044528711865L)\nFirst has 0, Second has 1:  ('1908', 
-4357762565998238890L)\nFirst has 0, Second has 1:  ('196', 
-4311842292754600676L)\nFirst has 0, Second has 1:  ('2069', 
-4364398944370882217L)\nFirst has 0, Second has 1:  ('2840', 
-4341639477649832153L)\nFirst has 0, Second has 1:  ('2887', 
-4318016824479819783L)\nFirst has 0, Second has 1:  ('2899', 
-4302748366908469185L)\nFirst has 0, Second has 1:  ('2928', 
-4320094196758787736L)\nFirst has 0, Second has 1:  ('2985', 
-4314356124534988584L)\nFirst has 0, Second has 1:  ('3684', 
-4338074463992249966L)\nFirst has 0, Second has 1:  ('371', 
-4314424123257001171L)\nFirst has 0, Second has 1:  ('3726', 
-4327342039280507889L)\nFirst has 0, Second has 1:  ('3767', 
-4314615789624913427L)\nFirst has 0, Second has 1:  ('3837', 
-4345782419910891107L)\nFirst has 0, Second has 1:  ('3917', 
-4288469607605675346L)\nFirst has 0, Second has 1:  ('4023', 
-4327319429102869913L)\nFirst has 0, Second has 1:  ('4340', 
-4364719196309290555L)\nFirst has 0, Second has 1:  ('4775', 
-4334399295585005795L)\nFirst has 0, Second has 1:  ('480', 
-4297721626756162038L)\nFirst has 0, Second has 1:  ('4927', 
-4363012199808638126L)\nFirst has 0, Second has 1:  ('5227', 
-4322405738833807588L)\nFirst has 0, Second has 1:  ('564', 
-4294201317243228473L)\nFirst has 0, Second has 1:  ('585', 
-435900129350319L)\nFirst has 0, Second has 1:  ('5869', 
-4350305245827564608L)\nFirst has 0, Second has 1:  ('6907', 
-4350623491924194304L)\nFirst has 0, Second has 1:  ('709', 
-4304008865600291097L)\nFirst has 0, Second has 1:  ('7415', 
-4315752378065264743L)\nFirst has 0, Second has 1:  ('7476', 
-4300546270541034340L)\nFirst has 0, Second has 1:  ('7805', 
-4344641724309508742L)\nFirst has 0, Second has 1:  ('7922', 
-4363605089028496367L)\nFirst has 0, Second has 1:  ('8026', 
-4319008002233878821L)\nFirst has 0, Second has 1:  ('8180', 
-4361912691055780971L)\nFirst has 0, Second has 1:  ('8371', 
-4309172311179179912L)\nFirst has 0, Second has 1:  ('8988', 
-432609343783541L)\nFirst has 0, Second has 1:  ('9492', 
-4347264403260361686L)\nFirst has 0, Second has 1:  ('9783', 
-4329297319597600121L)\nFirst has 0, Second has 1:  ('9911', 
-4320490295580904236L)\n >> begin captured logging << 
\ndtest: DEBUG: cluster ccm directory: 
/tmp/dtest-2v8O54\ndtest: DEBUG: Done setting configuration options:\n{   
'initial_token': None,\n'num_tokens': '32',\n'phi_convict_threshold': 
5,\n'range_request_timeout_in_ms': 1,\n
'read_request_timeout_in_ms': 1,\n'request_timeout_in_ms': 1,\n
'truncate_request_timeout_in_ms': 1,\n'write_request_timeout_in_ms': 
1}\ndtest: DEBUG: Exporting to csv file: /tmp/tmpDS47Vq\ndtest: DEBUG: 
Exporting to csv file: /tmp/tmpQvnl6e\ndtest: DEBUG: Exporting to csv file: 
/tmp/tmpfEEiAz\ndtest: DEBUG: Exporting to csv file: /tmp/tmpc7T8av\ndtest: 
DEBUG: Exporting to csv file: /tmp/tmplxBTNa\ndtest: DEBUG: Exporting to csv 
file: /tmp/tmpb5VYGq\n- >> end captured logging << 
-"
{code}



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


[jira] [Created] (CASSANDRA-12429) dtest failure in compaction_test.TestCompaction_with_DateTieredCompactionStrategy.bloomfilter_size_test

2016-08-10 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12429:


 Summary: dtest failure in 
compaction_test.TestCompaction_with_DateTieredCompactionStrategy.bloomfilter_size_test
 Key: CASSANDRA-12429
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12429
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng
 Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, 
node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log

example failure:

http://cassci.datastax.com/job/cassandra-2.2_dtest/669/testReport/compaction_test/TestCompaction_with_DateTieredCompactionStrategy/bloomfilter_size_test

Failed on CassCI build cassandra-2.2_dtest build #669
{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/compaction_test.py", line 147, in 
bloomfilter_size_test
self.assertLessEqual(bfSize, size_factor * max_bf_size)
  File "/usr/lib/python2.7/unittest/case.py", line 936, in assertLessEqual
self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python2.7/unittest/case.py", line 410, in fail
raise self.failureException(msg)
"125456 not less than or equal to 0\n >> begin captured 
logging << \ndtest: DEBUG: cluster ccm directory: 
/tmp/dtest-XJ96MC\ndtest: DEBUG: Done setting configuration options:\n{   
'initial_token': None,\n'num_tokens': '32',\n'phi_convict_threshold': 
5,\n'start_rpc': 'true'}\ndtest: DEBUG: bloom filter size is: 
125456\ndtest: DEBUG: size factor = 0\n- >> end captured 
logging << -"
{code}



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


[jira] [Created] (CASSANDRA-12427) dtest failure in consistency_test.TestAvailability.test_network_topology_strategy

2016-08-10 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12427:


 Summary: dtest failure in 
consistency_test.TestAvailability.test_network_topology_strategy
 Key: CASSANDRA-12427
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12427
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng
 Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, 
node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log

example failure:

http://cassci.datastax.com/job/cassandra-2.2_dtest/669/testReport/consistency_test/TestAvailability/test_network_topology_strategy

Failed on CassCI build cassandra-2.2_dtest build #669
{code}

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/consistency_test.py", line 319, in 
test_network_topology_strategy
self._start_cluster()
  File "/home/automaton/cassandra-dtest/consistency_test.py", line 96, in 
_start_cluster
cluster.start(wait_for_binary_proto=True, wait_other_notice=True)
  File "/home/automaton/ccm/ccmlib/cluster.py", line 414, in start
raise NodeError("Error starting {0}.".format(node.name), p)
"Error starting node9.\n >> begin captured logging << 
\ndtest: DEBUG: cluster ccm directory: 
/tmp/dtest-an_vc5\ndtest: DEBUG: Done setting configuration options:\n{   
'initial_token': None,\n'num_tokens': '32',\n'phi_convict_threshold': 
5,\n'range_request_timeout_in_ms': 1,\n
'read_request_timeout_in_ms': 1,\n'request_timeout_in_ms': 1,\n
'truncate_request_timeout_in_ms': 1,\n'write_request_timeout_in_ms': 
1}\n- >> end captured logging << -"
{code}



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


[jira] [Created] (CASSANDRA-12419) dtest failure in bootstrap_test.TestBootstrap.local_quorum_bootstrap_test

2016-08-09 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12419:


 Summary: dtest failure in 
bootstrap_test.TestBootstrap.local_quorum_bootstrap_test
 Key: CASSANDRA-12419
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12419
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng
 Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, 
node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log

example failure:

http://cassci.datastax.com/job/cassandra-3.9_dtest/31/testReport/bootstrap_test/TestBootstrap/local_quorum_bootstrap_test



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


[jira] [Created] (CASSANDRA-12412) dtest failure in upgrade_tests.paging_test.TestPagingDataNodes3RF3_Upgrade_current_3_0_x_To_indev_3_0_x.test_paging_using_secondary_indexes

2016-08-08 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12412:


 Summary: dtest failure in 
upgrade_tests.paging_test.TestPagingDataNodes3RF3_Upgrade_current_3_0_x_To_indev_3_0_x.test_paging_using_secondary_indexes
 Key: CASSANDRA-12412
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12412
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/22/testReport/upgrade_tests.paging_test/TestPagingDataNodes3RF3_Upgrade_current_3_0_x_To_indev_3_0_x/test_paging_using_secondary_indexes



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


[jira] [Created] (CASSANDRA-12409) dtest failure in upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_current_2_2_x_To_indev_2_2_x.select_with_alias_test

2016-08-08 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12409:


 Summary: dtest failure in 
upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_current_2_2_x_To_indev_2_2_x.select_with_alias_test
 Key: CASSANDRA-12409
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12409
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/cassandra-2.2_dtest_upgrade/11/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_2_x_To_indev_2_2_x/select_with_alias_test



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


[jira] [Created] (CASSANDRA-12395) dtest failure in repair_tests.repair_test.TestRepair.test_multiple_concurrent_repairs

2016-08-05 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12395:


 Summary: dtest failure in 
repair_tests.repair_test.TestRepair.test_multiple_concurrent_repairs
 Key: CASSANDRA-12395
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12395
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng
 Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, 
node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log

example failure:

http://cassci.datastax.com/job/cassandra-2.2_novnode_dtest/314/testReport/repair_tests.repair_test/TestRepair/test_multiple_concurrent_repairs



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


[jira] [Created] (CASSANDRA-12393) dtest failure in bootstrap_test.TestBootstrap.local_quorum_bootstrap_test

2016-08-05 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12393:


 Summary: dtest failure in 
bootstrap_test.TestBootstrap.local_quorum_bootstrap_test
 Key: CASSANDRA-12393
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12393
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng
 Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, 
node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log

example failure:

http://cassci.datastax.com/job/cassandra-2.2_dtest/666/testReport/bootstrap_test/TestBootstrap/local_quorum_bootstrap_test



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


[jira] [Created] (CASSANDRA-12392) dtest failure in read_repair_test.TestReadRepair.test_gcable_tombstone_resurrection_on_range_slice_query

2016-08-05 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12392:


 Summary: dtest failure in 
read_repair_test.TestReadRepair.test_gcable_tombstone_resurrection_on_range_slice_query
 Key: CASSANDRA-12392
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12392
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng
 Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, 
node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log

example failure:

http://cassci.datastax.com/job/cassandra-2.2_dtest/666/testReport/read_repair_test/TestReadRepair/test_gcable_tombstone_resurrection_on_range_slice_query



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


[jira] [Created] (CASSANDRA-12383) dtest failure in batch_test.TestBatch.logged_batch_doesnt_throw_uae_test

2016-08-04 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12383:


 Summary: dtest failure in 
batch_test.TestBatch.logged_batch_doesnt_throw_uae_test
 Key: CASSANDRA-12383
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12383
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng
 Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, 
node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log

example failure:

http://cassci.datastax.com/job/cassandra-3.0_novnode_dtest/282/testReport/batch_test/TestBatch/logged_batch_doesnt_throw_uae_test



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


[jira] [Created] (CASSANDRA-12382) dtest failure in cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_reading_with_multiple_files

2016-08-04 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12382:


 Summary: dtest failure in 
cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_reading_with_multiple_files
 Key: CASSANDRA-12382
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12382
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng
 Attachments: node1.log, node1_debug.log, node1_gc.log

example failure:

http://cassci.datastax.com/job/cassandra-3.0_dtest/783/testReport/cqlsh_tests.cqlsh_copy_tests/CqlshCopyTest/test_reading_with_multiple_files



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


[jira] [Created] (CASSANDRA-12376) dtest failure in upgrade_tests.upgrade_through_versions_test.ProtoV1Upgrade_AllVersions_EndsAt_indev_2_2_x.parallel_upgrade_test

2016-08-03 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12376:


 Summary: dtest failure in 
upgrade_tests.upgrade_through_versions_test.ProtoV1Upgrade_AllVersions_EndsAt_indev_2_2_x.parallel_upgrade_test
 Key: CASSANDRA-12376
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12376
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/cassandra-2.2_dtest_win32/276/testReport/upgrade_tests.upgrade_through_versions_test/ProtoV1Upgrade_AllVersions_EndsAt_indev_2_2_x/parallel_upgrade_test



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


[jira] [Created] (CASSANDRA-12370) dtest failure in batch_test.TestBatch.acknowledged_by_batchlog_not_set_when_batchlog_write_fails_test

2016-08-02 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12370:


 Summary: dtest failure in 
batch_test.TestBatch.acknowledged_by_batchlog_not_set_when_batchlog_write_fails_test
 Key: CASSANDRA-12370
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12370
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng
 Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, 
node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log

example failure:

http://cassci.datastax.com/job/cassandra-2.2_dtest/664/testReport/batch_test/TestBatch/acknowledged_by_batchlog_not_set_when_batchlog_write_fails_test



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


[jira] [Created] (CASSANDRA-12369) dtest failure in thrift_hsha_test.ThriftHSHATest.test_6285

2016-08-02 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12369:


 Summary: dtest failure in thrift_hsha_test.ThriftHSHATest.test_6285
 Key: CASSANDRA-12369
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12369
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng
 Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, 
node2_debug.log, node2_gc.log

example failure:

http://cassci.datastax.com/job/cassandra-2.2_dtest/664/testReport/thrift_hsha_test/ThriftHSHATest/test_6285



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


[jira] [Resolved] (CASSANDRA-12164) dtest failure in materialized_views_test.TestMaterializedViews.add_dc_after_mv_network_replication_test

2016-08-02 Thread Craig Kodman (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-12164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Craig Kodman resolved CASSANDRA-12164.
--
Resolution: Fixed

> dtest failure in 
> materialized_views_test.TestMaterializedViews.add_dc_after_mv_network_replication_test
> ---
>
> Key: CASSANDRA-12164
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12164
> Project: Cassandra
>  Issue Type: Test
>Reporter: Sean McCarthy
>Assignee: DS Test Eng
>  Labels: dtest
> Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, 
> node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log, 
> node4.log, node4_debug.log, node4_gc.log, node5.log, node5_debug.log, 
> node5_gc.log
>
>
> example failure:
> http://cassci.datastax.com/job/trunk_offheap_dtest/309/testReport/materialized_views_test/TestMaterializedViews/add_dc_after_mv_network_replication_test
> Failed on CassCI build trunk_offheap_dtest #309
> {code}
> Standard Output
> Unexpected error in node4 log, error: 
> ERROR [main] 2016-07-06 19:21:26,631 MigrationManager.java:164 - Migration 
> task failed to complete
> {code}
> Related failure:
> http://cassci.datastax.com/job/trunk_novnode_dtest/423/testReport/materialized_views_test/TestMaterializedViews/add_node_after_mv_test/



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


[jira] [Resolved] (CASSANDRA-12267) dtest failure in materialized_views_test.TestMaterializedViews.add_dc_after_mv_simple_replication_test

2016-08-02 Thread Craig Kodman (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-12267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Craig Kodman resolved CASSANDRA-12267.
--
Resolution: Duplicate

> dtest failure in 
> materialized_views_test.TestMaterializedViews.add_dc_after_mv_simple_replication_test
> --
>
> Key: CASSANDRA-12267
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12267
> Project: Cassandra
>  Issue Type: Test
>Reporter: Sean McCarthy
>Assignee: DS Test Eng
>  Labels: dtest
> Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, 
> node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log, 
> node4.log, node4_debug.log, node4_gc.log, node5.log, node5_debug.log, 
> node5_gc.log
>
>
> example failure:
> http://cassci.datastax.com/job/trunk_novnode_dtest/432/testReport/materialized_views_test/TestMaterializedViews/add_dc_after_mv_simple_replication_test
> {code}
> Standard Output
> Unexpected error in node4 log, error: 
> ERROR [main] 2016-07-21 01:57:17,951 MigrationManager.java:164 - Migration 
> task failed to complete
> {code}



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


[jira] [Updated] (CASSANDRA-12140) dtest failure in materialized_views_test.TestMaterializedViews.add_write_survey_node_after_mv_test

2016-08-02 Thread Craig Kodman (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-12140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Craig Kodman updated CASSANDRA-12140:
-
Description: 
example failure:

http://cassci.datastax.com/job/trunk_novnode_dtest/409/testReport/materialized_views_test/TestMaterializedViews/add_write_survey_node_after_mv_test

Failed on CassCI build trunk_novnode_dtest #409

{code}
Standard Output

Unexpected error in node4 log, error: 
ERROR [main] 2016-06-27 15:28:13,139 MigrationManager.java:164 - Migration task 
failed to complete
{code}

http://cassci.datastax.com/job/trunk_novnode_dtest/432/testReport/materialized_views_test/TestMaterializedViews/add_dc_after_mv_simple_replication_test/

http://cassci.datastax.com/job/trunk_offheap_dtest/309/testReport/materialized_views_test/TestMaterializedViews/add_dc_after_mv_network_replication_test/

http://cassci.datastax.com/job/trunk_offheap_dtest/309/testReport/materialized_views_test/TestMaterializedViews/add_dc_after_mv_network_replication_test/



  was:
example failure:

http://cassci.datastax.com/job/trunk_novnode_dtest/409/testReport/materialized_views_test/TestMaterializedViews/add_write_survey_node_after_mv_test

Failed on CassCI build trunk_novnode_dtest #409

{code}
Standard Output

Unexpected error in node4 log, error: 
ERROR [main] 2016-06-27 15:28:13,139 MigrationManager.java:164 - Migration task 
failed to complete
{code}

http://cassci.datastax.com/job/trunk_novnode_dtest/432/testReport/materialized_views_test/TestMaterializedViews/add_dc_after_mv_simple_replication_test/


> dtest failure in 
> materialized_views_test.TestMaterializedViews.add_write_survey_node_after_mv_test
> --
>
> Key: CASSANDRA-12140
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12140
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Sean McCarthy
>Assignee: Carl Yeksigian
>  Labels: dtest
> Fix For: 3.x
>
> Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, 
> node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log, 
> node4.log, node4_debug.log, node4_gc.log
>
>
> example failure:
> http://cassci.datastax.com/job/trunk_novnode_dtest/409/testReport/materialized_views_test/TestMaterializedViews/add_write_survey_node_after_mv_test
> Failed on CassCI build trunk_novnode_dtest #409
> {code}
> Standard Output
> Unexpected error in node4 log, error: 
> ERROR [main] 2016-06-27 15:28:13,139 MigrationManager.java:164 - Migration 
> task failed to complete
> {code}
> http://cassci.datastax.com/job/trunk_novnode_dtest/432/testReport/materialized_views_test/TestMaterializedViews/add_dc_after_mv_simple_replication_test/
> http://cassci.datastax.com/job/trunk_offheap_dtest/309/testReport/materialized_views_test/TestMaterializedViews/add_dc_after_mv_network_replication_test/
> http://cassci.datastax.com/job/trunk_offheap_dtest/309/testReport/materialized_views_test/TestMaterializedViews/add_dc_after_mv_network_replication_test/



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


[jira] [Updated] (CASSANDRA-12140) dtest failure in materialized_views_test.TestMaterializedViews.add_write_survey_node_after_mv_test

2016-08-02 Thread Craig Kodman (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-12140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Craig Kodman updated CASSANDRA-12140:
-
Description: 
example failure:

http://cassci.datastax.com/job/trunk_novnode_dtest/409/testReport/materialized_views_test/TestMaterializedViews/add_write_survey_node_after_mv_test

Failed on CassCI build trunk_novnode_dtest #409

{code}
Standard Output

Unexpected error in node4 log, error: 
ERROR [main] 2016-06-27 15:28:13,139 MigrationManager.java:164 - Migration task 
failed to complete
{code}

http://cassci.datastax.com/job/trunk_novnode_dtest/432/testReport/materialized_views_test/TestMaterializedViews/add_dc_after_mv_simple_replication_test/

  was:
example failure:

http://cassci.datastax.com/job/trunk_novnode_dtest/409/testReport/materialized_views_test/TestMaterializedViews/add_write_survey_node_after_mv_test

Failed on CassCI build trunk_novnode_dtest #409

{code}
Standard Output

Unexpected error in node4 log, error: 
ERROR [main] 2016-06-27 15:28:13,139 MigrationManager.java:164 - Migration task 
failed to complete
{code}


> dtest failure in 
> materialized_views_test.TestMaterializedViews.add_write_survey_node_after_mv_test
> --
>
> Key: CASSANDRA-12140
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12140
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Sean McCarthy
>Assignee: Carl Yeksigian
>  Labels: dtest
> Fix For: 3.x
>
> Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, 
> node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log, 
> node4.log, node4_debug.log, node4_gc.log
>
>
> example failure:
> http://cassci.datastax.com/job/trunk_novnode_dtest/409/testReport/materialized_views_test/TestMaterializedViews/add_write_survey_node_after_mv_test
> Failed on CassCI build trunk_novnode_dtest #409
> {code}
> Standard Output
> Unexpected error in node4 log, error: 
> ERROR [main] 2016-06-27 15:28:13,139 MigrationManager.java:164 - Migration 
> task failed to complete
> {code}
> http://cassci.datastax.com/job/trunk_novnode_dtest/432/testReport/materialized_views_test/TestMaterializedViews/add_dc_after_mv_simple_replication_test/



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


[jira] [Created] (CASSANDRA-12357) dtest failure in materialized_views_test.TestMaterializedViews.add_dc_after_mv_simple_replication_test

2016-08-01 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12357:


 Summary: dtest failure in 
materialized_views_test.TestMaterializedViews.add_dc_after_mv_simple_replication_test
 Key: CASSANDRA-12357
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12357
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng
 Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, 
node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log, 
node4.log, node4_debug.log, node4_gc.log, node5.log, node5_debug.log, 
node5_gc.log

example failure:

http://cassci.datastax.com/job/cassandra-3.9_novnode_dtest/24/testReport/materialized_views_test/TestMaterializedViews/add_dc_after_mv_simple_replication_test



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


[jira] [Updated] (CASSANDRA-12352) dtest failure in upgrade_tests.storage_engine_upgrade_test.TestLoadLaCompactSStables.sstableloader_compression_snappy_to_snappy_test

2016-08-01 Thread Craig Kodman (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-12352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Craig Kodman updated CASSANDRA-12352:
-
Description: 
example failure:

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.storage_engine_upgrade_test/TestLoadLaCompactSStables/sstableloader_compression_snappy_to_snappy_test

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.storage_engine_upgrade_test/TestLoadLaSStables/sstableloader_compression_deflate_to_deflate_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDataNodes2RF1_Upgrade_current_2_1_x_To_indev_3_0_x/test_paging_across_multi_wide_rows/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDataNodes3RF3_Upgrade_current_2_1_x_To_indev_3_0_x/test_paging_across_multi_wide_rows/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingSizeNodes2RF1_Upgrade_current_2_1_x_To_indev_3_0_x/test_undefined_page_size_default/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDatasetChangesNodes3RF3_Upgrade_current_2_1_x_To_indev_3_0_x/test_cell_TTL_expiry_during_paging/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingSizeNodes2RF1_Upgrade_current_2_2_x_To_indev_3_0_x/test_undefined_page_size_default/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDatasetChangesNodes2RF1_Upgrade_current_3_0_x_To_indev_3_0_x/test_cell_TTL_expiry_during_paging/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDatasetChangesNodes2RF1_Upgrade_current_2_1_x_To_indev_3_0_x/test_row_TTL_expiry_during_paging/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.storage_engine_upgrade_test/TestBootstrapAfterUpgrade/upgrade_with_unclustered_CQL_table_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_2_x_To_indev_3_0_x/range_tombstones_compaction_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_Upgrade_current_3_0_x_To_indev_3_0_x/bug_5732_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_2_x_To_indev_3_0_x/collection_flush_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_Upgrade_current_3_0_x_To_indev_3_0_x/large_count_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_0_x_To_indev_3_0_x/conditional_delete_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_Upgrade_current_2_1_x_To_indev_3_0_x/range_tombstones_compaction_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingWithDeletionsNodes2RF1_Upgrade_current_2_2_x_To_indev_3_0_x/test_failure_threshold_deletions/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingWithDeletionsNodes2RF1_Upgrade_current_3_0_x_To_indev_3_0_x/test_ttl_deletions/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_0_x_To_indev_3_0_x/limit_multiget_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_1_x_To_indev_3_0_x/limit_multiget_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDatasetChangesNodes3RF3_Upgrade_current_2_2_x_To_indev_3_0_x/test_data_change_impacting_later_page/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_2_x_To_indev_3_0_x/expanded_list_item_conditional_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_2_x_To_indev_3_0_x/no_range_ghost_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_0_x_To_indev_3_0_x/limit_compact_table_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_0_x_To_indev_3_0_x/counters_test/


[jira] [Created] (CASSANDRA-12356) dtest failure in upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_current_2_1_x_To_indev_2_2_x.bug_10652_test

2016-08-01 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12356:


 Summary: dtest failure in 
upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_current_2_1_x_To_indev_2_2_x.bug_10652_test
 Key: CASSANDRA-12356
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12356
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng
 Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, 
node3.log

example failure:

http://cassci.datastax.com/job/cassandra-2.2_dtest_upgrade/7/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_1_x_To_indev_2_2_x/bug_10652_test



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


[jira] [Updated] (CASSANDRA-12352) dtest failure in upgrade_tests.storage_engine_upgrade_test.TestLoadLaCompactSStables.sstableloader_compression_snappy_to_snappy_test

2016-08-01 Thread Craig Kodman (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-12352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Craig Kodman updated CASSANDRA-12352:
-
Description: 
example failure:

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.storage_engine_upgrade_test/TestLoadLaCompactSStables/sstableloader_compression_snappy_to_snappy_test

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.storage_engine_upgrade_test/TestLoadLaSStables/sstableloader_compression_deflate_to_deflate_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDataNodes2RF1_Upgrade_current_2_1_x_To_indev_3_0_x/test_paging_across_multi_wide_rows/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDataNodes3RF3_Upgrade_current_2_1_x_To_indev_3_0_x/test_paging_across_multi_wide_rows/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingSizeNodes2RF1_Upgrade_current_2_1_x_To_indev_3_0_x/test_undefined_page_size_default/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDatasetChangesNodes3RF3_Upgrade_current_2_1_x_To_indev_3_0_x/test_cell_TTL_expiry_during_paging/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingSizeNodes2RF1_Upgrade_current_2_2_x_To_indev_3_0_x/test_undefined_page_size_default/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDatasetChangesNodes2RF1_Upgrade_current_3_0_x_To_indev_3_0_x/test_cell_TTL_expiry_during_paging/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDatasetChangesNodes2RF1_Upgrade_current_2_1_x_To_indev_3_0_x/test_row_TTL_expiry_during_paging/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.storage_engine_upgrade_test/TestBootstrapAfterUpgrade/upgrade_with_unclustered_CQL_table_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_2_x_To_indev_3_0_x/range_tombstones_compaction_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_Upgrade_current_3_0_x_To_indev_3_0_x/bug_5732_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_2_x_To_indev_3_0_x/collection_flush_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_Upgrade_current_3_0_x_To_indev_3_0_x/large_count_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_0_x_To_indev_3_0_x/conditional_delete_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_Upgrade_current_2_1_x_To_indev_3_0_x/range_tombstones_compaction_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingWithDeletionsNodes2RF1_Upgrade_current_2_2_x_To_indev_3_0_x/test_failure_threshold_deletions/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingWithDeletionsNodes2RF1_Upgrade_current_3_0_x_To_indev_3_0_x/test_ttl_deletions/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_0_x_To_indev_3_0_x/limit_multiget_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_1_x_To_indev_3_0_x/limit_multiget_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDatasetChangesNodes3RF3_Upgrade_current_2_2_x_To_indev_3_0_x/test_data_change_impacting_later_page/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_2_x_To_indev_3_0_x/expanded_list_item_conditional_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_2_x_To_indev_3_0_x/no_range_ghost_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_0_x_To_indev_3_0_x/limit_compact_table_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_0_x_To_indev_3_0_x/counters_test/


[jira] [Updated] (CASSANDRA-12352) dtest failure in upgrade_tests.storage_engine_upgrade_test.TestLoadLaCompactSStables.sstableloader_compression_snappy_to_snappy_test

2016-08-01 Thread Craig Kodman (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-12352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Craig Kodman updated CASSANDRA-12352:
-
Description: 
example failure:

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.storage_engine_upgrade_test/TestLoadLaCompactSStables/sstableloader_compression_snappy_to_snappy_test

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.storage_engine_upgrade_test/TestLoadLaSStables/sstableloader_compression_deflate_to_deflate_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDataNodes2RF1_Upgrade_current_2_1_x_To_indev_3_0_x/test_paging_across_multi_wide_rows/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDataNodes3RF3_Upgrade_current_2_1_x_To_indev_3_0_x/test_paging_across_multi_wide_rows/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingSizeNodes2RF1_Upgrade_current_2_1_x_To_indev_3_0_x/test_undefined_page_size_default/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDatasetChangesNodes3RF3_Upgrade_current_2_1_x_To_indev_3_0_x/test_cell_TTL_expiry_during_paging/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingSizeNodes2RF1_Upgrade_current_2_2_x_To_indev_3_0_x/test_undefined_page_size_default/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDatasetChangesNodes2RF1_Upgrade_current_3_0_x_To_indev_3_0_x/test_cell_TTL_expiry_during_paging/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDatasetChangesNodes2RF1_Upgrade_current_2_1_x_To_indev_3_0_x/test_row_TTL_expiry_during_paging/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.storage_engine_upgrade_test/TestBootstrapAfterUpgrade/upgrade_with_unclustered_CQL_table_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_2_x_To_indev_3_0_x/range_tombstones_compaction_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_Upgrade_current_3_0_x_To_indev_3_0_x/bug_5732_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_2_x_To_indev_3_0_x/collection_flush_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_Upgrade_current_3_0_x_To_indev_3_0_x/large_count_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_0_x_To_indev_3_0_x/conditional_delete_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_Upgrade_current_2_1_x_To_indev_3_0_x/range_tombstones_compaction_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingWithDeletionsNodes2RF1_Upgrade_current_2_2_x_To_indev_3_0_x/test_failure_threshold_deletions/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingWithDeletionsNodes2RF1_Upgrade_current_3_0_x_To_indev_3_0_x/test_ttl_deletions/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_0_x_To_indev_3_0_x/limit_multiget_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_1_x_To_indev_3_0_x/limit_multiget_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDatasetChangesNodes3RF3_Upgrade_current_2_2_x_To_indev_3_0_x/test_data_change_impacting_later_page/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_2_x_To_indev_3_0_x/expanded_list_item_conditional_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_2_x_To_indev_3_0_x/no_range_ghost_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_0_x_To_indev_3_0_x/limit_compact_table_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_0_x_To_indev_3_0_x/counters_test/


[jira] [Updated] (CASSANDRA-12352) dtest failure in upgrade_tests.storage_engine_upgrade_test.TestLoadLaCompactSStables.sstableloader_compression_snappy_to_snappy_test

2016-08-01 Thread Craig Kodman (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-12352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Craig Kodman updated CASSANDRA-12352:
-
Description: 
example failure:

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.storage_engine_upgrade_test/TestLoadLaCompactSStables/sstableloader_compression_snappy_to_snappy_test

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.storage_engine_upgrade_test/TestLoadLaSStables/sstableloader_compression_deflate_to_deflate_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDataNodes2RF1_Upgrade_current_2_1_x_To_indev_3_0_x/test_paging_across_multi_wide_rows/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDataNodes3RF3_Upgrade_current_2_1_x_To_indev_3_0_x/test_paging_across_multi_wide_rows/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingSizeNodes2RF1_Upgrade_current_2_1_x_To_indev_3_0_x/test_undefined_page_size_default/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDatasetChangesNodes3RF3_Upgrade_current_2_1_x_To_indev_3_0_x/test_cell_TTL_expiry_during_paging/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingSizeNodes2RF1_Upgrade_current_2_2_x_To_indev_3_0_x/test_undefined_page_size_default/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDatasetChangesNodes2RF1_Upgrade_current_3_0_x_To_indev_3_0_x/test_cell_TTL_expiry_during_paging/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDatasetChangesNodes2RF1_Upgrade_current_2_1_x_To_indev_3_0_x/test_row_TTL_expiry_during_paging/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.storage_engine_upgrade_test/TestBootstrapAfterUpgrade/upgrade_with_unclustered_CQL_table_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_2_x_To_indev_3_0_x/range_tombstones_compaction_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_Upgrade_current_3_0_x_To_indev_3_0_x/bug_5732_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_2_x_To_indev_3_0_x/collection_flush_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_Upgrade_current_3_0_x_To_indev_3_0_x/large_count_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_0_x_To_indev_3_0_x/conditional_delete_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_Upgrade_current_2_1_x_To_indev_3_0_x/range_tombstones_compaction_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingWithDeletionsNodes2RF1_Upgrade_current_2_2_x_To_indev_3_0_x/test_failure_threshold_deletions/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingWithDeletionsNodes2RF1_Upgrade_current_3_0_x_To_indev_3_0_x/test_ttl_deletions/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_0_x_To_indev_3_0_x/limit_multiget_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_1_x_To_indev_3_0_x/limit_multiget_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDatasetChangesNodes3RF3_Upgrade_current_2_2_x_To_indev_3_0_x/test_data_change_impacting_later_page/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_2_x_To_indev_3_0_x/expanded_list_item_conditional_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_2_x_To_indev_3_0_x/no_range_ghost_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_0_x_To_indev_3_0_x/limit_compact_table_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_0_x_To_indev_3_0_x/counters_test/


[jira] [Created] (CASSANDRA-12354) dtest failure in upgrade_tests.cql_tests.TestCQLNodes2RF1_Upgrade_current_2_2_x_To_indev_2_2_x.bug_5732_test

2016-08-01 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12354:


 Summary: dtest failure in 
upgrade_tests.cql_tests.TestCQLNodes2RF1_Upgrade_current_2_2_x_To_indev_2_2_x.bug_5732_test
 Key: CASSANDRA-12354
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12354
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/cassandra-2.2_dtest_upgrade/7/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_Upgrade_current_2_2_x_To_indev_2_2_x/bug_5732_test



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


[jira] [Commented] (CASSANDRA-12352) dtest failure in upgrade_tests.storage_engine_upgrade_test.TestLoadLaCompactSStables.sstableloader_compression_snappy_to_snappy_test

2016-08-01 Thread Craig Kodman (JIRA)

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

Craig Kodman commented on CASSANDRA-12352:
--

This might be an environmental issue.  It might be best to look into that first 
to eliminate that as a cause.

> dtest failure in 
> upgrade_tests.storage_engine_upgrade_test.TestLoadLaCompactSStables.sstableloader_compression_snappy_to_snappy_test
> 
>
> Key: CASSANDRA-12352
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12352
> Project: Cassandra
>  Issue Type: Test
>Reporter: Craig Kodman
>Assignee: DS Test Eng
>  Labels: dtest
> Attachments: node1.log, node1_debug.log, node2.log, node2_debug.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.storage_engine_upgrade_test/TestLoadLaCompactSStables/sstableloader_compression_snappy_to_snappy_test
> http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.storage_engine_upgrade_test/TestLoadLaSStables/sstableloader_compression_deflate_to_deflate_test/
> http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDataNodes2RF1_Upgrade_current_2_1_x_To_indev_3_0_x/test_paging_across_multi_wide_rows/
> http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDataNodes3RF3_Upgrade_current_2_1_x_To_indev_3_0_x/test_paging_across_multi_wide_rows/
> http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingSizeNodes2RF1_Upgrade_current_2_1_x_To_indev_3_0_x/test_undefined_page_size_default/
> http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDatasetChangesNodes3RF3_Upgrade_current_2_1_x_To_indev_3_0_x/test_cell_TTL_expiry_during_paging/
> http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingSizeNodes2RF1_Upgrade_current_2_2_x_To_indev_3_0_x/test_undefined_page_size_default/
> http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDatasetChangesNodes2RF1_Upgrade_current_3_0_x_To_indev_3_0_x/test_cell_TTL_expiry_during_paging/
> http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDatasetChangesNodes2RF1_Upgrade_current_2_1_x_To_indev_3_0_x/test_row_TTL_expiry_during_paging/
> http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.storage_engine_upgrade_test/TestBootstrapAfterUpgrade/upgrade_with_unclustered_CQL_table_test/
> http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_2_x_To_indev_3_0_x/range_tombstones_compaction_test/
> http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_Upgrade_current_3_0_x_To_indev_3_0_x/bug_5732_test/
> http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_2_x_To_indev_3_0_x/collection_flush_test/
> http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_Upgrade_current_3_0_x_To_indev_3_0_x/large_count_test/
> http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_0_x_To_indev_3_0_x/conditional_delete_test/
> http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_Upgrade_current_2_1_x_To_indev_3_0_x/range_tombstones_compaction_test/
> http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingWithDeletionsNodes2RF1_Upgrade_current_2_2_x_To_indev_3_0_x/test_failure_threshold_deletions/
> http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingWithDeletionsNodes2RF1_Upgrade_current_3_0_x_To_indev_3_0_x/test_ttl_deletions/
> http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_0_x_To_indev_3_0_x/limit_multiget_test/
> http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_1_x_To_indev_3_0_x/limit_multiget_test/
> 

[jira] [Updated] (CASSANDRA-12352) dtest failure in upgrade_tests.storage_engine_upgrade_test.TestLoadLaCompactSStables.sstableloader_compression_snappy_to_snappy_test

2016-08-01 Thread Craig Kodman (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-12352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Craig Kodman updated CASSANDRA-12352:
-
Description: 
example failure:

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.storage_engine_upgrade_test/TestLoadLaCompactSStables/sstableloader_compression_snappy_to_snappy_test

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.storage_engine_upgrade_test/TestLoadLaSStables/sstableloader_compression_deflate_to_deflate_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDataNodes2RF1_Upgrade_current_2_1_x_To_indev_3_0_x/test_paging_across_multi_wide_rows/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDataNodes3RF3_Upgrade_current_2_1_x_To_indev_3_0_x/test_paging_across_multi_wide_rows/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingSizeNodes2RF1_Upgrade_current_2_1_x_To_indev_3_0_x/test_undefined_page_size_default/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDatasetChangesNodes3RF3_Upgrade_current_2_1_x_To_indev_3_0_x/test_cell_TTL_expiry_during_paging/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingSizeNodes2RF1_Upgrade_current_2_2_x_To_indev_3_0_x/test_undefined_page_size_default/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDatasetChangesNodes2RF1_Upgrade_current_3_0_x_To_indev_3_0_x/test_cell_TTL_expiry_during_paging/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDatasetChangesNodes2RF1_Upgrade_current_2_1_x_To_indev_3_0_x/test_row_TTL_expiry_during_paging/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.storage_engine_upgrade_test/TestBootstrapAfterUpgrade/upgrade_with_unclustered_CQL_table_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_2_x_To_indev_3_0_x/range_tombstones_compaction_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_Upgrade_current_3_0_x_To_indev_3_0_x/bug_5732_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_2_x_To_indev_3_0_x/collection_flush_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_Upgrade_current_3_0_x_To_indev_3_0_x/large_count_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_0_x_To_indev_3_0_x/conditional_delete_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_Upgrade_current_2_1_x_To_indev_3_0_x/range_tombstones_compaction_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingWithDeletionsNodes2RF1_Upgrade_current_2_2_x_To_indev_3_0_x/test_failure_threshold_deletions/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingWithDeletionsNodes2RF1_Upgrade_current_3_0_x_To_indev_3_0_x/test_ttl_deletions/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_0_x_To_indev_3_0_x/limit_multiget_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_1_x_To_indev_3_0_x/limit_multiget_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDatasetChangesNodes3RF3_Upgrade_current_2_2_x_To_indev_3_0_x/test_data_change_impacting_later_page/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_2_x_To_indev_3_0_x/expanded_list_item_conditional_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_2_x_To_indev_3_0_x/no_range_ghost_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_0_x_To_indev_3_0_x/limit_compact_table_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_0_x_To_indev_3_0_x/counters_test/


[jira] [Created] (CASSANDRA-12352) dtest failure in upgrade_tests.storage_engine_upgrade_test.TestLoadLaCompactSStables.sstableloader_compression_snappy_to_snappy_test

2016-08-01 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12352:


 Summary: dtest failure in 
upgrade_tests.storage_engine_upgrade_test.TestLoadLaCompactSStables.sstableloader_compression_snappy_to_snappy_test
 Key: CASSANDRA-12352
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12352
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng
 Attachments: node1.log, node1_debug.log, node2.log, node2_debug.log

example failure:

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.storage_engine_upgrade_test/TestLoadLaCompactSStables/sstableloader_compression_snappy_to_snappy_test

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.storage_engine_upgrade_test/TestLoadLaSStables/sstableloader_compression_deflate_to_deflate_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDataNodes2RF1_Upgrade_current_2_1_x_To_indev_3_0_x/test_paging_across_multi_wide_rows/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDataNodes3RF3_Upgrade_current_2_1_x_To_indev_3_0_x/test_paging_across_multi_wide_rows/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingSizeNodes2RF1_Upgrade_current_2_1_x_To_indev_3_0_x/test_undefined_page_size_default/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDatasetChangesNodes3RF3_Upgrade_current_2_1_x_To_indev_3_0_x/test_cell_TTL_expiry_during_paging/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingSizeNodes2RF1_Upgrade_current_2_2_x_To_indev_3_0_x/test_undefined_page_size_default/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDatasetChangesNodes3RF3_Upgrade_current_2_1_x_To_indev_3_0_x/test_cell_TTL_expiry_during_paging/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingSizeNodes2RF1_Upgrade_current_2_2_x_To_indev_3_0_x/test_undefined_page_size_default/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDatasetChangesNodes2RF1_Upgrade_current_3_0_x_To_indev_3_0_x/test_cell_TTL_expiry_during_paging/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDatasetChangesNodes2RF1_Upgrade_current_2_1_x_To_indev_3_0_x/test_row_TTL_expiry_during_paging/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.storage_engine_upgrade_test/TestBootstrapAfterUpgrade/upgrade_with_unclustered_CQL_table_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_2_x_To_indev_3_0_x/range_tombstones_compaction_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_Upgrade_current_3_0_x_To_indev_3_0_x/bug_5732_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_2_x_To_indev_3_0_x/collection_flush_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_Upgrade_current_3_0_x_To_indev_3_0_x/large_count_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_0_x_To_indev_3_0_x/conditional_delete_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_Upgrade_current_2_1_x_To_indev_3_0_x/range_tombstones_compaction_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingWithDeletionsNodes2RF1_Upgrade_current_2_2_x_To_indev_3_0_x/test_failure_threshold_deletions/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingWithDeletionsNodes2RF1_Upgrade_current_3_0_x_To_indev_3_0_x/test_ttl_deletions/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_0_x_To_indev_3_0_x/limit_multiget_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_1_x_To_indev_3_0_x/limit_multiget_test/

http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/10/testReport/upgrade_tests.paging_test/TestPagingDatasetChangesNodes3RF3_Upgrade_current_2_2_x_To_indev_3_0_x/test_data_change_impacting_later_page/


[jira] [Created] (CASSANDRA-12339) dtest failure in cql_tracing_test.TestCqlTracing.tracing_unknown_impl_test

2016-07-29 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12339:


 Summary: dtest failure in 
cql_tracing_test.TestCqlTracing.tracing_unknown_impl_test
 Key: CASSANDRA-12339
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12339
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng
 Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, 
node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log

example failure:

http://cassci.datastax.com/job/cassandra-3.9_dtest/21/testReport/cql_tracing_test/TestCqlTracing/tracing_unknown_impl_test



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


[jira] [Created] (CASSANDRA-12323) dtest failure in compaction_test.TestCompaction_with_DateTieredCompactionStrategy.bloomfilter_size_test

2016-07-27 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12323:


 Summary: dtest failure in 
compaction_test.TestCompaction_with_DateTieredCompactionStrategy.bloomfilter_size_test
 Key: CASSANDRA-12323
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12323
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng
 Attachments: node1.log, node1_debug.log, node1_gc.log

example failure:

http://cassci.datastax.com/job/cassandra-3.9_novnode_dtest/19/testReport/compaction_test/TestCompaction_with_DateTieredCompactionStrategy/bloomfilter_size_test



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


[jira] [Created] (CASSANDRA-12316) dtest failure in cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_round_trip_random

2016-07-27 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12316:


 Summary: dtest failure in 
cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_round_trip_random
 Key: CASSANDRA-12316
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12316
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/cassandra-3.9_novnode_dtest/16/testReport/cqlsh_tests.cqlsh_copy_tests/CqlshCopyTest/test_round_trip_random



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


[jira] [Created] (CASSANDRA-12313) dtest failure in replace_address_test.TestReplaceAddress.replace_with_insufficient_replicas_test

2016-07-27 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12313:


 Summary: dtest failure in 
replace_address_test.TestReplaceAddress.replace_with_insufficient_replicas_test
 Key: CASSANDRA-12313
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12313
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng
 Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, 
node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log, 
node4.log, node4_debug.log, node4_gc.log

example failure:

http://cassci.datastax.com/job/cassandra-2.2_dtest_jdk8/288/testReport/replace_address_test/TestReplaceAddress/replace_with_insufficient_replicas_test



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


[jira] [Resolved] (CASSANDRA-12289) dtest failure in cqlshlib.test.remove_test_db

2016-07-25 Thread Craig Kodman (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-12289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Craig Kodman resolved CASSANDRA-12289.
--
Resolution: Fixed

> dtest failure in cqlshlib.test.remove_test_db
> -
>
> Key: CASSANDRA-12289
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12289
> Project: Cassandra
>  Issue Type: Test
>Reporter: Craig Kodman
>Assignee: DS Test Eng
>  Labels: dtest
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.9_cqlsh_tests/2/testReport/cqlshlib/test/remove_test_db
> http://cassci.datastax.com/job/cassandra-3.9_cqlsh_tests/3/cython=yes,label=ctool-lab/testReport/cqlshlib.test.test_cqlsh_completion/TestCqlshCompletion/test_complete_in_create_columnfamily/
> http://cassci.datastax.com/job/cassandra-3.9_cqlsh_tests/3/cython=yes,label=ctool-lab/testReport/cqlshlib.test.test_cqlsh_completion/TestCqlshCompletion/test_complete_in_create_table/



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


[jira] [Created] (CASSANDRA-12289) dtest failure in cqlshlib.test.remove_test_db

2016-07-25 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12289:


 Summary: dtest failure in cqlshlib.test.remove_test_db
 Key: CASSANDRA-12289
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12289
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/cassandra-3.9_cqlsh_tests/2/testReport/cqlshlib/test/remove_test_db

http://cassci.datastax.com/job/cassandra-3.9_cqlsh_tests/3/cython=yes,label=ctool-lab/testReport/cqlshlib.test.test_cqlsh_completion/TestCqlshCompletion/test_complete_in_create_columnfamily/

http://cassci.datastax.com/job/cassandra-3.9_cqlsh_tests/3/cython=yes,label=ctool-lab/testReport/cqlshlib.test.test_cqlsh_completion/TestCqlshCompletion/test_complete_in_create_table/



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


[jira] [Created] (CASSANDRA-12287) offline_tools_test.TestOfflineTools.sstablelevelreset_test

2016-07-25 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12287:


 Summary: offline_tools_test.TestOfflineTools.sstablelevelreset_test
 Key: CASSANDRA-12287
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12287
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng
 Attachments: node1.log, node1_debug.log, node1_gc.log

example failure:

http://cassci.datastax.com/job/cassandra-3.9_dtest/lastCompletedBuild/testReport/offline_tools_test/TestOfflineTools/sstablelevelreset_test/



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


[jira] [Updated] (CASSANDRA-12286) dtest failure in cdc_test.TestCDC.test_cdc_data_available_in_cdc_raw

2016-07-25 Thread Craig Kodman (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-12286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Craig Kodman updated CASSANDRA-12286:
-
Assignee: Jim Witschey  (was: DS Test Eng)

> dtest failure in cdc_test.TestCDC.test_cdc_data_available_in_cdc_raw
> 
>
> Key: CASSANDRA-12286
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12286
> Project: Cassandra
>  Issue Type: Test
>Reporter: Craig Kodman
>Assignee: Jim Witschey
>  Labels: dtest
> Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, 
> node2_debug.log, node2_gc.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.9_dtest/18/testReport/cdc_test/TestCDC/test_cdc_data_available_in_cdc_raw



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


[jira] [Created] (CASSANDRA-12286) dtest failure in cdc_test.TestCDC.test_cdc_data_available_in_cdc_raw

2016-07-25 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12286:


 Summary: dtest failure in 
cdc_test.TestCDC.test_cdc_data_available_in_cdc_raw
 Key: CASSANDRA-12286
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12286
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng
 Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, 
node2_debug.log, node2_gc.log

example failure:

http://cassci.datastax.com/job/cassandra-3.9_dtest/18/testReport/cdc_test/TestCDC/test_cdc_data_available_in_cdc_raw



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


[jira] [Updated] (CASSANDRA-12285) dtest failure in user_functions_test.TestUserFunctions.test_migration

2016-07-25 Thread Craig Kodman (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-12285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Craig Kodman updated CASSANDRA-12285:
-
Attachment: node3.log
node3_gc.log
node3_debug.log
node2.log
node2_gc.log
node2_debug.log
node1.log
node1_gc.log
node1_debug.log

> dtest failure in user_functions_test.TestUserFunctions.test_migration
> -
>
> Key: CASSANDRA-12285
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12285
> Project: Cassandra
>  Issue Type: Test
>Reporter: Craig Kodman
>Assignee: Philip Thompson
>  Labels: dtest
> Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, 
> node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.9_dtest/17/testReport/user_functions_test/TestUserFunctions/test_migration



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


[jira] [Created] (CASSANDRA-12285) dtest failure in user_functions_test.TestUserFunctions.test_migration

2016-07-25 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12285:


 Summary: dtest failure in 
user_functions_test.TestUserFunctions.test_migration
 Key: CASSANDRA-12285
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12285
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/cassandra-3.9_dtest/17/testReport/user_functions_test/TestUserFunctions/test_migration



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


[jira] [Updated] (CASSANDRA-12276) dtest failure in replace_address_test.TestReplaceAddress.multi_dc_replace_with_rf1_test

2016-07-22 Thread Craig Kodman (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-12276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Craig Kodman updated CASSANDRA-12276:
-
Attachment: node2.log
node2_gc.log
node2_debug.log
node1.log
node1_gc.log
node1_debug.log

> dtest failure in 
> replace_address_test.TestReplaceAddress.multi_dc_replace_with_rf1_test
> ---
>
> Key: CASSANDRA-12276
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12276
> Project: Cassandra
>  Issue Type: Test
>Reporter: Craig Kodman
>Assignee: DS Test Eng
>  Labels: dtest, windows
> Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, 
> node2_debug.log, node2_gc.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-2.2_dtest_win32/271/testReport/replace_address_test/TestReplaceAddress/multi_dc_replace_with_rf1_test



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


[jira] [Created] (CASSANDRA-12276) dtest failure in replace_address_test.TestReplaceAddress.multi_dc_replace_with_rf1_test

2016-07-22 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12276:


 Summary: dtest failure in 
replace_address_test.TestReplaceAddress.multi_dc_replace_with_rf1_test
 Key: CASSANDRA-12276
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12276
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/cassandra-2.2_dtest_win32/271/testReport/replace_address_test/TestReplaceAddress/multi_dc_replace_with_rf1_test



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


[jira] [Updated] (CASSANDRA-12275) dtest failure in offline_tools_test.TestOfflineTools.sstableofflinerelevel_test

2016-07-22 Thread Craig Kodman (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-12275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Craig Kodman updated CASSANDRA-12275:
-
Attachment: node1.log
node1_gc.log
node1_debug.log

> dtest failure in 
> offline_tools_test.TestOfflineTools.sstableofflinerelevel_test
> ---
>
> Key: CASSANDRA-12275
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12275
> Project: Cassandra
>  Issue Type: Test
>Reporter: Craig Kodman
>Assignee: DS Test Eng
>  Labels: dtest, windows
> Attachments: node1.log, node1_debug.log, node1_gc.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-2.2_dtest_win32/271/testReport/offline_tools_test/TestOfflineTools/sstableofflinerelevel_test



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


[jira] [Created] (CASSANDRA-12275) dtest failure in offline_tools_test.TestOfflineTools.sstableofflinerelevel_test

2016-07-22 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12275:


 Summary: dtest failure in 
offline_tools_test.TestOfflineTools.sstableofflinerelevel_test
 Key: CASSANDRA-12275
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12275
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/cassandra-2.2_dtest_win32/271/testReport/offline_tools_test/TestOfflineTools/sstableofflinerelevel_test



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


[jira] [Updated] (CASSANDRA-12214) cqlshlib test failure: cqlshlib.test.remove_test_db

2016-07-15 Thread Craig Kodman (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-12214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Craig Kodman updated CASSANDRA-12214:
-
Description: 
[~Stefania]  
http://cassci.datastax.com/job/cassandra-3.9_cqlsh_tests/lastCompletedBuild/testReport/

Hello, these three tests are failing:
cqlshlib.test.remove_test_db
cqlshlib.test.test_cqlsh_completion.TestCqlshCompletion.test_complete_in_create_columnfamily
cqlshlib.test.test_cqlsh_completion.TestCqlshCompletion.test_complete_in_create_table

Can you look at them, please?  Thank you!

  was:
[~Stefania]  
http://cassci.datastax.com/job/cassandra-3.9_cqlsh_tests/lastCompletedBuild/testReport/

Hello, these three tests are failing:
cqlshlib.test.remove_test_db
cqlshlib.test.test_cqlsh_completion.TestCqlshCompletion.test_complete_in_create_columnfamily
cqlshlib.test.test_cqlsh_completion.TestCqlshCompletion.test_complete_in_create_table

Can you look at them, please?  Thank you!


>  cqlshlib test failure: cqlshlib.test.remove_test_db
> 
>
> Key: CASSANDRA-12214
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12214
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Craig Kodman
>
> [~Stefania]  
> http://cassci.datastax.com/job/cassandra-3.9_cqlsh_tests/lastCompletedBuild/testReport/
> Hello, these three tests are failing:
> cqlshlib.test.remove_test_db
> cqlshlib.test.test_cqlsh_completion.TestCqlshCompletion.test_complete_in_create_columnfamily
> cqlshlib.test.test_cqlsh_completion.TestCqlshCompletion.test_complete_in_create_table
> Can you look at them, please?  Thank you!



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


[jira] [Updated] (CASSANDRA-12214) cqlshlib test failure: cqlshlib.test.remove_test_db

2016-07-15 Thread Craig Kodman (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-12214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Craig Kodman updated CASSANDRA-12214:
-
Description: 
[~Stefania]  
http://cassci.datastax.com/job/cassandra-3.9_cqlsh_tests/lastCompletedBuild/testReport/

Hello, these three tests are failing:
cqlshlib.test.remove_test_db
cqlshlib.test.test_cqlsh_completion.TestCqlshCompletion.test_complete_in_create_columnfamily
cqlshlib.test.test_cqlsh_completion.TestCqlshCompletion.test_complete_in_create_table

Can you look at them, please?  Thank you!

  was:[~Stefania]


>  cqlshlib test failure: cqlshlib.test.remove_test_db
> 
>
> Key: CASSANDRA-12214
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12214
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Craig Kodman
>
> [~Stefania]  
> http://cassci.datastax.com/job/cassandra-3.9_cqlsh_tests/lastCompletedBuild/testReport/
> Hello, these three tests are failing:
> cqlshlib.test.remove_test_db
> cqlshlib.test.test_cqlsh_completion.TestCqlshCompletion.test_complete_in_create_columnfamily
> cqlshlib.test.test_cqlsh_completion.TestCqlshCompletion.test_complete_in_create_table
> Can you look at them, please?  Thank you!



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


[jira] [Created] (CASSANDRA-12214) cqlshlib test failure: cqlshlib.test.remove_test_db

2016-07-15 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12214:


 Summary:  cqlshlib test failure: cqlshlib.test.remove_test_db
 Key: CASSANDRA-12214
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12214
 Project: Cassandra
  Issue Type: Bug
Reporter: Craig Kodman


[~Stefania]



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


[jira] [Created] (CASSANDRA-12213) dtest failure in write_failures_test.TestWriteFailures.test_paxos_any

2016-07-15 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12213:


 Summary: dtest failure in 
write_failures_test.TestWriteFailures.test_paxos_any
 Key: CASSANDRA-12213
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12213
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng
 Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, 
node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log

example failure:

http://cassci.datastax.com/job/cassandra-3.9_dtest/10/testReport/write_failures_test/TestWriteFailures/test_paxos_any

and:

http://cassci.datastax.com/job/cassandra-3.9_dtest/10/testReport/write_failures_test/TestWriteFailures/test_mutation_v3/

Failed on CassCI build cassandra-3.9_dtest #10





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


[jira] [Assigned] (CASSANDRA-12213) dtest failure in write_failures_test.TestWriteFailures.test_paxos_any

2016-07-15 Thread Craig Kodman (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-12213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Craig Kodman reassigned CASSANDRA-12213:


Assignee: Craig Kodman  (was: DS Test Eng)

> dtest failure in write_failures_test.TestWriteFailures.test_paxos_any
> -
>
> Key: CASSANDRA-12213
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12213
> Project: Cassandra
>  Issue Type: Test
>Reporter: Craig Kodman
>Assignee: Craig Kodman
>  Labels: dtest
> Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, 
> node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.9_dtest/10/testReport/write_failures_test/TestWriteFailures/test_paxos_any
> and:
> http://cassci.datastax.com/job/cassandra-3.9_dtest/10/testReport/write_failures_test/TestWriteFailures/test_mutation_v3/
> Failed on CassCI build cassandra-3.9_dtest #10



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


[jira] [Updated] (CASSANDRA-12213) dtest failure in write_failures_test.TestWriteFailures.test_paxos_any

2016-07-15 Thread Craig Kodman (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-12213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Craig Kodman updated CASSANDRA-12213:
-
Issue Type: Bug  (was: Test)

> dtest failure in write_failures_test.TestWriteFailures.test_paxos_any
> -
>
> Key: CASSANDRA-12213
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12213
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Craig Kodman
>  Labels: dtest
> Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, 
> node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.9_dtest/10/testReport/write_failures_test/TestWriteFailures/test_paxos_any
> and:
> http://cassci.datastax.com/job/cassandra-3.9_dtest/10/testReport/write_failures_test/TestWriteFailures/test_mutation_v3/
> Failed on CassCI build cassandra-3.9_dtest #10



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


[jira] [Updated] (CASSANDRA-12213) dtest failure in write_failures_test.TestWriteFailures.test_paxos_any

2016-07-15 Thread Craig Kodman (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-12213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Craig Kodman updated CASSANDRA-12213:
-
Assignee: (was: Craig Kodman)

> dtest failure in write_failures_test.TestWriteFailures.test_paxos_any
> -
>
> Key: CASSANDRA-12213
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12213
> Project: Cassandra
>  Issue Type: Test
>Reporter: Craig Kodman
>  Labels: dtest
> Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, 
> node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.9_dtest/10/testReport/write_failures_test/TestWriteFailures/test_paxos_any
> and:
> http://cassci.datastax.com/job/cassandra-3.9_dtest/10/testReport/write_failures_test/TestWriteFailures/test_mutation_v3/
> Failed on CassCI build cassandra-3.9_dtest #10



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


[jira] [Created] (CASSANDRA-12122) read_repair_test.TestReadRepair.alter_rf_and_run_read_repair_test

2016-06-30 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12122:


 Summary: 
read_repair_test.TestReadRepair.alter_rf_and_run_read_repair_test
 Key: CASSANDRA-12122
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12122
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/trunk_dtest/1292/testReport/read_repair_test/TestReadRepair/alter_rf_and_run_read_repair_test/

Failed on CassCI build trunk_dtest #1292



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


[jira] [Created] (CASSANDRA-12111) dtest failure in rebuild_test.TestRebuild.rebuild_ranges_test

2016-06-29 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12111:


 Summary: dtest failure in 
rebuild_test.TestRebuild.rebuild_ranges_test
 Key: CASSANDRA-12111
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12111
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/cassandra-2.2_dtest/647/testReport/rebuild_test/TestRebuild/rebuild_ranges_test

Failed on CassCI build cassandra-2.2_dtest #647



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


[jira] [Resolved] (CASSANDRA-12086) dtest failure in cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_writing_with_max_output_size

2016-06-27 Thread Craig Kodman (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-12086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Craig Kodman resolved CASSANDRA-12086.
--
Resolution: Duplicate

> dtest failure in 
> cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_writing_with_max_output_size
> -
>
> Key: CASSANDRA-12086
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12086
> Project: Cassandra
>  Issue Type: Test
>Reporter: Craig Kodman
>Assignee: DS Test Eng
>  Labels: dtest, windows
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.0_dtest_win32/260/testReport/cqlsh_tests.cqlsh_copy_tests/CqlshCopyTest/test_writing_with_max_output_size
> Failed on CassCI build cassandra-3.0_dtest_win32 #260



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


[jira] [Created] (CASSANDRA-12087) dtest failure in sstable_generation_loading_test.TestLoadKaSStables.sstableloader_compression_none_to_snappy_test

2016-06-24 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12087:


 Summary: dtest failure in 
sstable_generation_loading_test.TestLoadKaSStables.sstableloader_compression_none_to_snappy_test
 Key: CASSANDRA-12087
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12087
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/cassandra-3.0_dtest_win32/260/testReport/sstable_generation_loading_test/TestLoadKaSStables/sstableloader_compression_none_to_snappy_test

Failed on CassCI build cassandra-3.0_dtest_win32 #260



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


[jira] [Created] (CASSANDRA-12086) dtest failure in cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_writing_with_max_output_size

2016-06-24 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12086:


 Summary: dtest failure in 
cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_writing_with_max_output_size
 Key: CASSANDRA-12086
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12086
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/cassandra-3.0_dtest_win32/260/testReport/cqlsh_tests.cqlsh_copy_tests/CqlshCopyTest/test_writing_with_max_output_size

Failed on CassCI build cassandra-3.0_dtest_win32 #260



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


[jira] [Created] (CASSANDRA-12085) dtest failure in replace_address_test.TestReplaceAddress.resumable_replace_test

2016-06-24 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12085:


 Summary: dtest failure in 
replace_address_test.TestReplaceAddress.resumable_replace_test
 Key: CASSANDRA-12085
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12085
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/cassandra-2.2_dtest_win32/260/testReport/replace_address_test/TestReplaceAddress/resumable_replace_test

Failed on CassCI build cassandra-2.2_dtest_win32 #260



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


[jira] [Created] (CASSANDRA-12065) dtest failure in repair_tests.repair_test.TestRepair.repair_after_upgrade_test

2016-06-22 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12065:


 Summary: dtest failure in 
repair_tests.repair_test.TestRepair.repair_after_upgrade_test
 Key: CASSANDRA-12065
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12065
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/cassandra-3.0_dtest_win32/259/testReport/repair_tests.repair_test/TestRepair/repair_after_upgrade_test

Failed on CassCI build cassandra-3.0_dtest_win32 #259



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


[jira] [Created] (CASSANDRA-12047) dtest failure in batch_test.TestBatch.logged_batch_compatibility_3_test

2016-06-21 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12047:


 Summary: dtest failure in 
batch_test.TestBatch.logged_batch_compatibility_3_test
 Key: CASSANDRA-12047
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12047
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/cassandra-3.0_novnode_dtest/252/testReport/batch_test/TestBatch/logged_batch_compatibility_3_test

Failed on CassCI build cassandra-3.0_novnode_dtest #252



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


[jira] [Created] (CASSANDRA-12046) dtest failure in repair_tests.repair_test.TestRepair.repair_after_upgrade_test

2016-06-21 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12046:


 Summary: dtest failure in 
repair_tests.repair_test.TestRepair.repair_after_upgrade_test
 Key: CASSANDRA-12046
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12046
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/cassandra-3.0_dtest_win32/258/testReport/repair_tests.repair_test/TestRepair/repair_after_upgrade_test

Failed on CassCI build cassandra-3.0_dtest_win32 #258



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


[jira] [Created] (CASSANDRA-12038) dtest failure in batch_test.TestBatch.logged_batch_compatibility_3_test

2016-06-20 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12038:


 Summary: dtest failure in 
batch_test.TestBatch.logged_batch_compatibility_3_test
 Key: CASSANDRA-12038
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12038
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/cassandra-3.0_novnode_dtest/252/testReport/batch_test/TestBatch/logged_batch_compatibility_3_test

Failed on CassCI build cassandra-3.0_novnode_dtest #252



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


[jira] [Resolved] (CASSANDRA-12037) dtest failure in repair_tests.repair_test.TestRepair.repair_after_upgrade_test

2016-06-20 Thread Craig Kodman (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-12037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Craig Kodman resolved CASSANDRA-12037.
--
Resolution: Duplicate

12036

> dtest failure in repair_tests.repair_test.TestRepair.repair_after_upgrade_test
> --
>
> Key: CASSANDRA-12037
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12037
> Project: Cassandra
>  Issue Type: Test
>Reporter: Craig Kodman
>Assignee: DS Test Eng
>  Labels: dtest
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.0_dtest_win32/257/testReport/repair_tests.repair_test/TestRepair/repair_after_upgrade_test
> Failed on CassCI build cassandra-3.0_dtest_win32 #257



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


[jira] [Created] (CASSANDRA-12037) dtest failure in repair_tests.repair_test.TestRepair.repair_after_upgrade_test

2016-06-20 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12037:


 Summary: dtest failure in 
repair_tests.repair_test.TestRepair.repair_after_upgrade_test
 Key: CASSANDRA-12037
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12037
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/cassandra-3.0_dtest_win32/257/testReport/repair_tests.repair_test/TestRepair/repair_after_upgrade_test

Failed on CassCI build cassandra-3.0_dtest_win32 #257



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


[jira] [Created] (CASSANDRA-12036) dtest failure in repair_tests.repair_test.TestRepair.repair_after_upgrade_test

2016-06-20 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12036:


 Summary: dtest failure in 
repair_tests.repair_test.TestRepair.repair_after_upgrade_test
 Key: CASSANDRA-12036
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12036
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/cassandra-3.0_dtest_win32/257/testReport/repair_tests.repair_test/TestRepair/repair_after_upgrade_test

Failed on CassCI build cassandra-3.0_dtest_win32 #257



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


[jira] [Created] (CASSANDRA-12000) dtest failure in thrift_tests.TestMutations.test_get_range_slice_after_deletion

2016-06-13 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-12000:


 Summary: dtest failure in 
thrift_tests.TestMutations.test_get_range_slice_after_deletion
 Key: CASSANDRA-12000
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12000
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/cassandra-3.0_dtest_win32/253/testReport/thrift_tests/TestMutations/test_get_range_slice_after_deletion

Failed on CassCI build cassandra-3.0_dtest_win32 #253



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


[jira] [Created] (CASSANDRA-11999) dtest failure in cqlsh_tests.cqlsh_tests.TestCqlsh.test_refresh_schema_on_timeout_error

2016-06-13 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-11999:


 Summary: dtest failure in 
cqlsh_tests.cqlsh_tests.TestCqlsh.test_refresh_schema_on_timeout_error
 Key: CASSANDRA-11999
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11999
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/cassandra-3.0_dtest/745/testReport/cqlsh_tests.cqlsh_tests/TestCqlsh/test_refresh_schema_on_timeout_error

Failed on CassCI build cassandra-3.0_dtest #745



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


[jira] [Created] (CASSANDRA-11998) dtest failure in offline_tools_test.TestOfflineTools.sstableofflinerelevel_test

2016-06-13 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-11998:


 Summary: dtest failure in 
offline_tools_test.TestOfflineTools.sstableofflinerelevel_test
 Key: CASSANDRA-11998
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11998
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/cassandra-2.2_dtest/635/testReport/offline_tools_test/TestOfflineTools/sstableofflinerelevel_test

Failed on CassCI build cassandra-2.2_dtest #635



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


[jira] [Created] (CASSANDRA-11975) dtest failure in json_tools_test.TestJson.json_tools_test

2016-06-07 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-11975:


 Summary: dtest failure in json_tools_test.TestJson.json_tools_test
 Key: CASSANDRA-11975
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11975
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/cassandra-2.2_dtest_win32/252/testReport/json_tools_test/TestJson/json_tools_test

Failed on CassCI build cassandra-2.2_dtest_win32 #252



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


[jira] [Created] (CASSANDRA-11953) dtest failure in replace_address_test.TestReplaceAddress.replace_first_boot_test

2016-06-03 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-11953:


 Summary: dtest failure in 
replace_address_test.TestReplaceAddress.replace_first_boot_test
 Key: CASSANDRA-11953
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11953
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/cassandra-2.2_dtest_win32/251/testReport/replace_address_test/TestReplaceAddress/replace_first_boot_test

Failed on CassCI build cassandra-2.2_dtest_win32 #251



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


[jira] [Created] (CASSANDRA-11952) dtest failure in json_tools_test.TestJson.json_tools_test

2016-06-03 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-11952:


 Summary: dtest failure in json_tools_test.TestJson.json_tools_test
 Key: CASSANDRA-11952
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11952
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/cassandra-2.2_dtest_win32/251/testReport/json_tools_test/TestJson/json_tools_test

Failed on CassCI build cassandra-2.2_dtest_win32 #251



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


[jira] [Resolved] (CASSANDRA-11926) dtest failure in thrift_tests.TestMutations.test_dynamic_indexes_with_system_update_cf

2016-05-31 Thread Craig Kodman (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-11926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Craig Kodman resolved CASSANDRA-11926.
--
Resolution: Duplicate

> dtest failure in 
> thrift_tests.TestMutations.test_dynamic_indexes_with_system_update_cf
> --
>
> Key: CASSANDRA-11926
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11926
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Craig Kodman
>  Labels: dtest
> Attachments: node1_debug.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.0_dtest/725/testReport/thrift_tests/TestMutations/test_dynamic_indexes_with_system_update_cf
> Failed on CassCI build cassandra-3.0_dtest #725
> We aren't sure if this is a test problem.  Can someone review the test and 
> this log and let us know if there is an issue.  



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


[jira] [Created] (CASSANDRA-11928) dtest failure in cql_tracing_test.TestCqlTracing.tracing_simple_test

2016-05-31 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-11928:


 Summary: dtest failure in 
cql_tracing_test.TestCqlTracing.tracing_simple_test
 Key: CASSANDRA-11928
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11928
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/cassandra-3.0_dtest/727/testReport/cql_tracing_test/TestCqlTracing/tracing_simple_test

Failed on CassCI build cassandra-3.0_dtest #727

Is it a problem that the tracing message with the query is missing?



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


[jira] [Updated] (CASSANDRA-11928) dtest failure in cql_tracing_test.TestCqlTracing.tracing_simple_test

2016-05-31 Thread Craig Kodman (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-11928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Craig Kodman updated CASSANDRA-11928:
-
Issue Type: Bug  (was: Test)

> dtest failure in cql_tracing_test.TestCqlTracing.tracing_simple_test
> 
>
> Key: CASSANDRA-11928
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11928
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Craig Kodman
>Assignee: DS Test Eng
>  Labels: dtest
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.0_dtest/727/testReport/cql_tracing_test/TestCqlTracing/tracing_simple_test
> Failed on CassCI build cassandra-3.0_dtest #727
> Is it a problem that the tracing message with the query is missing?



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


[jira] [Updated] (CASSANDRA-11928) dtest failure in cql_tracing_test.TestCqlTracing.tracing_simple_test

2016-05-31 Thread Craig Kodman (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-11928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Craig Kodman updated CASSANDRA-11928:
-
Assignee: (was: DS Test Eng)

> dtest failure in cql_tracing_test.TestCqlTracing.tracing_simple_test
> 
>
> Key: CASSANDRA-11928
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11928
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Craig Kodman
>  Labels: dtest
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.0_dtest/727/testReport/cql_tracing_test/TestCqlTracing/tracing_simple_test
> Failed on CassCI build cassandra-3.0_dtest #727
> Is it a problem that the tracing message with the query is missing?



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


[jira] [Updated] (CASSANDRA-11926) dtest failure in thrift_tests.TestMutations.test_dynamic_indexes_with_system_update_cf

2016-05-31 Thread Craig Kodman (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-11926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Craig Kodman updated CASSANDRA-11926:
-
Assignee: (was: DS Test Eng)

> dtest failure in 
> thrift_tests.TestMutations.test_dynamic_indexes_with_system_update_cf
> --
>
> Key: CASSANDRA-11926
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11926
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Craig Kodman
>  Labels: dtest
> Attachments: node1_debug.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.0_dtest/725/testReport/thrift_tests/TestMutations/test_dynamic_indexes_with_system_update_cf
> Failed on CassCI build cassandra-3.0_dtest #725
> We aren't sure if this is a test problem.  Can someone review the test and 
> this log and let us know if there is an issue.  



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


[jira] [Created] (CASSANDRA-11926) dtest failure in thrift_tests.TestMutations.test_dynamic_indexes_with_system_update_cf

2016-05-31 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-11926:


 Summary: dtest failure in 
thrift_tests.TestMutations.test_dynamic_indexes_with_system_update_cf
 Key: CASSANDRA-11926
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11926
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng
 Attachments: node1_debug.log

example failure:

http://cassci.datastax.com/job/cassandra-3.0_dtest/725/testReport/thrift_tests/TestMutations/test_dynamic_indexes_with_system_update_cf

Failed on CassCI build cassandra-3.0_dtest #725

We aren't sure if this is a test problem.  Can someone review the test and this 
log and let us know if there is an issue.  



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


[jira] [Updated] (CASSANDRA-11926) dtest failure in thrift_tests.TestMutations.test_dynamic_indexes_with_system_update_cf

2016-05-31 Thread Craig Kodman (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-11926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Craig Kodman updated CASSANDRA-11926:
-
Issue Type: Bug  (was: Test)

> dtest failure in 
> thrift_tests.TestMutations.test_dynamic_indexes_with_system_update_cf
> --
>
> Key: CASSANDRA-11926
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11926
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Craig Kodman
>Assignee: DS Test Eng
>  Labels: dtest
> Attachments: node1_debug.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.0_dtest/725/testReport/thrift_tests/TestMutations/test_dynamic_indexes_with_system_update_cf
> Failed on CassCI build cassandra-3.0_dtest #725
> We aren't sure if this is a test problem.  Can someone review the test and 
> this log and let us know if there is an issue.  



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


[jira] [Created] (CASSANDRA-11910) dtest failure in secondary_indexes_test.TestSecondaryIndexes.test_manual_rebuild_index

2016-05-27 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-11910:


 Summary: dtest failure in 
secondary_indexes_test.TestSecondaryIndexes.test_manual_rebuild_index
 Key: CASSANDRA-11910
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11910
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/trunk_dtest_win32/425/testReport/secondary_indexes_test/TestSecondaryIndexes/test_manual_rebuild_index

Failed on CassCI build trunk_dtest_win32 #425



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


[jira] [Created] (CASSANDRA-11909) dtest failure in cql_tests.AbortedQueriesTester.remote_query_test

2016-05-27 Thread Craig Kodman (JIRA)
Craig Kodman created CASSANDRA-11909:


 Summary: dtest failure in 
cql_tests.AbortedQueriesTester.remote_query_test
 Key: CASSANDRA-11909
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11909
 Project: Cassandra
  Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/trunk_dtest/1243/testReport/cql_tests/AbortedQueriesTester/remote_query_test

Failed on CassCI build trunk_dtest #1243



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


  1   2   >