[jira] [Assigned] (CASSANDRA-15588) 4.0 quality testing: Cluster Upgrade

2020-09-25 Thread Sean McCarthy (Jira)


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

Sean McCarthy reassigned CASSANDRA-15588:
-

Assignee: (was: Sean McCarthy)

> 4.0 quality testing: Cluster Upgrade
> 
>
> Key: CASSANDRA-15588
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15588
> Project: Cassandra
>  Issue Type: Task
>  Components: Test/dtest/java, Test/dtest/python
>Reporter: Josh McKenzie
>Priority: Normal
> Fix For: 4.0-beta
>
>
> We've historically had numerous bugs concerning upgrading clusters from one 
> version to the other. Let's establish the supported upgrade path and ensure 
> that users can safely perform the upgrades in production.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Assigned] (CASSANDRA-15588) 4.0 quality testing: Cluster Upgrade

2020-04-22 Thread Sean McCarthy (Jira)


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

Sean McCarthy reassigned CASSANDRA-15588:
-

Assignee: Sean McCarthy

> 4.0 quality testing: Cluster Upgrade
> 
>
> Key: CASSANDRA-15588
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15588
> Project: Cassandra
>  Issue Type: Task
>  Components: Test/dtest
>Reporter: Josh McKenzie
>Assignee: Sean McCarthy
>Priority: Normal
> Fix For: 4.0-rc
>
>
> We've historically had numerous bugs concerning upgrading clusters from one 
> version to the other. Let's establish the supported upgrade path and ensure 
> that users can safely perform the upgrades in production.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Created] (CASSANDRA-13495) dtest failure in snapshot_test.TestSnapshot.test_snapshot_and_restore_dropping_a_column

2017-05-04 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13495:
-

 Summary: dtest failure in 
snapshot_test.TestSnapshot.test_snapshot_and_restore_dropping_a_column
 Key: CASSANDRA-13495
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13495
 Project: Cassandra
  Issue Type: Bug
  Components: Testing
Reporter: Sean McCarthy
 Attachments: node1_debug.log, node1_gc.log, node1.log

example failure:

http://cassci.datastax.com/job/cassandra-2.2_dtest_jdk8/342/testReport/snapshot_test/TestSnapshot/test_snapshot_and_restore_dropping_a_column

{code}
Error Message

Subprocess ['nodetool', '-h', 'localhost', '-p', '7100', ['refresh', 'ks', 
'cf']] exited with non-zero status; exit status: 1; 
stdout: nodetool: Unknown keyspace/cf pair (ks.cf)
See 'nodetool help' or 'nodetool help '.
{code}{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/snapshot_test.py", line 145, in 
test_snapshot_and_restore_dropping_a_column
node1.nodetool('refresh ks cf')
  File "/home/automaton/venv/local/lib/python2.7/site-packages/ccmlib/node.py", 
line 789, in nodetool
return handle_external_tool_process(p, ['nodetool', '-h', 'localhost', 
'-p', str(self.jmx_port), cmd.split()])
  File "/home/automaton/venv/local/lib/python2.7/site-packages/ccmlib/node.py", 
line 2002, in handle_external_tool_process
raise ToolError(cmd_args, rc, out, err)
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Created] (CASSANDRA-13470) dtest failure in bootstrap_test.TestBootstrap.test_cleanup

2017-04-24 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13470:
-

 Summary: dtest failure in bootstrap_test.TestBootstrap.test_cleanup
 Key: CASSANDRA-13470
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13470
 Project: Cassandra
  Issue Type: Bug
  Components: Testing
Reporter: Sean McCarthy
 Attachments: node1_debug.log, node1_gc.log, node1.log, 
node2_debug.log, node2_gc.log, node2.log

example failure:

http://cassci.datastax.com/job/trunk_dtest/1554/testReport/bootstrap_test/TestBootstrap/test_cleanup

{code}
Error Message

True is not false
{code}{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/bootstrap_test.py", line 684, in 
test_cleanup
self.assertFalse(failed.is_set())
  File "/usr/lib/python2.7/unittest/case.py", line 416, in assertFalse
raise self.failureException(msg)
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (CASSANDRA-13447) dtest failure in ttl_test.TestTTL.collection_list_ttl_test

2017-04-13 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13447:
-

 Summary: dtest failure in ttl_test.TestTTL.collection_list_ttl_test
 Key: CASSANDRA-13447
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13447
 Project: Cassandra
  Issue Type: Bug
  Components: Testing
Reporter: Sean McCarthy
 Attachments: node1_debug.log, node1_gc.log, node1.log

example failure:

http://cassci.datastax.com/job/cassandra-2.2_offheap_dtest/487/testReport/ttl_test/TestTTL/collection_list_ttl_test

{code}
Error Message

Error from server: code=2200 [Invalid query] message="Attempted to set an 
element on a list which is null"
{code}{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/ttl_test.py", line 264, in 
collection_list_ttl_test
""")
  File "/home/automaton/venv/src/cassandra-driver/cassandra/cluster.py", line 
2018, in execute
return self.execute_async(query, parameters, trace, custom_payload, 
timeout, execution_profile, paging_state).result()
  File "/home/automaton/venv/src/cassandra-driver/cassandra/cluster.py", line 
3822, in result
raise self._final_exception
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (CASSANDRA-13429) testall failure in org.apache.cassandra.io.sstable.SSTableRewriterTest.testAbort

2017-04-10 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13429:
-

 Summary: testall failure in 
org.apache.cassandra.io.sstable.SSTableRewriterTest.testAbort
 Key: CASSANDRA-13429
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13429
 Project: Cassandra
  Issue Type: Bug
  Components: Testing
Reporter: Sean McCarthy
 Attachments: jenkins-cassandra-2.2_testall-670_logs.tar.gz

example failure:

http://cassci.datastax.com/job/cassandra-2.2_testall/670/testReport/org.apache.cassandra.io.sstable/SSTableRewriterTest/testAbort

{code}
Error Message

/home/automaton/cassandra/build/test/cassandra/data:187/SSTableRewriterTest/Standard1-9e58bfd01d1311e795f67f0eb3b48181/lb-61-big
{code}{code}
Stacktrace

junit.framework.AssertionFailedError: 
/home/automaton/cassandra/build/test/cassandra/data:187/SSTableRewriterTest/Standard1-9e58bfd01d1311e795f67f0eb3b48181/lb-61-big
at 
org.apache.cassandra.io.sstable.SSTableRewriterTest.validateCFS(SSTableRewriterTest.java:992)
at 
org.apache.cassandra.io.sstable.SSTableRewriterTest.truncate(SSTableRewriterTest.java:943)
at 
org.apache.cassandra.io.sstable.SSTableRewriterTest.testAbortHelper(SSTableRewriterTest.java:665)
at 
org.apache.cassandra.io.sstable.SSTableRewriterTest.testAbort(SSTableRewriterTest.java:652)
{code}{code}
Standard Output

ERROR 11:00:08 LEAK DETECTED: a reference 
(org.apache.cassandra.utils.concurrent.Ref$State@dffb15a) to class 
org.apache.cassandra.io.sstable.format.SSTableReader$InstanceTidier@232035044:/home/automaton/cassandra/build/test/cassandra/data:187/SSTableRewriterTest/Standard1-9e58bfd01d1311e795f67f0eb3b48181/lb-61-big
 was not released before the reference was garbage collected
ERROR 11:00:08 LEAK DETECTED: a reference 
(org.apache.cassandra.utils.concurrent.Ref$State@dffb15a) to class 
org.apache.cassandra.io.sstable.format.SSTableReader$InstanceTidier@232035044:/home/automaton/cassandra/build/test/cassandra/data:187/SSTableRewriterTest/Standard1-9e58bfd01d1311e795f67f0eb3b48181/lb-61-big
 was not released before the reference was garbage collected
ERROR 11:00:08 Allocate trace 
org.apache.cassandra.utils.concurrent.Ref$State@dffb15a:
Thread[main,5,main]
at java.lang.Thread.getStackTrace(Thread.java:1589)
at org.apache.cassandra.utils.concurrent.Ref$Debug.(Ref.java:228)
at org.apache.cassandra.utils.concurrent.Ref$State.(Ref.java:158)
at org.apache.cassandra.utils.concurrent.Ref.(Ref.java:80)
at 
org.apache.cassandra.io.sstable.format.SSTableReader.(SSTableReader.java:216)
at 
org.apache.cassandra.io.sstable.format.big.BigTableReader.(BigTableReader.java:60)
at 
org.apache.cassandra.io.sstable.format.big.BigFormat$ReaderFactory.open(BigFormat.java:116)
at 
org.apache.cassandra.io.sstable.format.SSTableReader.internalOpen(SSTableReader.java:587)
at 
org.apache.cassandra.io.sstable.format.SSTableReader.internalOpen(SSTableReader.java:565)
at 
org.apache.cassandra.io.sstable.format.big.BigTableWriter.openFinal(BigTableWriter.java:346)
at 
org.apache.cassandra.io.sstable.format.big.BigTableWriter.access$800(BigTableWriter.java:56)
at 
org.apache.cassandra.io.sstable.format.big.BigTableWriter$TransactionalProxy.doPrepare(BigTableWriter.java:385)
at 
org.apache.cassandra.utils.concurrent.Transactional$AbstractTransactional.prepareToCommit(Transactional.java:169)
at 
org.apache.cassandra.utils.concurrent.Transactional$AbstractTransactional.finish(Transactional.java:179)
at 
org.apache.cassandra.io.sstable.format.SSTableWriter.finish(SSTableWriter.java:205)
at 
org.apache.cassandra.io.sstable.SSTableRewriterTest.writeFiles(SSTableRewriterTest.java:969)
at 
org.apache.cassandra.io.sstable.SSTableRewriterTest.writeFile(SSTableRewriterTest.java:948)
at 
org.apache.cassandra.io.sstable.SSTableRewriterTest.testSSTableSplit(SSTableRewriterTest.java:618)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at 

[jira] [Reopened] (CASSANDRA-13347) dtest failure in upgrade_tests.upgrade_through_versions_test.TestUpgrade_current_2_2_x_To_indev_3_0_x.rolling_upgrade_test

2017-04-10 Thread Sean McCarthy (JIRA)

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

Sean McCarthy reopened CASSANDRA-13347:
---

Still failing in 3.11: 
http://cassci.datastax.com/job/cassandra-3.11_large_dtest/28/testReport/

> dtest failure in 
> upgrade_tests.upgrade_through_versions_test.TestUpgrade_current_2_2_x_To_indev_3_0_x.rolling_upgrade_test
> --
>
> Key: CASSANDRA-13347
> URL: https://issues.apache.org/jira/browse/CASSANDRA-13347
> Project: Cassandra
>  Issue Type: Bug
>  Components: Testing
>Reporter: Sean McCarthy
>  Labels: dtest, test-failure
> Fix For: 3.0.13, 3.11.0
>
> Attachments: node1_debug.log, node1_gc.log, node1.log, 
> node2_debug.log, node2_gc.log, node2.log, node3_debug.log, node3_gc.log, 
> node3.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.0_large_dtest/58/testReport/upgrade_tests.upgrade_through_versions_test/TestUpgrade_current_2_2_x_To_indev_3_0_x/rolling_upgrade_test
> {code}
> Error Message
> Subprocess ['nodetool', '-h', 'localhost', '-p', '7100', ['upgradesstables', 
> '-a']] exited with non-zero status; exit status: 2; 
> stderr: error: null
> -- StackTrace --
> java.lang.AssertionError
>   at org.apache.cassandra.db.rows.Rows.collectStats(Rows.java:70)
>   at 
> org.apache.cassandra.io.sstable.format.big.BigTableWriter$StatsCollector.applyToRow(BigTableWriter.java:197)
>   at 
> org.apache.cassandra.db.transform.BaseRows.applyOne(BaseRows.java:116)
>   at org.apache.cassandra.db.transform.BaseRows.add(BaseRows.java:107)
>   at 
> org.apache.cassandra.db.transform.UnfilteredRows.add(UnfilteredRows.java:41)
>   at 
> org.apache.cassandra.db.transform.Transformation.add(Transformation.java:156)
>   at 
> org.apache.cassandra.db.transform.Transformation.apply(Transformation.java:122)
>   at 
> org.apache.cassandra.io.sstable.format.big.BigTableWriter.append(BigTableWriter.java:147)
>   at 
> org.apache.cassandra.io.sstable.SSTableRewriter.append(SSTableRewriter.java:125)
>   at 
> org.apache.cassandra.db.compaction.writers.DefaultCompactionWriter.realAppend(DefaultCompactionWriter.java:57)
>   at 
> org.apache.cassandra.db.compaction.writers.CompactionAwareWriter.append(CompactionAwareWriter.java:109)
>   at 
> org.apache.cassandra.db.compaction.CompactionTask.runMayThrow(CompactionTask.java:195)
>   at 
> org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28)
>   at 
> org.apache.cassandra.db.compaction.CompactionTask.executeInternal(CompactionTask.java:89)
>   at 
> org.apache.cassandra.db.compaction.AbstractCompactionTask.execute(AbstractCompactionTask.java:61)
>   at 
> org.apache.cassandra.db.compaction.CompactionManager$5.execute(CompactionManager.java:415)
>   at 
> org.apache.cassandra.db.compaction.CompactionManager$2.call(CompactionManager.java:307)
>   at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>   at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
>   at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>   at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>   at 
> org.apache.cassandra.concurrent.NamedThreadFactory.lambda$threadLocalDeallocator$0(NamedThreadFactory.java:79)
>   at java.lang.Thread.run(Thread.java:745)
> {code}{code}
> Stacktrace
>   File "/usr/lib/python2.7/unittest/case.py", line 329, in run
> testMethod()
>   File 
> "/home/automaton/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py",
>  line 279, in rolling_upgrade_test
> self.upgrade_scenario(rolling=True)
>   File 
> "/home/automaton/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py",
>  line 345, in upgrade_scenario
> self.upgrade_to_version(version_meta, partial=True, nodes=(node,))
>   File 
> "/home/automaton/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py",
>  line 446, in upgrade_to_version
> node.nodetool('upgradesstables -a')
>   File 
> "/home/automaton/venv/local/lib/python2.7/site-packages/ccmlib/node.py", line 
> 789, in nodetool
> return handle_external_tool_process(p, ['nodetool', '-h', 'localhost', 
> '-p', str(self.jmx_port), cmd.split()])
>   File 
> "/home/automaton/venv/local/lib/python2.7/site-packages/ccmlib/node.py", line 
> 2002, in handle_external_tool_process
> raise ToolError(cmd_args, rc, out, err)
> {code}
> Related failures:
> 

[jira] [Created] (CASSANDRA-13402) testall failure in org.apache.cassandra.dht.StreamStateStoreTest.testUpdateAndQueryAvailableRanges

2017-04-03 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13402:
-

 Summary: testall failure in 
org.apache.cassandra.dht.StreamStateStoreTest.testUpdateAndQueryAvailableRanges
 Key: CASSANDRA-13402
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13402
 Project: Cassandra
  Issue Type: Bug
  Components: Testing
Reporter: Sean McCarthy
 Attachments: TEST-org.apache.cassandra.dht.StreamStateStoreTest.log

example failure:

http://cassci.datastax.com/job/trunk_testall/1488/testReport/org.apache.cassandra.dht/StreamStateStoreTest/testUpdateAndQueryAvailableRanges

{code}
Stacktrace

java.lang.NullPointerException
at 
org.apache.cassandra.streaming.StreamSession.isKeepAliveSupported(StreamSession.java:244)
at 
org.apache.cassandra.streaming.StreamSession.(StreamSession.java:196)
at 
org.apache.cassandra.dht.StreamStateStoreTest.testUpdateAndQueryAvailableRanges(StreamStateStoreTest.java:53)
{code}

Related failures: (13)
http://cassci.datastax.com/job/trunk_testall/1488/testReport/



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (CASSANDRA-13401) dtest failure in upgrade_tests.regression_test.TestForRegressionsUpgrade_current_3_0_x_To_indev_trunk.test13294

2017-04-03 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13401:
-

 Summary: dtest failure in 
upgrade_tests.regression_test.TestForRegressionsUpgrade_current_3_0_x_To_indev_trunk.test13294
 Key: CASSANDRA-13401
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13401
 Project: Cassandra
  Issue Type: Bug
  Components: Testing
Reporter: Sean McCarthy
 Attachments: node1_debug.log, node1_gc.log, node1.log, 
node2_debug.log, node2_gc.log, node2.log

example failure:

http://cassci.datastax.com/job/trunk_dtest_upgrade/102/testReport/upgrade_tests.regression_test/TestForRegressionsUpgrade_current_3_0_x_To_indev_trunk/test13294

{code}
Error Message

Command '('/usr/lib/jvm/jdk1.8.0_121/bin/java', '-cp', 
'/usr/lib/jvm/jdk1.8.0_121/lib/tools.jar:lib/jolokia-jvm-1.2.3-agent.jar', 
'org.jolokia.jvmagent.client.AgentLauncher', '--host', '127.0.0.1', 'start', 
'6348')' returned non-zero exit status 1
{code}{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/upgrade_tests/regression_test.py", line 
110, in test13294
self.compact_sstable(node1, first_sstable)
  File "/home/automaton/cassandra-dtest/upgrade_tests/regression_test.py", line 
121, in compact_sstable
with JolokiaAgent(node) as jmx:
  File "/home/automaton/cassandra-dtest/tools/jmxutils.py", line 314, in 
__enter__
self.start()
  File "/home/automaton/cassandra-dtest/tools/jmxutils.py", line 205, in start
subprocess.check_output(args, stderr=subprocess.STDOUT)
  File "/usr/lib/python2.7/subprocess.py", line 574, in check_output
raise CalledProcessError(retcode, cmd, output=output)
{code}{code}
Standard Output

/home/automaton/cassandra/ 
local:/home/automaton/cassandra/:add855ae177d28d02f1172fb0070ef487237ead5
Failed to start jolokia agent (command was: /usr/lib/jvm/jdk1.8.0_121/bin/java 
-cp /usr/lib/jvm/jdk1.8.0_121/lib/tools.jar:lib/jolokia-jvm-1.2.3-agent.jar 
org.jolokia.jvmagent.client.AgentLauncher --host 127.0.0.1 start 6348): Command 
'('/usr/lib/jvm/jdk1.8.0_121/bin/java', '-cp', 
'/usr/lib/jvm/jdk1.8.0_121/lib/tools.jar:lib/jolokia-jvm-1.2.3-agent.jar', 
'org.jolokia.jvmagent.client.AgentLauncher', '--host', '127.0.0.1', 'start', 
'6348')' returned non-zero exit status 1
Exit status was: 1
Output was: Illegal Argument (command: start) : Cannot attach to process-ID 
6348.
See --help for possible reasons.
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (CASSANDRA-13372) dtest failure in repair_tests.incremental_repair_test.TestIncRepair.sstable_marking_test

2017-03-23 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13372:
-

 Summary: dtest failure in 
repair_tests.incremental_repair_test.TestIncRepair.sstable_marking_test
 Key: CASSANDRA-13372
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13372
 Project: Cassandra
  Issue Type: Bug
  Components: Testing
Reporter: Sean McCarthy
 Attachments: node1_debug.log, node1_gc.log, node1.log, 
node2_debug.log, node2_gc.log, node2.log, node3_debug.log, node3_gc.log, 
node3.log

example failure:

http://cassci.datastax.com/job/trunk_dtest/1525/testReport/repair_tests.incremental_repair_test/TestIncRepair/sstable_marking_test

{code}
Error Message

'Repaired at: 0' unexpectedly found in 'SSTable: 
/tmp/dtest-qoNeEc/test/node1/data0/keyspace1/standard1-3674b7a00e7911e78a4625bec3430063/na-4-big\nPartitioner:
 org.apache.cassandra.dht.Murmur3Partitioner\nBloom Filter FP chance: 
0.01\nMinimum timestamp: 1490129948985001\nMaximum timestamp: 
1490129952789002\nSSTable min local deletion time: 2147483647\nSSTable max 
local deletion time: 2147483647\nCompressor: -\nTTL min: 0\nTTL max: 0\nFirst 
token: -9222701292667950301 (key=5032394c323239385030)\nLast token: 
-3062233317334255711 (key=3032503434364f4e4f30)\nEstimated droppable 
tombstones: 0.0\nSSTable Level: 0\nRepaired at: 0\nPending repair: 
45a396b0-0e79-11e7-841e-2d88b3d470cf\nReplay positions covered: 
{CommitLogPosition(segmentId=1490129923946, 
position=42824)=CommitLogPosition(segmentId=1490129923946, 
position=2605214)}\ntotalColumnsSet: 16550\ntotalRows: 3310\nEstimated 
tombstone drop times:\nCount   Row SizeCell Count\n1
  0 0\n2  0 
0\n3  0 0\n4
  0 0\n5  0  3310\n6
  0 0\n7  0 
0\n8  0 0\n10   
  0 0\n12 0 0\n14   
  0 0\n17 0 
0\n20 0 0\n24   
  0 0\n29 0 0\n35   
  0 0\n42 0 
0\n50 0 0\n60   
  0 0\n72 0 0\n86   
  0 0\n1030 
0\n1240 0\n149  
  0 0\n1790 0\n215  
  1 0\n258 3309 
0\n3100 0\n372  
  0 0\n4460 0\n535  
  0 0\n6420 
0\n7700 0\n924  
  0 0\n1109   0 0\n1331 
  0 0\n1597   0 
0\n1916   0 0\n2299 
  0 0\n2759   0 0\n3311 
  0 0\n3973   0 
0\n4768   0 0\n5722 
  0 0\n6866   0 0\n8239 
  0 0\n9887   0 
0\n11864  0 0\n14237
  0 0\n17084  0 0\n20501
  0 0\n24601  0 
0\n29521  0 0\n35425
  0 0\n42510  0 0\n51012
  0 0\n61214  0 
0\n73457  0 0\n88148
  0 0\n105778 0 0\n126934   
  0 0\n152321 0 
0\n182785 0 0\n219342   
  0 0\n263210 0 0\n315852   
  0 0\n379022 0 
0\n454826

[jira] [Updated] (CASSANDRA-12798) dtest failure in upgrade_tests.upgrade_through_versions_test.ProtoV4Upgrade_AllVersions_EndsAt_Trunk_HEAD.rolling_upgrade_with_internode_ssl_test

2017-03-17 Thread Sean McCarthy (JIRA)

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

Sean McCarthy updated CASSANDRA-12798:
--
Issue Type: Bug  (was: Test)

> dtest failure in 
> upgrade_tests.upgrade_through_versions_test.ProtoV4Upgrade_AllVersions_EndsAt_Trunk_HEAD.rolling_upgrade_with_internode_ssl_test
> -
>
> Key: CASSANDRA-12798
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12798
> Project: Cassandra
>  Issue Type: Bug
>  Components: Testing
>Reporter: Sean McCarthy
>Assignee: DS Test Eng
>  Labels: dtest
> Attachments: node1_debug.log, node1_gc.log, node1.log, 
> node2_debug.log, node2_gc.log, node2.log, node3_debug.log, node3_gc.log, 
> node3.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.X_large_dtest/5/testReport/upgrade_tests.upgrade_through_versions_test/ProtoV4Upgrade_AllVersions_EndsAt_Trunk_HEAD/rolling_upgrade_with_internode_ssl_test
> {code}
> Error Message
> A subprocess has terminated early. Subprocess statuses: Process-3 (is_alive: 
> True), Process-4 (is_alive: False), attempting to terminate remaining 
> subprocesses now.
> {code}
> {code}
> Stacktrace
>   File "/usr/lib/python2.7/unittest/case.py", line 329, in run
> testMethod()
>   File 
> "/home/automaton/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py",
>  line 298, in rolling_upgrade_with_internode_ssl_test
> self.upgrade_scenario(rolling=True, internode_ssl=True)
>   File 
> "/home/automaton/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py",
>  line 354, in upgrade_scenario
> self._check_on_subprocs(self.subprocs)
>   File 
> "/home/automaton/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py",
>  line 409, in _check_on_subprocs
> raise RuntimeError(message)
> {code}
> Might be related to CASSANDRA-12195



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (CASSANDRA-12798) dtest failure in upgrade_tests.upgrade_through_versions_test.ProtoV4Upgrade_AllVersions_EndsAt_Trunk_HEAD.rolling_upgrade_with_internode_ssl_test

2017-03-17 Thread Sean McCarthy (JIRA)

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

Sean McCarthy updated CASSANDRA-12798:
--
Component/s: Testing

> dtest failure in 
> upgrade_tests.upgrade_through_versions_test.ProtoV4Upgrade_AllVersions_EndsAt_Trunk_HEAD.rolling_upgrade_with_internode_ssl_test
> -
>
> Key: CASSANDRA-12798
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12798
> Project: Cassandra
>  Issue Type: Bug
>  Components: Testing
>Reporter: Sean McCarthy
>Assignee: DS Test Eng
>  Labels: dtest
> Attachments: node1_debug.log, node1_gc.log, node1.log, 
> node2_debug.log, node2_gc.log, node2.log, node3_debug.log, node3_gc.log, 
> node3.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.X_large_dtest/5/testReport/upgrade_tests.upgrade_through_versions_test/ProtoV4Upgrade_AllVersions_EndsAt_Trunk_HEAD/rolling_upgrade_with_internode_ssl_test
> {code}
> Error Message
> A subprocess has terminated early. Subprocess statuses: Process-3 (is_alive: 
> True), Process-4 (is_alive: False), attempting to terminate remaining 
> subprocesses now.
> {code}
> {code}
> Stacktrace
>   File "/usr/lib/python2.7/unittest/case.py", line 329, in run
> testMethod()
>   File 
> "/home/automaton/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py",
>  line 298, in rolling_upgrade_with_internode_ssl_test
> self.upgrade_scenario(rolling=True, internode_ssl=True)
>   File 
> "/home/automaton/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py",
>  line 354, in upgrade_scenario
> self._check_on_subprocs(self.subprocs)
>   File 
> "/home/automaton/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py",
>  line 409, in _check_on_subprocs
> raise RuntimeError(message)
> {code}
> Might be related to CASSANDRA-12195



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (CASSANDRA-12798) dtest failure in upgrade_tests.upgrade_through_versions_test.ProtoV4Upgrade_AllVersions_EndsAt_Trunk_HEAD.rolling_upgrade_with_internode_ssl_test

2017-03-17 Thread Sean McCarthy (JIRA)

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

Sean McCarthy updated CASSANDRA-12798:
--
Description: 
example failure:

http://cassci.datastax.com/job/cassandra-3.11_large_dtest/24/testReport/upgrade_tests.upgrade_through_versions_test/ProtoV4Upgrade_AllVersions_EndsAt_Trunk_HEAD/rolling_upgrade_with_internode_ssl_test/

{code}
Error Message

A subprocess has terminated early. Subprocess statuses: Process-3 (is_alive: 
True), Process-4 (is_alive: False), attempting to terminate remaining 
subprocesses now.
{code}
{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File 
"/home/automaton/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py",
 line 298, in rolling_upgrade_with_internode_ssl_test
self.upgrade_scenario(rolling=True, internode_ssl=True)
  File 
"/home/automaton/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py",
 line 354, in upgrade_scenario
self._check_on_subprocs(self.subprocs)
  File 
"/home/automaton/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py",
 line 409, in _check_on_subprocs
raise RuntimeError(message)
{code}

Might be related to CASSANDRA-12195

  was:
example failure:

http://cassci.datastax.com/job/cassandra-3.X_large_dtest/5/testReport/upgrade_tests.upgrade_through_versions_test/ProtoV4Upgrade_AllVersions_EndsAt_Trunk_HEAD/rolling_upgrade_with_internode_ssl_test

{code}
Error Message

A subprocess has terminated early. Subprocess statuses: Process-3 (is_alive: 
True), Process-4 (is_alive: False), attempting to terminate remaining 
subprocesses now.
{code}
{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File 
"/home/automaton/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py",
 line 298, in rolling_upgrade_with_internode_ssl_test
self.upgrade_scenario(rolling=True, internode_ssl=True)
  File 
"/home/automaton/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py",
 line 354, in upgrade_scenario
self._check_on_subprocs(self.subprocs)
  File 
"/home/automaton/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py",
 line 409, in _check_on_subprocs
raise RuntimeError(message)
{code}

Might be related to CASSANDRA-12195


> dtest failure in 
> upgrade_tests.upgrade_through_versions_test.ProtoV4Upgrade_AllVersions_EndsAt_Trunk_HEAD.rolling_upgrade_with_internode_ssl_test
> -
>
> Key: CASSANDRA-12798
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12798
> Project: Cassandra
>  Issue Type: Bug
>  Components: Testing
>Reporter: Sean McCarthy
>Assignee: DS Test Eng
>  Labels: dtest
> Attachments: node1_debug.log, node1_gc.log, node1.log, 
> node2_debug.log, node2_gc.log, node2.log, node3_debug.log, node3_gc.log, 
> node3.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.11_large_dtest/24/testReport/upgrade_tests.upgrade_through_versions_test/ProtoV4Upgrade_AllVersions_EndsAt_Trunk_HEAD/rolling_upgrade_with_internode_ssl_test/
> {code}
> Error Message
> A subprocess has terminated early. Subprocess statuses: Process-3 (is_alive: 
> True), Process-4 (is_alive: False), attempting to terminate remaining 
> subprocesses now.
> {code}
> {code}
> Stacktrace
>   File "/usr/lib/python2.7/unittest/case.py", line 329, in run
> testMethod()
>   File 
> "/home/automaton/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py",
>  line 298, in rolling_upgrade_with_internode_ssl_test
> self.upgrade_scenario(rolling=True, internode_ssl=True)
>   File 
> "/home/automaton/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py",
>  line 354, in upgrade_scenario
> self._check_on_subprocs(self.subprocs)
>   File 
> "/home/automaton/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py",
>  line 409, in _check_on_subprocs
> raise RuntimeError(message)
> {code}
> Might be related to CASSANDRA-12195



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (CASSANDRA-13347) dtest failure in upgrade_tests.upgrade_through_versions_test.TestUpgrade_current_2_2_x_To_indev_3_0_x.rolling_upgrade_test

2017-03-17 Thread Sean McCarthy (JIRA)

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

Sean McCarthy updated CASSANDRA-13347:
--
Description: 
example failure:

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

{code}
Error Message

Subprocess ['nodetool', '-h', 'localhost', '-p', '7100', ['upgradesstables', 
'-a']] exited with non-zero status; exit status: 2; 
stderr: error: null
-- StackTrace --
java.lang.AssertionError
at org.apache.cassandra.db.rows.Rows.collectStats(Rows.java:70)
at 
org.apache.cassandra.io.sstable.format.big.BigTableWriter$StatsCollector.applyToRow(BigTableWriter.java:197)
at 
org.apache.cassandra.db.transform.BaseRows.applyOne(BaseRows.java:116)
at org.apache.cassandra.db.transform.BaseRows.add(BaseRows.java:107)
at 
org.apache.cassandra.db.transform.UnfilteredRows.add(UnfilteredRows.java:41)
at 
org.apache.cassandra.db.transform.Transformation.add(Transformation.java:156)
at 
org.apache.cassandra.db.transform.Transformation.apply(Transformation.java:122)
at 
org.apache.cassandra.io.sstable.format.big.BigTableWriter.append(BigTableWriter.java:147)
at 
org.apache.cassandra.io.sstable.SSTableRewriter.append(SSTableRewriter.java:125)
at 
org.apache.cassandra.db.compaction.writers.DefaultCompactionWriter.realAppend(DefaultCompactionWriter.java:57)
at 
org.apache.cassandra.db.compaction.writers.CompactionAwareWriter.append(CompactionAwareWriter.java:109)
at 
org.apache.cassandra.db.compaction.CompactionTask.runMayThrow(CompactionTask.java:195)
at 
org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28)
at 
org.apache.cassandra.db.compaction.CompactionTask.executeInternal(CompactionTask.java:89)
at 
org.apache.cassandra.db.compaction.AbstractCompactionTask.execute(AbstractCompactionTask.java:61)
at 
org.apache.cassandra.db.compaction.CompactionManager$5.execute(CompactionManager.java:415)
at 
org.apache.cassandra.db.compaction.CompactionManager$2.call(CompactionManager.java:307)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at 
org.apache.cassandra.concurrent.NamedThreadFactory.lambda$threadLocalDeallocator$0(NamedThreadFactory.java:79)
at java.lang.Thread.run(Thread.java:745)
{code}{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File 
"/home/automaton/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py",
 line 279, in rolling_upgrade_test
self.upgrade_scenario(rolling=True)
  File 
"/home/automaton/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py",
 line 345, in upgrade_scenario
self.upgrade_to_version(version_meta, partial=True, nodes=(node,))
  File 
"/home/automaton/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py",
 line 446, in upgrade_to_version
node.nodetool('upgradesstables -a')
  File "/home/automaton/venv/local/lib/python2.7/site-packages/ccmlib/node.py", 
line 789, in nodetool
return handle_external_tool_process(p, ['nodetool', '-h', 'localhost', 
'-p', str(self.jmx_port), cmd.split()])
  File "/home/automaton/venv/local/lib/python2.7/site-packages/ccmlib/node.py", 
line 2002, in handle_external_tool_process
raise ToolError(cmd_args, rc, out, err)
{code}

Related failures:

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

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

http://cassci.datastax.com/job/cassandra-3.0_large_dtest/58/testReport/upgrade_tests.upgrade_through_versions_test/TestUpgrade_current_2_1_x_To_indev_3_0_x/rolling_upgrade_test/

  was:
example failure:

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

{code}
Error Message

Subprocess ['nodetool', '-h', 'localhost', '-p', '7100', ['upgradesstables', 
'-a']] exited with non-zero status; exit status: 2; 
stderr: error: null
-- StackTrace --
java.lang.AssertionError
at org.apache.cassandra.db.rows.Rows.collectStats(Rows.java:70)
at 

[jira] [Created] (CASSANDRA-13347) dtest failure in upgrade_tests.upgrade_through_versions_test.TestUpgrade_current_2_2_x_To_indev_3_0_x.rolling_upgrade_test

2017-03-17 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13347:
-

 Summary: dtest failure in 
upgrade_tests.upgrade_through_versions_test.TestUpgrade_current_2_2_x_To_indev_3_0_x.rolling_upgrade_test
 Key: CASSANDRA-13347
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13347
 Project: Cassandra
  Issue Type: Bug
  Components: Testing
Reporter: Sean McCarthy
 Attachments: node1_debug.log, node1_gc.log, node1.log, 
node2_debug.log, node2_gc.log, node2.log, node3_debug.log, node3_gc.log, 
node3.log

example failure:

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

{code}
Error Message

Subprocess ['nodetool', '-h', 'localhost', '-p', '7100', ['upgradesstables', 
'-a']] exited with non-zero status; exit status: 2; 
stderr: error: null
-- StackTrace --
java.lang.AssertionError
at org.apache.cassandra.db.rows.Rows.collectStats(Rows.java:70)
at 
org.apache.cassandra.io.sstable.format.big.BigTableWriter$StatsCollector.applyToRow(BigTableWriter.java:197)
at 
org.apache.cassandra.db.transform.BaseRows.applyOne(BaseRows.java:116)
at org.apache.cassandra.db.transform.BaseRows.add(BaseRows.java:107)
at 
org.apache.cassandra.db.transform.UnfilteredRows.add(UnfilteredRows.java:41)
at 
org.apache.cassandra.db.transform.Transformation.add(Transformation.java:156)
at 
org.apache.cassandra.db.transform.Transformation.apply(Transformation.java:122)
at 
org.apache.cassandra.io.sstable.format.big.BigTableWriter.append(BigTableWriter.java:147)
at 
org.apache.cassandra.io.sstable.SSTableRewriter.append(SSTableRewriter.java:125)
at 
org.apache.cassandra.db.compaction.writers.DefaultCompactionWriter.realAppend(DefaultCompactionWriter.java:57)
at 
org.apache.cassandra.db.compaction.writers.CompactionAwareWriter.append(CompactionAwareWriter.java:109)
at 
org.apache.cassandra.db.compaction.CompactionTask.runMayThrow(CompactionTask.java:195)
at 
org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28)
at 
org.apache.cassandra.db.compaction.CompactionTask.executeInternal(CompactionTask.java:89)
at 
org.apache.cassandra.db.compaction.AbstractCompactionTask.execute(AbstractCompactionTask.java:61)
at 
org.apache.cassandra.db.compaction.CompactionManager$5.execute(CompactionManager.java:415)
at 
org.apache.cassandra.db.compaction.CompactionManager$2.call(CompactionManager.java:307)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at 
org.apache.cassandra.concurrent.NamedThreadFactory.lambda$threadLocalDeallocator$0(NamedThreadFactory.java:79)
at java.lang.Thread.run(Thread.java:745)
{code}{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File 
"/home/automaton/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py",
 line 279, in rolling_upgrade_test
self.upgrade_scenario(rolling=True)
  File 
"/home/automaton/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py",
 line 345, in upgrade_scenario
self.upgrade_to_version(version_meta, partial=True, nodes=(node,))
  File 
"/home/automaton/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py",
 line 446, in upgrade_to_version
node.nodetool('upgradesstables -a')
  File "/home/automaton/venv/local/lib/python2.7/site-packages/ccmlib/node.py", 
line 789, in nodetool
return handle_external_tool_process(p, ['nodetool', '-h', 'localhost', 
'-p', str(self.jmx_port), cmd.split()])
  File "/home/automaton/venv/local/lib/python2.7/site-packages/ccmlib/node.py", 
line 2002, in handle_external_tool_process
raise ToolError(cmd_args, rc, out, err)
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (CASSANDRA-13322) testall failure in org.apache.cassandra.io.compress.CompressedRandomAccessReaderTest.testDataCorruptionDetection-compression

2017-03-10 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13322:
-

 Summary: testall failure in 
org.apache.cassandra.io.compress.CompressedRandomAccessReaderTest.testDataCorruptionDetection-compression
 Key: CASSANDRA-13322
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13322
 Project: Cassandra
  Issue Type: Bug
  Components: Testing
Reporter: Sean McCarthy


example failure:

http://cassci.datastax.com/job/cassandra-2.2_testall/658/testReport/org.apache.cassandra.io.compress/CompressedRandomAccessReaderTest/testDataCorruptionDetection_compression

{code}
Stacktrace

junit.framework.AssertionFailedError: 
at 
org.apache.cassandra.io.compress.CompressedRandomAccessReaderTest.testDataCorruptionDetection(CompressedRandomAccessReaderTest.java:218)
{code}{code}
Standard Output

WARN  10:58:45 open(null, O_RDONLY) failed, errno (14).
WARN  10:58:45 open(null, O_RDONLY) failed, errno (14).
WARN  10:58:45 open(null, O_RDONLY) failed, errno (14).
WARN  10:58:45 open(null, O_RDONLY) failed, errno (14).
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (CASSANDRA-13310) dtest failure in upgrade_tests.regression_test.TestForRegressionsUpgrade_current_2_1_x_To_indev_3_x.test13294

2017-03-08 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13310:
-

 Summary: dtest failure in 
upgrade_tests.regression_test.TestForRegressionsUpgrade_current_2_1_x_To_indev_3_x.test13294
 Key: CASSANDRA-13310
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13310
 Project: Cassandra
  Issue Type: Bug
  Components: Testing
Reporter: Sean McCarthy
 Attachments: node1_debug.log, node1_gc.log, node1.log, node2.log

example failure:

http://cassci.datastax.com/job/cassandra-3.11_dtest_upgrade/29/testReport/upgrade_tests.regression_test/TestForRegressionsUpgrade_current_2_1_x_To_indev_3_x/test13294

{code}
Error Message

Command '('/usr/lib/jvm/jdk1.8.0_121/bin/java', '-cp', 
'/usr/lib/jvm/jdk1.8.0_121/lib/tools.jar:lib/jolokia-jvm-1.2.3-agent.jar', 
'org.jolokia.jvmagent.client.AgentLauncher', '--host', '127.0.0.1', 'start', 
'1823')' returned non-zero exit status 1
{code}{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/upgrade_tests/regression_test.py", line 
110, in test13294
self.compact_sstable(node1, first_sstable)
  File "/home/automaton/cassandra-dtest/upgrade_tests/regression_test.py", line 
121, in compact_sstable
with JolokiaAgent(node) as jmx:
  File "/home/automaton/cassandra-dtest/tools/jmxutils.py", line 314, in 
__enter__
self.start()
  File "/home/automaton/cassandra-dtest/tools/jmxutils.py", line 205, in start
subprocess.check_output(args, stderr=subprocess.STDOUT)
  File "/usr/lib/python2.7/subprocess.py", line 574, in check_output
raise CalledProcessError(retcode, cmd, output=output)
{code}{code}
Standard Output

g...@github.com:apache/cassandra.git 
github:apache/2b62cb997ed163c85b0cb50e3198935b38aa2fb6
Failed to start jolokia agent (command was: /usr/lib/jvm/jdk1.8.0_121/bin/java 
-cp /usr/lib/jvm/jdk1.8.0_121/lib/tools.jar:lib/jolokia-jvm-1.2.3-agent.jar 
org.jolokia.jvmagent.client.AgentLauncher --host 127.0.0.1 start 1823): Command 
'('/usr/lib/jvm/jdk1.8.0_121/bin/java', '-cp', 
'/usr/lib/jvm/jdk1.8.0_121/lib/tools.jar:lib/jolokia-jvm-1.2.3-agent.jar', 
'org.jolokia.jvmagent.client.AgentLauncher', '--host', '127.0.0.1', 'start', 
'1823')' returned non-zero exit status 1
Exit status was: 1
Output was: Illegal Argument (command: start) : Cannot attach to process-ID 
1823.
See --help for possible reasons.
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (CASSANDRA-13310) dtest failure in upgrade_tests.regression_test.TestForRegressionsUpgrade_current_2_1_x_To_indev_3_x.test13294

2017-03-08 Thread Sean McCarthy (JIRA)

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

Sean McCarthy updated CASSANDRA-13310:
--
Description: 
example failure:

http://cassci.datastax.com/job/cassandra-3.11_dtest_upgrade/29/testReport/upgrade_tests.regression_test/TestForRegressionsUpgrade_current_2_1_x_To_indev_3_x/test13294

{code}
Error Message

Command '('/usr/lib/jvm/jdk1.8.0_121/bin/java', '-cp', 
'/usr/lib/jvm/jdk1.8.0_121/lib/tools.jar:lib/jolokia-jvm-1.2.3-agent.jar', 
'org.jolokia.jvmagent.client.AgentLauncher', '--host', '127.0.0.1', 'start', 
'1823')' returned non-zero exit status 1
{code}{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/upgrade_tests/regression_test.py", line 
110, in test13294
self.compact_sstable(node1, first_sstable)
  File "/home/automaton/cassandra-dtest/upgrade_tests/regression_test.py", line 
121, in compact_sstable
with JolokiaAgent(node) as jmx:
  File "/home/automaton/cassandra-dtest/tools/jmxutils.py", line 314, in 
__enter__
self.start()
  File "/home/automaton/cassandra-dtest/tools/jmxutils.py", line 205, in start
subprocess.check_output(args, stderr=subprocess.STDOUT)
  File "/usr/lib/python2.7/subprocess.py", line 574, in check_output
raise CalledProcessError(retcode, cmd, output=output)
{code}{code}
Standard Output

g...@github.com:apache/cassandra.git 
github:apache/2b62cb997ed163c85b0cb50e3198935b38aa2fb6
Failed to start jolokia agent (command was: /usr/lib/jvm/jdk1.8.0_121/bin/java 
-cp /usr/lib/jvm/jdk1.8.0_121/lib/tools.jar:lib/jolokia-jvm-1.2.3-agent.jar 
org.jolokia.jvmagent.client.AgentLauncher --host 127.0.0.1 start 1823): Command 
'('/usr/lib/jvm/jdk1.8.0_121/bin/java', '-cp', 
'/usr/lib/jvm/jdk1.8.0_121/lib/tools.jar:lib/jolokia-jvm-1.2.3-agent.jar', 
'org.jolokia.jvmagent.client.AgentLauncher', '--host', '127.0.0.1', 'start', 
'1823')' returned non-zero exit status 1
Exit status was: 1
Output was: Illegal Argument (command: start) : Cannot attach to process-ID 
1823.
See --help for possible reasons.
{code}

Related failures:
http://cassci.datastax.com/job/cassandra-3.11_dtest_upgrade/29/testReport/upgrade_tests.regression_test/TestForRegressionsUpgrade_current_2_2_x_To_indev_3_x/test13294/
http://cassci.datastax.com/job/cassandra-3.11_dtest_upgrade/29/testReport/upgrade_tests.regression_test/TestForRegressionsUpgrade_current_3_0_x_To_indev_3_x/test13294/

  was:
example failure:

http://cassci.datastax.com/job/cassandra-3.11_dtest_upgrade/29/testReport/upgrade_tests.regression_test/TestForRegressionsUpgrade_current_2_1_x_To_indev_3_x/test13294

{code}
Error Message

Command '('/usr/lib/jvm/jdk1.8.0_121/bin/java', '-cp', 
'/usr/lib/jvm/jdk1.8.0_121/lib/tools.jar:lib/jolokia-jvm-1.2.3-agent.jar', 
'org.jolokia.jvmagent.client.AgentLauncher', '--host', '127.0.0.1', 'start', 
'1823')' returned non-zero exit status 1
{code}{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/upgrade_tests/regression_test.py", line 
110, in test13294
self.compact_sstable(node1, first_sstable)
  File "/home/automaton/cassandra-dtest/upgrade_tests/regression_test.py", line 
121, in compact_sstable
with JolokiaAgent(node) as jmx:
  File "/home/automaton/cassandra-dtest/tools/jmxutils.py", line 314, in 
__enter__
self.start()
  File "/home/automaton/cassandra-dtest/tools/jmxutils.py", line 205, in start
subprocess.check_output(args, stderr=subprocess.STDOUT)
  File "/usr/lib/python2.7/subprocess.py", line 574, in check_output
raise CalledProcessError(retcode, cmd, output=output)
{code}{code}
Standard Output

g...@github.com:apache/cassandra.git 
github:apache/2b62cb997ed163c85b0cb50e3198935b38aa2fb6
Failed to start jolokia agent (command was: /usr/lib/jvm/jdk1.8.0_121/bin/java 
-cp /usr/lib/jvm/jdk1.8.0_121/lib/tools.jar:lib/jolokia-jvm-1.2.3-agent.jar 
org.jolokia.jvmagent.client.AgentLauncher --host 127.0.0.1 start 1823): Command 
'('/usr/lib/jvm/jdk1.8.0_121/bin/java', '-cp', 
'/usr/lib/jvm/jdk1.8.0_121/lib/tools.jar:lib/jolokia-jvm-1.2.3-agent.jar', 
'org.jolokia.jvmagent.client.AgentLauncher', '--host', '127.0.0.1', 'start', 
'1823')' returned non-zero exit status 1
Exit status was: 1
Output was: Illegal Argument (command: start) : Cannot attach to process-ID 
1823.
See --help for possible reasons.
{code}


> dtest failure in 
> upgrade_tests.regression_test.TestForRegressionsUpgrade_current_2_1_x_To_indev_3_x.test13294
> -
>
> Key: CASSANDRA-13310
> URL: https://issues.apache.org/jira/browse/CASSANDRA-13310
> Project: Cassandra
>  Issue Type: Bug
>  Components: Testing
>Reporter: Sean McCarthy
>   

[jira] [Updated] (CASSANDRA-13288) testall failure in org.apache.cassandra.io.sstable.SSTableRewriterTest.testSSTableSplit

2017-03-02 Thread Sean McCarthy (JIRA)

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

Sean McCarthy updated CASSANDRA-13288:
--
Description: 
example failure:

http://cassci.datastax.com/job/cassandra-2.2_testall/653/testReport/org.apache.cassandra.io.sstable/SSTableRewriterTest/testSSTableSplit

{code}
Standard Output

ERROR 23:01:28 LEAK DETECTED: a reference 
(org.apache.cassandra.utils.concurrent.Ref$State@554614db) to class 
org.apache.cassandra.io.sstable.format.SSTableReader$InstanceTidier@1812160921:/home/automaton/cassandra/build/test/cassandra/data:187/SSTableRewriterTest/Standard1-fce608a0fed211e69ae3d1f5bcb99423/lb-6-big
 was not released before the reference was garbage collected
ERROR 23:01:28 LEAK DETECTED: a reference 
(org.apache.cassandra.utils.concurrent.Ref$State@554614db) to class 
org.apache.cassandra.io.sstable.format.SSTableReader$InstanceTidier@1812160921:/home/automaton/cassandra/build/test/cassandra/data:187/SSTableRewriterTest/Standard1-fce608a0fed211e69ae3d1f5bcb99423/lb-6-big
 was not released before the reference was garbage collected
ERROR 23:01:28 Allocate trace 
org.apache.cassandra.utils.concurrent.Ref$State@554614db:
Thread[main,5,main]
at java.lang.Thread.getStackTrace(Thread.java:1589)
at org.apache.cassandra.utils.concurrent.Ref$Debug.(Ref.java:228)
at org.apache.cassandra.utils.concurrent.Ref$State.(Ref.java:158)
at org.apache.cassandra.utils.concurrent.Ref.(Ref.java:80)
at 
org.apache.cassandra.io.sstable.format.SSTableReader.(SSTableReader.java:216)
at 
org.apache.cassandra.io.sstable.format.big.BigTableReader.(BigTableReader.java:60)
at 
org.apache.cassandra.io.sstable.format.big.BigFormat$ReaderFactory.open(BigFormat.java:116)
at 
org.apache.cassandra.io.sstable.format.SSTableReader.internalOpen(SSTableReader.java:587)
at 
org.apache.cassandra.io.sstable.format.SSTableReader.internalOpen(SSTableReader.java:565)
at 
org.apache.cassandra.io.sstable.format.big.BigTableWriter.openFinal(BigTableWriter.java:346)
at 
org.apache.cassandra.io.sstable.format.big.BigTableWriter.access$800(BigTableWriter.java:56)
at 
org.apache.cassandra.io.sstable.format.big.BigTableWriter$TransactionalProxy.doPrepare(BigTableWriter.java:385)
at 
org.apache.cassandra.utils.concurrent.Transactional$AbstractTransactional.prepareToCommit(Transactional.java:169)
at 
org.apache.cassandra.utils.concurrent.Transactional$AbstractTransactional.finish(Transactional.java:179)
at 
org.apache.cassandra.io.sstable.format.SSTableWriter.finish(SSTableWriter.java:205)
at 
org.apache.cassandra.io.sstable.SSTableRewriterTest.writeFiles(SSTableRewriterTest.java:969)
at 
org.apache.cassandra.io.sstable.SSTableRewriterTest.writeFile(SSTableRewriterTest.java:948)
at 
org.apache.cassandra.io.sstable.SSTableRewriterTest.testSSTableSplit(SSTableRewriterTest.java:618)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:44)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39)
at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535)
at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1182)
at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1033)

ERROR 23:01:28 Allocate 

[jira] [Created] (CASSANDRA-13288) testall failure in org.apache.cassandra.io.sstable.SSTableRewriterTest.testSSTableSplit

2017-03-02 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13288:
-

 Summary: testall failure in 
org.apache.cassandra.io.sstable.SSTableRewriterTest.testSSTableSplit
 Key: CASSANDRA-13288
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13288
 Project: Cassandra
  Issue Type: Bug
Reporter: Sean McCarthy


example failure:

http://cassci.datastax.com/job/cassandra-2.2_testall/653/testReport/org.apache.cassandra.io.sstable/SSTableRewriterTest/testSSTableSplit

{code}
Standard Output

ERROR 23:01:28 LEAK DETECTED: a reference 
(org.apache.cassandra.utils.concurrent.Ref$State@554614db) to class 
org.apache.cassandra.io.sstable.format.SSTableReader$InstanceTidier@1812160921:/home/automaton/cassandra/build/test/cassandra/data:187/SSTableRewriterTest/Standard1-fce608a0fed211e69ae3d1f5bcb99423/lb-6-big
 was not released before the reference was garbage collected
ERROR 23:01:28 LEAK DETECTED: a reference 
(org.apache.cassandra.utils.concurrent.Ref$State@554614db) to class 
org.apache.cassandra.io.sstable.format.SSTableReader$InstanceTidier@1812160921:/home/automaton/cassandra/build/test/cassandra/data:187/SSTableRewriterTest/Standard1-fce608a0fed211e69ae3d1f5bcb99423/lb-6-big
 was not released before the reference was garbage collected
ERROR 23:01:28 Allocate trace 
org.apache.cassandra.utils.concurrent.Ref$State@554614db:
Thread[main,5,main]
at java.lang.Thread.getStackTrace(Thread.java:1589)
at org.apache.cassandra.utils.concurrent.Ref$Debug.(Ref.java:228)
at org.apache.cassandra.utils.concurrent.Ref$State.(Ref.java:158)
at org.apache.cassandra.utils.concurrent.Ref.(Ref.java:80)
at 
org.apache.cassandra.io.sstable.format.SSTableReader.(SSTableReader.java:216)
at 
org.apache.cassandra.io.sstable.format.big.BigTableReader.(BigTableReader.java:60)
at 
org.apache.cassandra.io.sstable.format.big.BigFormat$ReaderFactory.open(BigFormat.java:116)
at 
org.apache.cassandra.io.sstable.format.SSTableReader.internalOpen(SSTableReader.java:587)
at 
org.apache.cassandra.io.sstable.format.SSTableReader.internalOpen(SSTableReader.java:565)
at 
org.apache.cassandra.io.sstable.format.big.BigTableWriter.openFinal(BigTableWriter.java:346)
at 
org.apache.cassandra.io.sstable.format.big.BigTableWriter.access$800(BigTableWriter.java:56)
at 
org.apache.cassandra.io.sstable.format.big.BigTableWriter$TransactionalProxy.doPrepare(BigTableWriter.java:385)
at 
org.apache.cassandra.utils.concurrent.Transactional$AbstractTransactional.prepareToCommit(Transactional.java:169)
at 
org.apache.cassandra.utils.concurrent.Transactional$AbstractTransactional.finish(Transactional.java:179)
at 
org.apache.cassandra.io.sstable.format.SSTableWriter.finish(SSTableWriter.java:205)
at 
org.apache.cassandra.io.sstable.SSTableRewriterTest.writeFiles(SSTableRewriterTest.java:969)
at 
org.apache.cassandra.io.sstable.SSTableRewriterTest.writeFile(SSTableRewriterTest.java:948)
at 
org.apache.cassandra.io.sstable.SSTableRewriterTest.testSSTableSplit(SSTableRewriterTest.java:618)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:44)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39)
at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535)
at 

[jira] [Updated] (CASSANDRA-13288) testall failure in org.apache.cassandra.io.sstable.SSTableRewriterTest.testSSTableSplit

2017-03-02 Thread Sean McCarthy (JIRA)

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

Sean McCarthy updated CASSANDRA-13288:
--
Component/s: Testing

> testall failure in 
> org.apache.cassandra.io.sstable.SSTableRewriterTest.testSSTableSplit
> ---
>
> Key: CASSANDRA-13288
> URL: https://issues.apache.org/jira/browse/CASSANDRA-13288
> Project: Cassandra
>  Issue Type: Bug
>  Components: Testing
>Reporter: Sean McCarthy
>  Labels: test-failure, testall
>
> example failure:
> http://cassci.datastax.com/job/cassandra-2.2_testall/653/testReport/org.apache.cassandra.io.sstable/SSTableRewriterTest/testSSTableSplit
> {code}
> Standard Output
> ERROR 23:01:28 LEAK DETECTED: a reference 
> (org.apache.cassandra.utils.concurrent.Ref$State@554614db) to class 
> org.apache.cassandra.io.sstable.format.SSTableReader$InstanceTidier@1812160921:/home/automaton/cassandra/build/test/cassandra/data:187/SSTableRewriterTest/Standard1-fce608a0fed211e69ae3d1f5bcb99423/lb-6-big
>  was not released before the reference was garbage collected
> ERROR 23:01:28 LEAK DETECTED: a reference 
> (org.apache.cassandra.utils.concurrent.Ref$State@554614db) to class 
> org.apache.cassandra.io.sstable.format.SSTableReader$InstanceTidier@1812160921:/home/automaton/cassandra/build/test/cassandra/data:187/SSTableRewriterTest/Standard1-fce608a0fed211e69ae3d1f5bcb99423/lb-6-big
>  was not released before the reference was garbage collected
> ERROR 23:01:28 Allocate trace 
> org.apache.cassandra.utils.concurrent.Ref$State@554614db:
> Thread[main,5,main]
>   at java.lang.Thread.getStackTrace(Thread.java:1589)
>   at org.apache.cassandra.utils.concurrent.Ref$Debug.(Ref.java:228)
>   at org.apache.cassandra.utils.concurrent.Ref$State.(Ref.java:158)
>   at org.apache.cassandra.utils.concurrent.Ref.(Ref.java:80)
>   at 
> org.apache.cassandra.io.sstable.format.SSTableReader.(SSTableReader.java:216)
>   at 
> org.apache.cassandra.io.sstable.format.big.BigTableReader.(BigTableReader.java:60)
>   at 
> org.apache.cassandra.io.sstable.format.big.BigFormat$ReaderFactory.open(BigFormat.java:116)
>   at 
> org.apache.cassandra.io.sstable.format.SSTableReader.internalOpen(SSTableReader.java:587)
>   at 
> org.apache.cassandra.io.sstable.format.SSTableReader.internalOpen(SSTableReader.java:565)
>   at 
> org.apache.cassandra.io.sstable.format.big.BigTableWriter.openFinal(BigTableWriter.java:346)
>   at 
> org.apache.cassandra.io.sstable.format.big.BigTableWriter.access$800(BigTableWriter.java:56)
>   at 
> org.apache.cassandra.io.sstable.format.big.BigTableWriter$TransactionalProxy.doPrepare(BigTableWriter.java:385)
>   at 
> org.apache.cassandra.utils.concurrent.Transactional$AbstractTransactional.prepareToCommit(Transactional.java:169)
>   at 
> org.apache.cassandra.utils.concurrent.Transactional$AbstractTransactional.finish(Transactional.java:179)
>   at 
> org.apache.cassandra.io.sstable.format.SSTableWriter.finish(SSTableWriter.java:205)
>   at 
> org.apache.cassandra.io.sstable.SSTableRewriterTest.writeFiles(SSTableRewriterTest.java:969)
>   at 
> org.apache.cassandra.io.sstable.SSTableRewriterTest.writeFile(SSTableRewriterTest.java:948)
>   at 
> org.apache.cassandra.io.sstable.SSTableRewriterTest.testSSTableSplit(SSTableRewriterTest.java:618)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:606)
>   at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
>   at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
>   at 
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:44)
>   at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
>   at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
>   at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
>   at 
> 

[jira] [Created] (CASSANDRA-13281) testall failure in org.apache.cassandra.io.sstable.metadata.MetadataSerializerTest.testSerialization

2017-02-28 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13281:
-

 Summary: testall failure in 
org.apache.cassandra.io.sstable.metadata.MetadataSerializerTest.testSerialization
 Key: CASSANDRA-13281
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13281
 Project: Cassandra
  Issue Type: Bug
  Components: Testing
Reporter: Sean McCarthy
 Attachments: 
TEST-org.apache.cassandra.io.sstable.metadata.MetadataSerializerTest.log

example failure:

http://cassci.datastax.com/job/cassandra-3.11_testall/96/testReport/org.apache.cassandra.io.sstable.metadata/MetadataSerializerTest/testSerialization

{code}
Error Message

expected: but 
was:
{code}{code}
Stacktrace

junit.framework.AssertionFailedError: 
expected: but 
was:
at 
org.apache.cassandra.io.sstable.metadata.MetadataSerializerTest.testSerialization(MetadataSerializerTest.java:72)
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (CASSANDRA-13280) testall failure in org.apache.cassandra.cql3.ViewTest.testAlterMvWithTTL

2017-02-28 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13280:
-

 Summary: testall failure in 
org.apache.cassandra.cql3.ViewTest.testAlterMvWithTTL
 Key: CASSANDRA-13280
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13280
 Project: Cassandra
  Issue Type: Bug
  Components: Testing
Reporter: Sean McCarthy
 Attachments: TEST-org.apache.cassandra.cql3.ViewTest.log

example failure:

http://cassci.datastax.com/job/cassandra-3.11_testall/96/testReport/org.apache.cassandra.cql3/ViewTest/testAlterMvWithTTL

{code}
Error Message

No keyspace has been specified. USE a keyspace, or explicitly specify 
keyspace.tablename
{code}{code}
Stacktrace

com.datastax.driver.core.exceptions.InvalidQueryException: No keyspace has been 
specified. USE a keyspace, or explicitly specify keyspace.tablename
at 
com.datastax.driver.core.exceptions.InvalidQueryException.copy(InvalidQueryException.java:50)
at 
com.datastax.driver.core.DriverThrowables.propagateCause(DriverThrowables.java:37)
at 
com.datastax.driver.core.DefaultResultSetFuture.getUninterruptibly(DefaultResultSetFuture.java:245)
at 
com.datastax.driver.core.AbstractSession.execute(AbstractSession.java:63)
at 
com.datastax.driver.core.AbstractSession.execute(AbstractSession.java:47)
at org.apache.cassandra.cql3.CQLTester.executeNet(CQLTester.java:723)
at org.apache.cassandra.cql3.ViewTest.createView(ViewTest.java:73)
at 
org.apache.cassandra.cql3.ViewTest.testAlterMvWithTTL(ViewTest.java:1225)
Caused by: com.datastax.driver.core.exceptions.InvalidQueryException: No 
keyspace has been specified. USE a keyspace, or explicitly specify 
keyspace.tablename
at 
com.datastax.driver.core.Responses$Error.asException(Responses.java:136)
at 
com.datastax.driver.core.DefaultResultSetFuture.onSet(DefaultResultSetFuture.java:179)
at 
com.datastax.driver.core.RequestHandler.setFinalResult(RequestHandler.java:177)
at 
com.datastax.driver.core.RequestHandler.access$2500(RequestHandler.java:43)
at 
com.datastax.driver.core.RequestHandler$SpeculativeExecution.setFinalResult(RequestHandler.java:792)
at 
com.datastax.driver.core.RequestHandler$SpeculativeExecution.onSet(RequestHandler.java:611)
at 
com.datastax.driver.core.Connection$Dispatcher.channelRead0(Connection.java:1013)
at 
com.datastax.driver.core.Connection$Dispatcher.channelRead0(Connection.java:936)
at 
com.datastax.shaded.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)
at 
com.datastax.shaded.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:318)
at 
com.datastax.shaded.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:304)
at 
com.datastax.shaded.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:266)
at 
com.datastax.shaded.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:318)
at 
com.datastax.shaded.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:304)
at 
com.datastax.shaded.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103)
at 
com.datastax.shaded.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:318)
at 
com.datastax.shaded.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:304)
at 
com.datastax.shaded.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:276)
at 
com.datastax.shaded.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:263)
at 
com.datastax.shaded.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:318)
at 
com.datastax.shaded.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:304)
at 
com.datastax.shaded.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
at 
com.datastax.shaded.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
at 
com.datastax.shaded.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
at 
com.datastax.shaded.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
at 
com.datastax.shaded.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
at 
com.datastax.shaded.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
at 

[jira] [Updated] (CASSANDRA-13251) testall failure in org.apache.cassandra.dht.SplitterTest.randomSplitTestVNodesRandomPartitioner-compression

2017-02-22 Thread Sean McCarthy (JIRA)

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

Sean McCarthy updated CASSANDRA-13251:
--
Attachment: (was: TEST-org.apache.cassandra.dht.SplitterTest.log)

> testall failure in 
> org.apache.cassandra.dht.SplitterTest.randomSplitTestVNodesRandomPartitioner-compression
> ---
>
> Key: CASSANDRA-13251
> URL: https://issues.apache.org/jira/browse/CASSANDRA-13251
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Sean McCarthy
>  Labels: test-failure, testall
> Attachments: TEST-org.apache.cassandra.dht.SplitterTest.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.11_testall/90/testReport/org.apache.cassandra.dht/SplitterTest/randomSplitTestVNodesRandomPartitioner_compression
> {code}
> Error Message
> Could not split 178 tokens with rf=2 into 5 parts 
> (localRanges=[(66983521362719266944456123083914511,85081278311930091024145847217249230],
>  (94621693294701866050131421626890369,155147924265201495106534043294393024], 
> (176538082184963300389348242162332035,305792111240343398238253450510339347], 
> (479458943131028805264977024868840564,744055653641599802914615283831492936], 
> (810589196372603073528089393161162866,831830538079653220048616862854206345], 
> (884694272972916497279600499364771720,917906129467813841720691087209229564], 
> (1190363158655498033200868362034857246,1343415933811428449688964742003709272],
>  
> (1636900237997891740636664883920747008,1753727385092156556836442591826435605],
>  
> (180124568401227495084977300291690,2528306899457406839219749257884865888],
>  
> (3150748204757995073614524576195208894,3224051670062256982022834977572896550],
>  
> (3585487947480198191351503755389672465,3634878371349827945309870445650281331],
>  
> (4030308375544369097920949957235793513,4370371117561995384766231663965756140],
>  
> (4535438169759213265090259029630802611,4689892560927039402953380743426486504],
>  
> (5287584146396015010572576411692276009,5406097111560335434282124987847604722],
>  
> (5474798573838792524085531666932132221,5783795445729041321850197497423607389],
>  
> (6483611830704416452149527075977393509,6554490532209812368334712015857832723],
>  
> (6769198671784117930281531448533862551,7068461798659361674887545682057269261],
>  
> (7321459781750457301852692823388183099,7448750723236904943507403940589890738],
>  
> (781742922765805774811726757866324,8469396585535281921975026967786880428],
>  
> (8756410520771255293393363154194997341,9286890681506309947906334839397894960],
>  
> (9289984562785308211551139473388367716,9321331828840441710600306717915048457],
>  
> (9469995775135107062094287100974323625,9470382363792511770098226296871216798],
>  
> (9631257428510732421512152732314666805,9641321600658666064769257433185081866],
>  
> (9702013322927550302527720051522091997,9780241872626230893279083352467815255],
>  
> (9879007640770428646298110236321423212,10182152036393621386537695331787643362],
>  
> (10360080166939453903119417544860436452,10603429529189820773994857334773625709],
>  
> (10692207402833482716776821297019768717,10838535107339145180497727737635889074],
>  
> (10860619443975305618726435337827820858,1114057559685360156937465840697571],
>  
> (11322875792646115624211851961004524304,11825112425833682786791532461593039643],
>  
> (12048513781140312188464187583088896317,12687919191650223582005439448687058175],
>  
> (12861816251305671464581304548879554150,12979292108191268111303901479436955430],
>  
> (13687075371975202983118946011266083299,13897613765528967198086671762344986499],
>  
> (13937446982894296731415008433912855071,14177085493396759172022529428284337497],
>  
> (14299014790401822915039688229331410744,14466298269240910614250610688198779566],
>  
> (14536342682029939793576617476528003691,14768357171390498288534602234783042815],
>  
> (14988099981250705818356170858242038058,15599412989878329362948087921887339668],
>  
> (15968468146419818468325000987016256626,16079182076390109538477997836412212011],
>  
> (16428466130201894182631991195294399068,17088413021649633531826439581836418129],
>  
> (17341287068644540915001525583405079818,17535942875297112645807432133857786812],
>  
> (18060989480816468648803710515232301420,18133373395482491286896814704489031702],
>  
> (18986353754623042416570994098920335302,19014892241623475840049677638441566177],
>  
> (19310575071842346465137910020595975021,19452801992936812168339988259445068315],
>  
> (19697153648980116903028606506675484549,19925997818291151917322736489810605468],
>  
> (19975410273801635978423827243772366001,1388998629507009063561500619627753],
>  
> (20019551596158054497149280446907913505,20031426394853251559839477096283033016],
>  
> 

[jira] [Updated] (CASSANDRA-13251) testall failure in org.apache.cassandra.dht.SplitterTest.randomSplitTestVNodesRandomPartitioner-compression

2017-02-22 Thread Sean McCarthy (JIRA)

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

Sean McCarthy updated CASSANDRA-13251:
--
Attachment: TEST-org.apache.cassandra.dht.SplitterTest.log

> testall failure in 
> org.apache.cassandra.dht.SplitterTest.randomSplitTestVNodesRandomPartitioner-compression
> ---
>
> Key: CASSANDRA-13251
> URL: https://issues.apache.org/jira/browse/CASSANDRA-13251
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Sean McCarthy
>  Labels: test-failure, testall
> Attachments: TEST-org.apache.cassandra.dht.SplitterTest.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.11_testall/90/testReport/org.apache.cassandra.dht/SplitterTest/randomSplitTestVNodesRandomPartitioner_compression
> {code}
> Error Message
> Could not split 178 tokens with rf=2 into 5 parts 
> (localRanges=[(66983521362719266944456123083914511,85081278311930091024145847217249230],
>  (94621693294701866050131421626890369,155147924265201495106534043294393024], 
> (176538082184963300389348242162332035,305792111240343398238253450510339347], 
> (479458943131028805264977024868840564,744055653641599802914615283831492936], 
> (810589196372603073528089393161162866,831830538079653220048616862854206345], 
> (884694272972916497279600499364771720,917906129467813841720691087209229564], 
> (1190363158655498033200868362034857246,1343415933811428449688964742003709272],
>  
> (1636900237997891740636664883920747008,1753727385092156556836442591826435605],
>  
> (180124568401227495084977300291690,2528306899457406839219749257884865888],
>  
> (3150748204757995073614524576195208894,3224051670062256982022834977572896550],
>  
> (3585487947480198191351503755389672465,3634878371349827945309870445650281331],
>  
> (4030308375544369097920949957235793513,4370371117561995384766231663965756140],
>  
> (4535438169759213265090259029630802611,4689892560927039402953380743426486504],
>  
> (5287584146396015010572576411692276009,5406097111560335434282124987847604722],
>  
> (5474798573838792524085531666932132221,5783795445729041321850197497423607389],
>  
> (6483611830704416452149527075977393509,6554490532209812368334712015857832723],
>  
> (6769198671784117930281531448533862551,7068461798659361674887545682057269261],
>  
> (7321459781750457301852692823388183099,7448750723236904943507403940589890738],
>  
> (781742922765805774811726757866324,8469396585535281921975026967786880428],
>  
> (8756410520771255293393363154194997341,9286890681506309947906334839397894960],
>  
> (9289984562785308211551139473388367716,9321331828840441710600306717915048457],
>  
> (9469995775135107062094287100974323625,9470382363792511770098226296871216798],
>  
> (9631257428510732421512152732314666805,9641321600658666064769257433185081866],
>  
> (9702013322927550302527720051522091997,9780241872626230893279083352467815255],
>  
> (9879007640770428646298110236321423212,10182152036393621386537695331787643362],
>  
> (10360080166939453903119417544860436452,10603429529189820773994857334773625709],
>  
> (10692207402833482716776821297019768717,10838535107339145180497727737635889074],
>  
> (10860619443975305618726435337827820858,1114057559685360156937465840697571],
>  
> (11322875792646115624211851961004524304,11825112425833682786791532461593039643],
>  
> (12048513781140312188464187583088896317,12687919191650223582005439448687058175],
>  
> (12861816251305671464581304548879554150,12979292108191268111303901479436955430],
>  
> (13687075371975202983118946011266083299,13897613765528967198086671762344986499],
>  
> (13937446982894296731415008433912855071,14177085493396759172022529428284337497],
>  
> (14299014790401822915039688229331410744,14466298269240910614250610688198779566],
>  
> (14536342682029939793576617476528003691,14768357171390498288534602234783042815],
>  
> (14988099981250705818356170858242038058,15599412989878329362948087921887339668],
>  
> (15968468146419818468325000987016256626,16079182076390109538477997836412212011],
>  
> (16428466130201894182631991195294399068,17088413021649633531826439581836418129],
>  
> (17341287068644540915001525583405079818,17535942875297112645807432133857786812],
>  
> (18060989480816468648803710515232301420,18133373395482491286896814704489031702],
>  
> (18986353754623042416570994098920335302,19014892241623475840049677638441566177],
>  
> (19310575071842346465137910020595975021,19452801992936812168339988259445068315],
>  
> (19697153648980116903028606506675484549,19925997818291151917322736489810605468],
>  
> (19975410273801635978423827243772366001,1388998629507009063561500619627753],
>  
> (20019551596158054497149280446907913505,20031426394853251559839477096283033016],
>  
> 

[jira] [Created] (CASSANDRA-13251) testall failure in org.apache.cassandra.dht.SplitterTest.randomSplitTestVNodesRandomPartitioner-compression

2017-02-22 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13251:
-

 Summary: testall failure in 
org.apache.cassandra.dht.SplitterTest.randomSplitTestVNodesRandomPartitioner-compression
 Key: CASSANDRA-13251
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13251
 Project: Cassandra
  Issue Type: Bug
Reporter: Sean McCarthy
 Attachments: TEST-org.apache.cassandra.dht.SplitterTest.log

example failure:

http://cassci.datastax.com/job/cassandra-3.11_testall/90/testReport/org.apache.cassandra.dht/SplitterTest/randomSplitTestVNodesRandomPartitioner_compression

{code}
Error Message

Could not split 178 tokens with rf=2 into 5 parts 
(localRanges=[(66983521362719266944456123083914511,85081278311930091024145847217249230],
 (94621693294701866050131421626890369,155147924265201495106534043294393024], 
(176538082184963300389348242162332035,305792111240343398238253450510339347], 
(479458943131028805264977024868840564,744055653641599802914615283831492936], 
(810589196372603073528089393161162866,831830538079653220048616862854206345], 
(884694272972916497279600499364771720,917906129467813841720691087209229564], 
(1190363158655498033200868362034857246,1343415933811428449688964742003709272], 
(1636900237997891740636664883920747008,1753727385092156556836442591826435605], 
(180124568401227495084977300291690,2528306899457406839219749257884865888], 
(3150748204757995073614524576195208894,3224051670062256982022834977572896550], 
(3585487947480198191351503755389672465,3634878371349827945309870445650281331], 
(4030308375544369097920949957235793513,4370371117561995384766231663965756140], 
(4535438169759213265090259029630802611,4689892560927039402953380743426486504], 
(5287584146396015010572576411692276009,5406097111560335434282124987847604722], 
(5474798573838792524085531666932132221,5783795445729041321850197497423607389], 
(6483611830704416452149527075977393509,6554490532209812368334712015857832723], 
(6769198671784117930281531448533862551,7068461798659361674887545682057269261], 
(7321459781750457301852692823388183099,7448750723236904943507403940589890738], 
(781742922765805774811726757866324,8469396585535281921975026967786880428], 
(8756410520771255293393363154194997341,9286890681506309947906334839397894960], 
(9289984562785308211551139473388367716,9321331828840441710600306717915048457], 
(9469995775135107062094287100974323625,9470382363792511770098226296871216798], 
(9631257428510732421512152732314666805,9641321600658666064769257433185081866], 
(9702013322927550302527720051522091997,9780241872626230893279083352467815255], 
(9879007640770428646298110236321423212,10182152036393621386537695331787643362], 
(10360080166939453903119417544860436452,10603429529189820773994857334773625709],
 
(10692207402833482716776821297019768717,10838535107339145180497727737635889074],
 
(10860619443975305618726435337827820858,1114057559685360156937465840697571],
 
(11322875792646115624211851961004524304,11825112425833682786791532461593039643],
 
(12048513781140312188464187583088896317,12687919191650223582005439448687058175],
 
(12861816251305671464581304548879554150,12979292108191268111303901479436955430],
 
(13687075371975202983118946011266083299,13897613765528967198086671762344986499],
 
(13937446982894296731415008433912855071,14177085493396759172022529428284337497],
 
(14299014790401822915039688229331410744,14466298269240910614250610688198779566],
 
(14536342682029939793576617476528003691,14768357171390498288534602234783042815],
 
(14988099981250705818356170858242038058,15599412989878329362948087921887339668],
 
(15968468146419818468325000987016256626,16079182076390109538477997836412212011],
 
(16428466130201894182631991195294399068,17088413021649633531826439581836418129],
 
(17341287068644540915001525583405079818,17535942875297112645807432133857786812],
 
(18060989480816468648803710515232301420,18133373395482491286896814704489031702],
 
(18986353754623042416570994098920335302,19014892241623475840049677638441566177],
 
(19310575071842346465137910020595975021,19452801992936812168339988259445068315],
 
(19697153648980116903028606506675484549,19925997818291151917322736489810605468],
 
(19975410273801635978423827243772366001,1388998629507009063561500619627753],
 
(20019551596158054497149280446907913505,20031426394853251559839477096283033016],
 
(20042928005578446353619224689233952750,20709229215708373444658402043130604313],
 
(20807519682898467334697474710658157995,20878056513834014155538987563666300139],
 
(21177405253241740605794357941163362166,21275307699959651181796890901605596653],
 
(22230192076577388356994820944093325329,22259659695005334289079475161839628068],
 
(22664816072921532556924226918506806780,22781436143918766865717004851052201970],
 
(23072342823915036068412558241730394309,23200299246843595255565661791994165636],
 
(23669810065267215337637628536126199294,24586362069770321177591427324083278232],
 

[jira] [Created] (CASSANDRA-13250) dtest failure in cqlsh_tests.cqlsh_tests.TestCqlsh.test_describe

2017-02-22 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13250:
-

 Summary: dtest failure in 
cqlsh_tests.cqlsh_tests.TestCqlsh.test_describe
 Key: CASSANDRA-13250
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13250
 Project: Cassandra
  Issue Type: Bug
  Components: Testing
Reporter: Sean McCarthy
 Attachments: node1_debug.log, node1_gc.log, node1.log

example failure:

http://cassci.datastax.com/job/trunk_offheap_dtest/430/testReport/cqlsh_tests.cqlsh_tests/TestCqlsh/test_describe

{code}
Error Message

Lists differ: ["CREATE KEYSPACE test WITH re... != ["CREATE KEYSPACE test WITH 
re...

First differing element 11:
"AND compression = {'chunk_length_in_kb': '64', 'class': 
'org.apache.cassandra.io.compress.LZ4Compressor'}"
"AND compression = {'chunk_length_in_kb': '64', 'class': 
'org.apache.cassandra.io.compress.LZ4Compressor', 'min_compress_ratio': '1.1'}"

  ["CREATE KEYSPACE test WITH replication = {'class': 'SimpleStrategy', 
'replication_factor': '1'}  AND durable_writes = true;",
   'CREATE TABLE test.test (',
   'id int,',
   'col int,',
   'val text,',
   'PRIMARY KEY (id, col)',
   ') WITH CLUSTERING ORDER BY (col ASC)',
   'AND bloom_filter_fp_chance = 0.01',
   "AND caching = {'keys': 'ALL', 'rows_per_partition': 'NONE'}",
   "AND comment = ''",
   "AND compaction = {'class': 
'org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy', 
'max_threshold': '32', 'min_threshold': '4'}",
-  "AND compression = {'chunk_length_in_kb': '64', 'class': 
'org.apache.cassandra.io.compress.LZ4Compressor'}",
+  "AND compression = {'chunk_length_in_kb': '64', 'class': 
'org.apache.cassandra.io.compress.LZ4Compressor', 'min_compress_ratio': '1.1'}",
?   
+

   'AND crc_check_chance = 1.0',
   'AND dclocal_read_repair_chance = 0.1',
   'AND default_time_to_live = 0',
   'AND gc_grace_seconds = 864000',
   'AND max_index_interval = 2048',
   'AND memtable_flush_period_in_ms = 0',
   'AND min_index_interval = 128',
   'AND read_repair_chance = 0.0',
   "AND speculative_retry = '99PERCENTILE';",
   'CREATE INDEX test_val_idx ON test.test (val);',
   'CREATE INDEX test_col_idx ON test.test (col);',
   'CREATE TABLE test.users (',
   'userid text PRIMARY KEY,',
   'age int,',
   'firstname text,',
   'lastname text',
   ') WITH bloom_filter_fp_chance = 0.01',
   "AND caching = {'keys': 'ALL', 'rows_per_partition': 'NONE'}",
   "AND comment = ''",
   "AND compaction = {'class': 
'org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy', 
'max_threshold': '32', 'min_threshold': '4'}",
-  "AND compression = {'chunk_length_in_kb': '64', 'class': 
'org.apache.cassandra.io.compress.LZ4Compressor'}",
+  "AND compression = {'chunk_length_in_kb': '64', 'class': 
'org.apache.cassandra.io.compress.LZ4Compressor', 'min_compress_ratio': '1.1'}",
?   
+

   'AND crc_check_chance = 1.0',
   'AND dclocal_read_repair_chance = 0.1',
   'AND default_time_to_live = 0',
   'AND gc_grace_seconds = 864000',
   'AND max_index_interval = 2048',
   'AND memtable_flush_period_in_ms = 0',
   'AND min_index_interval = 128',
   'AND read_repair_chance = 0.0',
   "AND speculative_retry = '99PERCENTILE';",
   'CREATE INDEX myindex ON test.users (age);']
{code}{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_tests.py", line 702, 
in test_describe
self.execute(cql="DESCRIBE KEYSPACE test", 
expected_output=self.get_keyspace_output())
  File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_tests.py", line 1042, 
in execute
self.check_response(output, expected_output)
  File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_tests.py", line 1049, 
in check_response
self.assertEqual(expected_lines, lines)
  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 742, in assertListEqual
self.assertSequenceEqual(list1, list2, msg, seq_type=list)
  File "/usr/lib/python2.7/unittest/case.py", line 724, in assertSequenceEqual
self.fail(msg)
  File "/usr/lib/python2.7/unittest/case.py", line 410, in fail
raise self.failureException(msg)
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (CASSANDRA-13248) testall failure in org.apache.cassandra.db.compaction.PendingRepairManagerTest.userDefinedTaskTest

2017-02-22 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13248:
-

 Summary: testall failure in 
org.apache.cassandra.db.compaction.PendingRepairManagerTest.userDefinedTaskTest
 Key: CASSANDRA-13248
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13248
 Project: Cassandra
  Issue Type: Bug
  Components: Testing
Reporter: Sean McCarthy
 Attachments: 
TEST-org.apache.cassandra.db.compaction.PendingRepairManagerTest.log

example failure:

http://cassci.datastax.com/job/trunk_testall/1416/testReport/org.apache.cassandra.db.compaction/PendingRepairManagerTest/userDefinedTaskTest

{code}
Error Message

expected:<1> but was:<0>
{code}{code}
Stacktrace

junit.framework.AssertionFailedError: expected:<1> but was:<0>
at 
org.apache.cassandra.db.compaction.PendingRepairManagerTest.userDefinedTaskTest(PendingRepairManagerTest.java:194)
{code}{code}
Standard Output

ERROR [main] 2017-02-21 17:00:01,792 ?:? - SLF4J: stderr
INFO  [main] 2017-02-21 17:00:02,001 ?:? - Configuration location: 
file:/home/automaton/cassandra/test/conf/cassandra.yaml
DEBUG [main] 2017-02-21 17:00:02,002 ?:? - Loading settings from 
file:/home/automaton/cassandra/test/conf/cassandra.yaml
INFO  [main] 2017-02-21 17:00:02,530 ?:? - Node 
configuration:[allocate_tokens_for_keyspace=null; authenticator=null; 
authorizer=null; auto_bootstrap=true; auto_snapshot=true; 
back_pressure_enabled=false; back_pressure_strategy=null; 
batch_size_fail_threshold_in_kb=50; batch_size_warn_threshold_in_kb=5; 
batchlog_replay_throttle_in_kb=1024; broadcast_address=null; 
broadcast_rpc_address=null; buffer_pool_use_heap_if_exhausted=true; 
cas_contention_timeout_in_ms=1000; cdc_enabled=false; 
cdc_free_space_check_interval_ms=250; 
cdc_raw_directory=build/test/cassandra/cdc_raw:165; cdc_total_space_in_mb=0; 
client_encryption_options=; cluster_name=Test Cluster; 
column_index_cache_size_in_kb=2; column_index_size_in_kb=4; 
commit_failure_policy=stop; commitlog_compression=null; 
commitlog_directory=build/test/cassandra/commitlog:165; 
commitlog_max_compression_buffers_in_pool=3; commitlog_periodic_queue_size=-1; 
commitlog_segment_size_in_mb=5; commitlog_sync=batch; 
commitlog_sync_batch_window_in_ms=1.0; commitlog_sync_period_in_ms=0; 
commitlog_total_space_in_mb=null; 
compaction_large_partition_warning_threshold_mb=100; 
compaction_throughput_mb_per_sec=0; concurrent_compactors=4; 
concurrent_counter_writes=32; concurrent_materialized_view_writes=32; 
concurrent_reads=32; concurrent_replicates=null; concurrent_writes=32; 
counter_cache_keys_to_save=2147483647; counter_cache_save_period=7200; 
counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; 
credentials_cache_max_entries=1000; credentials_update_interval_in_ms=-1; 
credentials_validity_in_ms=2000; cross_node_timeout=false; 
data_file_directories=[Ljava.lang.String;@1757cd72; disk_access_mode=mmap; 
disk_failure_policy=ignore; disk_optimization_estimate_percentile=0.95; 
disk_optimization_page_cross_chance=0.1; disk_optimization_strategy=ssd; 
dynamic_snitch=true; dynamic_snitch_badness_threshold=0.1; 
dynamic_snitch_reset_interval_in_ms=60; 
dynamic_snitch_update_interval_in_ms=100; 
enable_scripted_user_defined_functions=true; 
enable_user_defined_functions=true; enable_user_defined_functions_threads=true; 
encryption_options=null; 
endpoint_snitch=org.apache.cassandra.locator.SimpleSnitch; 
file_cache_size_in_mb=null; gc_log_threshold_in_ms=200; 
gc_warn_threshold_in_ms=0; hinted_handoff_disabled_datacenters=[]; 
hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; 
hints_compression=null; hints_directory=build/test/cassandra/hints:165; 
hints_flush_period_in_ms=1; incremental_backups=true; index_interval=null; 
index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; 
initial_token=null; inter_dc_stream_throughput_outbound_megabits_per_sec=200; 
inter_dc_tcp_nodelay=true; internode_authenticator=null; 
internode_compression=none; internode_recv_buff_size_in_bytes=0; 
internode_send_buff_size_in_bytes=0; key_cache_keys_to_save=2147483647; 
key_cache_save_period=14400; key_cache_size_in_mb=null; 
listen_address=127.0.0.1; listen_interface=null; 
listen_interface_prefer_ipv6=false; listen_on_broadcast_address=false; 
max_hint_window_in_ms=1080; max_hints_delivery_threads=2; 
max_hints_file_size_in_mb=128; max_mutation_size_in_kb=null; 
max_streaming_retries=3; max_value_size_in_mb=256; 
memtable_allocation_type=offheap_objects; memtable_cleanup_threshold=null; 
memtable_flush_writers=0; memtable_heap_space_in_mb=null; 
memtable_offheap_space_in_mb=null; min_free_space_per_drive_in_mb=50; 
native_transport_max_concurrent_connections=-1; 
native_transport_max_concurrent_connections_per_ip=-1; 
native_transport_max_frame_size_in_mb=256; native_transport_max_threads=128; 
native_transport_port=9207; 

[jira] [Created] (CASSANDRA-13249) testall failure in org.apache.cassandra.pig.CqlTableTest.testCqlNativeStorageNullTuples

2017-02-22 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13249:
-

 Summary: testall failure in 
org.apache.cassandra.pig.CqlTableTest.testCqlNativeStorageNullTuples
 Key: CASSANDRA-13249
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13249
 Project: Cassandra
  Issue Type: Bug
  Components: Testing
Reporter: Sean McCarthy


example failure:

http://cassci.datastax.com/job/cassandra-2.2_testall/645/testReport/org.apache.cassandra.pig/CqlTableTest/testCqlNativeStorageNullTuples

{code}
Error Message

expected:<1> but was:<2>
{code}{code}
Stacktrace

junit.framework.AssertionFailedError: expected:<1> but was:<2>
at 
org.apache.cassandra.pig.CqlTableTest.NullTupleTest(CqlTableTest.java:262)
at 
org.apache.cassandra.pig.CqlTableTest.testCqlNativeStorageNullTuples(CqlTableTest.java:246)
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (CASSANDRA-13244) dtest failure in cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_bulk_round_trip_with_single_core

2017-02-21 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13244:
-

 Summary: dtest failure in 
cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_bulk_round_trip_with_single_core
 Key: CASSANDRA-13244
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13244
 Project: Cassandra
  Issue Type: Bug
  Components: Testing
Reporter: Sean McCarthy
 Attachments: node1.log, node2.log, node3.log

example failure:

http://cassci.datastax.com/job/cassandra-2.1_offheap_dtest/394/testReport/cqlsh_tests.cqlsh_copy_tests/CqlshCopyTest/test_bulk_round_trip_with_single_core

{code}
Error Message

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

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/dtest.py", line 1090, in wrapped
f(obj)
  File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_copy_tests.py", line 
2609, in test_bulk_round_trip_with_single_core
ret = self._test_bulk_round_trip(nodes=3, partitioner="murmur3", 
num_operations=10)
  File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_copy_tests.py", line 
2500, in _test_bulk_round_trip
num_records = create_records()
  File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_copy_tests.py", line 
2473, in create_records
ret = rows_to_list(self.session.execute(count_statement))[0][0]
  File "/home/automaton/src/cassandra-driver/cassandra/cluster.py", line 1998, 
in execute
return self.execute_async(query, parameters, trace, custom_payload, 
timeout, execution_profile, paging_state).result()
  File "/home/automaton/src/cassandra-driver/cassandra/cluster.py", line 3784, 
in result
raise self._final_exception
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (CASSANDRA-13243) testall failure in org.apache.cassandra.index.sasi.SASIIndexTest.testMultiExpressionQueriesWhereRowSplitBetweenSSTables-compression

2017-02-21 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13243:
-

 Summary: testall failure in 
org.apache.cassandra.index.sasi.SASIIndexTest.testMultiExpressionQueriesWhereRowSplitBetweenSSTables-compression
 Key: CASSANDRA-13243
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13243
 Project: Cassandra
  Issue Type: Bug
  Components: Testing
Reporter: Sean McCarthy
 Attachments: TEST-org.apache.cassandra.index.sasi.SASIIndexTest.log

example failure:

http://cassci.datastax.com/job/trunk_testall/1412/testReport/org.apache.cassandra.index.sasi/SASIIndexTest/testMultiExpressionQueriesWhereRowSplitBetweenSSTables_compression

{code}
Error Message

[key0, key11, key12, key13, key14, key6, key7, key8] expected:<10> but was:<8>
{code}{code}
Stacktrace

junit.framework.AssertionFailedError: [key0, key11, key12, key13, key14, key6, 
key7, key8] expected:<10> but was:<8>
at 
org.apache.cassandra.index.sasi.SASIIndexTest.testMultiExpressionQueriesWhereRowSplitBetweenSSTables(SASIIndexTest.java:567)
at 
org.apache.cassandra.index.sasi.SASIIndexTest.testMultiExpressionQueriesWhereRowSplitBetweenSSTables(SASIIndexTest.java:452)
{code}{code}
Standard Output

ERROR [main] 2017-02-17 23:02:40,404 ?:? - SLF4J: stderr
INFO  [main] 2017-02-17 23:02:40,830 ?:? - Configuration location: 
file:/home/automaton/cassandra/test/conf/cassandra-murmur.yaml
DEBUG [main] 2017-02-17 23:02:40,831 ?:? - Loading settings from 
file:/home/automaton/cassandra/test/conf/cassandra-murmur.yaml
INFO  [main] 2017-02-17 23:02:41,678 ?:? - Node 
configuration:[allocate_tokens_for_keyspace=null; authenticator=null; 
authorizer=null; auto_bootstrap=true; auto_snapshot=true; back_pres
...[truncated 416882 chars]...
.957KiB), biggest 4.957KiB, smallest 4.957KiB
DEBUG [CompactionExecutor:3] 2017-02-17 23:03:16,787 ?:? - Compacted 
(cb40-f565-11e6-8e91-7511b7f59d65) 4 sstables to 
[/home/automaton/cassandra/build/test/cassandra/data:231/system/local-7ad54392bcdd35a684174e047860b377/md-85-big,]
 to level=0.  0.466KiB to 0.258KiB (~55% of original) in 58ms.  Read Throughput 
= 7.914KiB/s, Write Throughput = 4.380KiB/s, Row Throughput = ~2/s.  4 total 
partitions merged to 1.  Partition merge counts were {4:1, }
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (CASSANDRA-13229) dtest failure in topology_test.TestTopology.size_estimates_multidc_test

2017-02-16 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13229:
-

 Summary: dtest failure in 
topology_test.TestTopology.size_estimates_multidc_test
 Key: CASSANDRA-13229
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13229
 Project: Cassandra
  Issue Type: Bug
  Components: Testing
Reporter: Sean McCarthy
 Attachments: node1_debug.log, node1_gc.log, node1.log, 
node2_debug.log, node2_gc.log, node2.log, node3_debug.log, node3_gc.log, 
node3.log

example failure:

http://cassci.datastax.com/job/trunk_novnode_dtest/508/testReport/topology_test/TestTopology/size_estimates_multidc_test

{code}
Standard Output

Unexpected error in node1 log, error: 
ERROR [MemtablePostFlush:1] 2017-02-15 16:07:33,837 CassandraDaemon.java:211 - 
Exception in thread Thread[MemtablePostFlush:1,5,main]
java.lang.IndexOutOfBoundsException: Index: 3, Size: 3
at java.util.ArrayList.rangeCheck(ArrayList.java:653) ~[na:1.8.0_45]
at java.util.ArrayList.get(ArrayList.java:429) ~[na:1.8.0_45]
at 
org.apache.cassandra.dht.Splitter.splitOwnedRangesNoPartialRanges(Splitter.java:92)
 ~[main/:na]
at org.apache.cassandra.dht.Splitter.splitOwnedRanges(Splitter.java:59) 
~[main/:na]
at 
org.apache.cassandra.service.StorageService.getDiskBoundaries(StorageService.java:5180)
 ~[main/:na]
at 
org.apache.cassandra.db.Memtable.createFlushRunnables(Memtable.java:312) 
~[main/:na]
at org.apache.cassandra.db.Memtable.flushRunnables(Memtable.java:304) 
~[main/:na]
at 
org.apache.cassandra.db.ColumnFamilyStore$Flush.flushMemtable(ColumnFamilyStore.java:1150)
 ~[main/:na]
at 
org.apache.cassandra.db.ColumnFamilyStore$Flush.run(ColumnFamilyStore.java:1115)
 ~[main/:na]
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 
~[na:1.8.0_45]
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
[na:1.8.0_45]
at 
org.apache.cassandra.concurrent.NamedThreadFactory.lambda$threadLocalDeallocator$290(NamedThreadFactory.java:81)
 [main/:na]
at 
org.apache.cassandra.concurrent.NamedThreadFactory$$Lambda$5/1321203216.run(Unknown
 Source) [main/:na]
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_45]
Unexpected error in node1 log, error: 
ERROR [MigrationStage:1] 2017-02-15 16:07:33,853 CassandraDaemon.java:211 - 
Exception in thread Thread[MigrationStage:1,5,main]
java.lang.RuntimeException: java.util.concurrent.ExecutionException: 
java.lang.IndexOutOfBoundsException: Index: 3, Size: 3
at 
org.apache.cassandra.utils.FBUtilities.waitOnFuture(FBUtilities.java:401) 
~[main/:na]
at 
org.apache.cassandra.schema.SchemaKeyspace.lambda$flush$496(SchemaKeyspace.java:284)
 ~[main/:na]
at 
org.apache.cassandra.schema.SchemaKeyspace$$Lambda$222/1949434065.accept(Unknown
 Source) ~[na:na]
at java.lang.Iterable.forEach(Iterable.java:75) ~[na:1.8.0_45]
at 
org.apache.cassandra.schema.SchemaKeyspace.flush(SchemaKeyspace.java:284) 
~[main/:na]
at 
org.apache.cassandra.schema.SchemaKeyspace.applyChanges(SchemaKeyspace.java:1265)
 ~[main/:na]
at org.apache.cassandra.schema.Schema.merge(Schema.java:577) ~[main/:na]
at 
org.apache.cassandra.schema.Schema.mergeAndAnnounceVersion(Schema.java:564) 
~[main/:na]
at 
org.apache.cassandra.schema.MigrationManager$1.runMayThrow(MigrationManager.java:402)
 ~[main/:na]
at 
org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28) 
~[main/:na]
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
~[na:1.8.0_45]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) 
~[na:1.8.0_45]
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 
~[na:1.8.0_45]
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
[na:1.8.0_45]
at 
org.apache.cassandra.concurrent.NamedThreadFactory.lambda$threadLocalDeallocator$290(NamedThreadFactory.java:81)
 [main/:na]
at 
org.apache.cassandra.concurrent.NamedThreadFactory$$Lambda$5/1321203216.run(Unknown
 Source) [main/:na]
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_45]
Caused by: java.util.concurrent.ExecutionException: 
java.lang.IndexOutOfBoundsException: Index: 3, Size: 3
at java.util.concurrent.FutureTask.report(FutureTask.java:122) 
~[na:1.8.0_45]
at java.util.concurrent.FutureTask.get(FutureTask.java:192) 
~[na:1.8.0_45]
at 
org.apache.cassandra.utils.FBUtilities.waitOnFuture(FBUtilities.java:397) 
~[main/:na]
... 16 common frames omitted
Caused by: java.lang.IndexOutOfBoundsException: Index: 3, Size: 3
at java.util.ArrayList.rangeCheck(ArrayList.java:653) ~[na:1.8.0_45]
at java.util.ArrayList.get(ArrayList.java:429) ~[na:1.8.0_45]
at 

[jira] [Created] (CASSANDRA-13224) testall failure in org.apache.cassandra.db.compaction.CompactionStrategyManagerPendingRepairTest.cleanupCompactionFinalized

2017-02-15 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13224:
-

 Summary: testall failure in 
org.apache.cassandra.db.compaction.CompactionStrategyManagerPendingRepairTest.cleanupCompactionFinalized
 Key: CASSANDRA-13224
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13224
 Project: Cassandra
  Issue Type: Bug
  Components: Testing
Reporter: Sean McCarthy
 Attachments: 
TEST-org.apache.cassandra.db.compaction.CompactionStrategyManagerPendingRepairTest.log

example failure:

http://cassci.datastax.com/job/trunk_testall/1407/testReport/org.apache.cassandra.db.compaction/CompactionStrategyManagerPendingRepairTest/cleanupCompactionFinalized

{code}
Stacktrace

junit.framework.AssertionFailedError: 
at 
org.apache.cassandra.db.compaction.CompactionStrategyManagerPendingRepairTest.cleanupCompactionFinalized(CompactionStrategyManagerPendingRepairTest.java:235)
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (CASSANDRA-13216) testall failure in org.apache.cassandra.net.MessagingServiceTest.testDroppedMessages

2017-02-13 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13216:
-

 Summary: testall failure in 
org.apache.cassandra.net.MessagingServiceTest.testDroppedMessages
 Key: CASSANDRA-13216
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13216
 Project: Cassandra
  Issue Type: Bug
  Components: Testing
Reporter: Sean McCarthy
 Attachments: TEST-org.apache.cassandra.net.MessagingServiceTest.log

example failure:

http://cassci.datastax.com/job/cassandra-3.11_testall/81/testReport/org.apache.cassandra.net/MessagingServiceTest/testDroppedMessages

{code}
Error Message

expected:<... dropped latency: 27[30 ms and Mean cross-node dropped latency: 
2731] ms> but was:<... dropped latency: 27[28 ms and Mean cross-node dropped 
latency: 2730] ms>
{code}{code}
Stacktrace

junit.framework.AssertionFailedError: expected:<... dropped latency: 27[30 ms 
and Mean cross-node dropped latency: 2731] ms> but was:<... dropped latency: 
27[28 ms and Mean cross-node dropped latency: 2730] ms>
at 
org.apache.cassandra.net.MessagingServiceTest.testDroppedMessages(MessagingServiceTest.java:83)
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (CASSANDRA-13202) dtest failure in repair_tests.incremental_repair_test.TestIncRepair.sstable_marking_test

2017-02-08 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13202:
-

 Summary: dtest failure in 
repair_tests.incremental_repair_test.TestIncRepair.sstable_marking_test
 Key: CASSANDRA-13202
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13202
 Project: Cassandra
  Issue Type: Bug
  Components: Testing
Reporter: Sean McCarthy
 Attachments: node1_debug.log, node1_gc.log, node1.log, 
node2_debug.log, node2_gc.log, node2.log, node3_debug.log, node3_gc.log, 
node3.log

example failure:

http://cassci.datastax.com/job/trunk_offheap_dtest/427/testReport/repair_tests.incremental_repair_test/TestIncRepair/sstable_marking_test

{code}
Error Message

'Repaired at: 0' unexpectedly found in 'SSTable: 
/tmp/dtest-9PYhKy/test/node1/data0/keyspace1/standard1-17eaf440edbb11e68d99c3f653778b71/md-1-big\nPartitioner:
 org.apache.cassandra.dht.Murmur3Partitioner\nBloom Filter FP chance: 
0.01\nMinimum timestamp: 1486529856104000\nMaximum timestamp: 
1486529859637013\nSSTable min local deletion time: 2147483647\nSSTable max 
local deletion time: 2147483647\nCompressor: -\nTTL min: 0\nTTL max: 0\nFirst 
token: -9222701292667950301 (key=5032394c323239385030)\nLast token: 
-3134717340917976237 (key=304b3338324b324b3430)\nEstimated droppable 
tombstones: 0.0\nSSTable Level: 0\nRepaired at: 0\nPending repair: 
26e751a0-edbb-11e6-accb-61d17d26194a\nReplay positions covered: 
{CommitLogPosition(segmentId=1486529830270, 
position=41626)=CommitLogPosition(segmentId=1486529830270, 
position=2604016)}\ntotalColumnsSet: 16365\ntotalRows: 3273\nEstimated 
tombstone drop times:\nCount   Row SizeCell Count\n1
  0 0\n2  0 
0\n3  0 0\n4
  0 0\n5  0  6546\n6
  0 0\n7  0 
0\n8  0 0\n10   
  0 0\n12 0 0\n14   
  0 0\n17 0 
0\n20 0 0\n24   
  0 0\n29 0 0\n35   
  0 0\n42 0 
0\n50 0 0\n60   
  0 0\n72 0 0\n86   
  0 0\n1030 
0\n1240 0\n149  
  0 0\n1790 0\n215  
  2 0\n258 3271 
0\n3100 0\n372  
  0 0\n4460 0\n535  
  0 0\n6420 
0\n7700 0\n924  
  0 0\n1109   0 0\n1331 
  0 0\n1597   0 
0\n1916   0 0\n2299 
  0 0\n2759   0 0\n3311 
  0 0\n3973   0 
0\n4768   0 0\n5722 
  0 0\n6866   0 0\n8239 
  0 0\n9887   0 
0\n11864  0 0\n14237
  0 0\n17084  0 0\n20501
  0 0\n24601  0 
0\n29521  0 0\n35425
  0 0\n42510  0 0\n51012
  0 0\n61214  0 
0\n73457  0 0\n88148
  0 0\n105778 0 0\n126934   
  0 0\n152321 0 
0\n182785 0 0\n219342   
  0 0\n263210 0 0\n315852   
  0 0\n379022 0 
0\n454826 

[jira] [Created] (CASSANDRA-13201) dtest failure in repair_tests.repair_test.TestRepair.test_failure_during_anticompaction

2017-02-08 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13201:
-

 Summary: dtest failure in 
repair_tests.repair_test.TestRepair.test_failure_during_anticompaction
 Key: CASSANDRA-13201
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13201
 Project: Cassandra
  Issue Type: Bug
  Components: Testing
Reporter: Sean McCarthy
 Attachments: node1_debug.log, node1_gc.log, node1.log, 
node2_debug.log, node2_gc.log, node2.log, node3_debug.log, node3_gc.log, 
node3.log

example failure:

http://cassci.datastax.com/job/trunk_offheap_dtest/427/testReport/repair_tests.repair_test/TestRepair/test_failure_during_anticompaction

{code}
Error Message

08 Feb 2017 04:42:14 [node3] Missing: ['Got anticompaction request']:
INFO  [main] 2017-02-08 04:31:15,447 YamlConfigura.
See debug.log for remainder
{code}{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/tools/decorators.py", line 48, in 
wrapped
f(obj)
  File "/home/automaton/cassandra-dtest/repair_tests/repair_test.py", line 
1056, in test_failure_during_anticompaction
self._test_failure_during_repair(phase='anticompaction',)
  File "/home/automaton/cassandra-dtest/repair_tests/repair_test.py", line 
1131, in _test_failure_during_repair
node_to_kill.watch_log_for(msg_to_wait, filename='debug.log')
  File "/usr/local/lib/python2.7/dist-packages/ccmlib/node.py", line 471, 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))
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (CASSANDRA-13200) dtest failure in repair_tests.repair_test.TestRepair.test_dead_sync_participant

2017-02-08 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13200:
-

 Summary: dtest failure in 
repair_tests.repair_test.TestRepair.test_dead_sync_participant
 Key: CASSANDRA-13200
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13200
 Project: Cassandra
  Issue Type: Bug
  Components: Testing
Reporter: Sean McCarthy
 Attachments: node1_debug.log, node1_gc.log, node1.log, 
node2_debug.log, node2_gc.log, node2.log, node3_debug.log, node3_gc.log, 
node3.log

example failure:

http://cassci.datastax.com/job/trunk_offheap_dtest/427/testReport/repair_tests.repair_test/TestRepair/test_dead_sync_participant

{code}
Error Message

08 Feb 2017 04:31:07 [node1] Missing: ['Endpoint .* died']:
INFO  [main] 2017-02-08 04:28:51,776 YamlConfigura.
See system.log for remainder
{code}{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/tools/decorators.py", line 48, in 
wrapped
f(obj)
  File "/home/automaton/cassandra-dtest/repair_tests/repair_test.py", line 
1049, in test_dead_sync_participant
self._test_failure_during_repair(phase='sync', initiator=False,)
  File "/home/automaton/cassandra-dtest/repair_tests/repair_test.py", line 
1139, in _test_failure_during_repair
node1.watch_log_for('Endpoint .* died', timeout=60)
  File "/usr/local/lib/python2.7/dist-packages/ccmlib/node.py", line 471, 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))
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (CASSANDRA-13199) dtest failure in repair_tests.repair_test.TestRepair.no_anticompaction_after_dclocal_repair_test

2017-02-08 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13199:
-

 Summary: dtest failure in 
repair_tests.repair_test.TestRepair.no_anticompaction_after_dclocal_repair_test
 Key: CASSANDRA-13199
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13199
 Project: Cassandra
  Issue Type: Bug
  Components: Testing
Reporter: Sean McCarthy
 Attachments: node1_debug.log, node1_gc.log, node1.log, 
node2_debug.log, node2_gc.log, node2.log, node3_debug.log, node3_gc.log, 
node3.log, node4_debug.log, node4_gc.log, node4.log

example failure:

http://cassci.datastax.com/job/trunk_offheap_dtest/427/testReport/repair_tests.repair_test/TestRepair/no_anticompaction_after_dclocal_repair_test

{code}
Error Message

Subprocess ['nodetool', '-h', 'localhost', '-p', '7100', ['repair', '-local', 
'keyspace1', 'standard1']] exited with non-zero status; exit status: 2; 
stderr: error: Incremental repairs cannot be run against a subset of tokens or 
ranges
-- StackTrace --
java.lang.IllegalArgumentException: Incremental repairs cannot be run against a 
subset of tokens or ranges
at 
org.apache.cassandra.repair.messages.RepairOption.parse(RepairOption.java:242)
at 
org.apache.cassandra.service.StorageService.repairAsync(StorageService.java:3258)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71)
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:275)
at 
com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:112)
at 
com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:46)
at 
com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:237)
at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:138)
at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:252)
at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819)
at 
com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:801)
at 
javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1466)
at 
javax.management.remote.rmi.RMIConnectionImpl.access$300(RMIConnectionImpl.java:76)
at 
javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1307)
at 
javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1399)
at 
javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:828)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:323)
at sun.rmi.transport.Transport$1.run(Transport.java:200)
at sun.rmi.transport.Transport$1.run(Transport.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
at 
sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:568)
at 
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:826)
at 
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$241(TCPTransport.java:683)
at 
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler$$Lambda$335/1485984579.run(Unknown
 Source)
at java.security.AccessController.doPrivileged(Native Method)
at 
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:682)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
{code}{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/tools/decorators.py", line 48, in 
wrapped
f(obj)
  File "/home/automaton/cassandra-dtest/repair_tests/repair_test.py", line 170, 
in no_anticompaction_after_dclocal_repair_test

[jira] [Updated] (CASSANDRA-13170) dtest failure in compaction_test.TestCompaction_with_LeveledCompactionStrategy.compaction_throughput_test

2017-02-01 Thread Sean McCarthy (JIRA)

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

Sean McCarthy updated CASSANDRA-13170:
--
Description: 
example failure:

http://cassci.datastax.com/job/trunk_dtest/1479/testReport/compaction_test/TestCompaction_with_LeveledCompactionStrategy/compaction_throughput_test

{code}
Error Message

5.5 not greater than or equal to 6.175
{code}{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/compaction_test.py", line 280, in 
compaction_throughput_test
self.assertGreaterEqual(float(threshold) + 0.5, float(avgthroughput))
  File "/usr/lib/python2.7/unittest/case.py", line 948, in assertGreaterEqual
self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python2.7/unittest/case.py", line 410, in fail
raise self.failureException(msg)
{code}

Related failure:
http://cassci.datastax.com/job/trunk_dtest/1479/testReport/compaction_test/TestCompaction_with_SizeTieredCompactionStrategy/compaction_throughput_test/
http://cassci.datastax.com/job/trunk_dtest/1481/testReport/compaction_test/TestCompaction_with_DateTieredCompactionStrategy/compaction_throughput_test/

Note: this test is failing for both Leveled Compaction, Size Tiered Compaction, 
and Date Tiered Compaction.

  was:
example failure:

http://cassci.datastax.com/job/trunk_dtest/1479/testReport/compaction_test/TestCompaction_with_LeveledCompactionStrategy/compaction_throughput_test

{code}
Error Message

5.5 not greater than or equal to 6.175
{code}{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/compaction_test.py", line 280, in 
compaction_throughput_test
self.assertGreaterEqual(float(threshold) + 0.5, float(avgthroughput))
  File "/usr/lib/python2.7/unittest/case.py", line 948, in assertGreaterEqual
self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python2.7/unittest/case.py", line 410, in fail
raise self.failureException(msg)
{code}

Related failure:
http://cassci.datastax.com/job/trunk_dtest/1479/testReport/compaction_test/TestCompaction_with_SizeTieredCompactionStrategy/compaction_throughput_test/

Note: this test is failing for both Leveled Compaction and Size Tiered 
Compaction


> dtest failure in 
> compaction_test.TestCompaction_with_LeveledCompactionStrategy.compaction_throughput_test
> -
>
> Key: CASSANDRA-13170
> URL: https://issues.apache.org/jira/browse/CASSANDRA-13170
> Project: Cassandra
>  Issue Type: Bug
>  Components: Testing
>Reporter: Sean McCarthy
>  Labels: dtest, test-failure
> Attachments: node1_debug.log, node1_gc.log, node1.log
>
>
> example failure:
> http://cassci.datastax.com/job/trunk_dtest/1479/testReport/compaction_test/TestCompaction_with_LeveledCompactionStrategy/compaction_throughput_test
> {code}
> Error Message
> 5.5 not greater than or equal to 6.175
> {code}{code}
> Stacktrace
>   File "/usr/lib/python2.7/unittest/case.py", line 329, in run
> testMethod()
>   File "/home/automaton/cassandra-dtest/compaction_test.py", line 280, in 
> compaction_throughput_test
> self.assertGreaterEqual(float(threshold) + 0.5, float(avgthroughput))
>   File "/usr/lib/python2.7/unittest/case.py", line 948, in assertGreaterEqual
> self.fail(self._formatMessage(msg, standardMsg))
>   File "/usr/lib/python2.7/unittest/case.py", line 410, in fail
> raise self.failureException(msg)
> {code}
> Related failure:
> http://cassci.datastax.com/job/trunk_dtest/1479/testReport/compaction_test/TestCompaction_with_SizeTieredCompactionStrategy/compaction_throughput_test/
> http://cassci.datastax.com/job/trunk_dtest/1481/testReport/compaction_test/TestCompaction_with_DateTieredCompactionStrategy/compaction_throughput_test/
> Note: this test is failing for both Leveled Compaction, Size Tiered 
> Compaction, and Date Tiered Compaction.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (CASSANDRA-13161) testall failure in org.apache.cassandra.db.commitlog.CommitLogDescriptorTest.testVersions

2017-01-27 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13161:
-

 Summary: testall failure in 
org.apache.cassandra.db.commitlog.CommitLogDescriptorTest.testVersions
 Key: CASSANDRA-13161
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13161
 Project: Cassandra
  Issue Type: Bug
  Components: Testing
Reporter: Sean McCarthy
 Attachments: 
TEST-org.apache.cassandra.db.commitlog.CommitLogDescriptorTest.log

example failure:

http://cassci.datastax.com/job/trunk_testall/1374/testReport/org.apache.cassandra.db.commitlog/CommitLogDescriptorTest/testVersions

{code}
Error Message

expected:<11> but was:<10>
{code}{code}
Stacktrace

junit.framework.AssertionFailedError: expected:<11> but was:<10>
at 
org.apache.cassandra.db.commitlog.CommitLogDescriptorTest.testVersions(CommitLogDescriptorTest.java:84)
{code}

Related Failures:
http://cassci.datastax.com/job/trunk_testall/1374/testReport/org.apache.cassandra.db.commitlog/CommitLogDescriptorTest/testVersions_compression/



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


[jira] [Updated] (CASSANDRA-13141) test failure in cql_tests.MiscellaneousCQLTester.prepared_statement_invalidation_test

2017-01-20 Thread Sean McCarthy (JIRA)

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

Sean McCarthy updated CASSANDRA-13141:
--
Component/s: Testing

> test failure in 
> cql_tests.MiscellaneousCQLTester.prepared_statement_invalidation_test
> -
>
> Key: CASSANDRA-13141
> URL: https://issues.apache.org/jira/browse/CASSANDRA-13141
> Project: Cassandra
>  Issue Type: Bug
>  Components: Testing
>Reporter: Sean McCarthy
>  Labels: dtest, test-failure
> Attachments: node1_debug.log, node1_gc.log, node1.log
>
>
> example failure:
> http://cassci.datastax.com/job/trunk_dtest/1471/testReport/cql_tests/MiscellaneousCQLTester/prepared_statement_invalidation_test
> {code}
> Error Message
> Error from server: code=2200 [Invalid query] message="Altering of types is 
> not allowed"
> {code}{code}
> Stacktrace
>   File "/usr/lib/python2.7/unittest/case.py", line 329, in run
> testMethod()
>   File "/home/automaton/cassandra-dtest/cql_tests.py", line 633, in 
> prepared_statement_invalidation_test
> session.execute("ALTER TABLE test ALTER d TYPE blob")
>   File "/home/automaton/src/cassandra-driver/cassandra/cluster.py", line 
> 1998, in execute
> return self.execute_async(query, parameters, trace, custom_payload, 
> timeout, execution_profile, paging_state).result()
>   File "/home/automaton/src/cassandra-driver/cassandra/cluster.py", line 
> 3784, in result
> raise self._final_exception
> {code}



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


[jira] [Created] (CASSANDRA-13141) test failure in cql_tests.MiscellaneousCQLTester.prepared_statement_invalidation_test

2017-01-20 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13141:
-

 Summary: test failure in 
cql_tests.MiscellaneousCQLTester.prepared_statement_invalidation_test
 Key: CASSANDRA-13141
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13141
 Project: Cassandra
  Issue Type: Bug
Reporter: Sean McCarthy
 Attachments: node1_debug.log, node1_gc.log, node1.log

example failure:

http://cassci.datastax.com/job/trunk_dtest/1471/testReport/cql_tests/MiscellaneousCQLTester/prepared_statement_invalidation_test

{code}
Error Message

Error from server: code=2200 [Invalid query] message="Altering of types is not 
allowed"
{code}{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/cql_tests.py", line 633, in 
prepared_statement_invalidation_test
session.execute("ALTER TABLE test ALTER d TYPE blob")
  File "/home/automaton/src/cassandra-driver/cassandra/cluster.py", line 1998, 
in execute
return self.execute_async(query, parameters, trace, custom_payload, 
timeout, execution_profile, paging_state).result()
  File "/home/automaton/src/cassandra-driver/cassandra/cluster.py", line 3784, 
in result
raise self._final_exception
{code}



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


[jira] [Created] (CASSANDRA-13140) test failure in cqlsh_tests.cqlsh_tests.CqlshSmokeTest.test_alter_table

2017-01-20 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13140:
-

 Summary: test failure in 
cqlsh_tests.cqlsh_tests.CqlshSmokeTest.test_alter_table
 Key: CASSANDRA-13140
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13140
 Project: Cassandra
  Issue Type: Bug
Reporter: Sean McCarthy
 Attachments: node1_debug.log, node1_gc.log, node1.log

example failure:

http://cassci.datastax.com/job/trunk_dtest/1471/testReport/cqlsh_tests.cqlsh_tests/CqlshSmokeTest/test_alter_table

{code}
Error Message

[u'test', u'i', u'ascii'] unexpectedly found in [[u'test', u'key', u'text'], 
[u'test', u'i', u'ascii']]
{code}{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_tests.py", line 1839, 
in test_alter_table
self.assertNotIn(old_column_spec, new_columns)
  File "/usr/lib/python2.7/unittest/case.py", line 810, in assertNotIn
self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python2.7/unittest/case.py", line 410, in fail
raise self.failureException(msg)
{code}



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


[jira] [Created] (CASSANDRA-13139) test failure in hintedhandoff_test.TestHintedHandoff.hintedhandoff_decom_test

2017-01-20 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13139:
-

 Summary: test failure in 
hintedhandoff_test.TestHintedHandoff.hintedhandoff_decom_test
 Key: CASSANDRA-13139
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13139
 Project: Cassandra
  Issue Type: Bug
  Components: Testing
Reporter: Sean McCarthy
 Attachments: node1_debug.log, node1_gc.log, node1.log, 
node2_debug.log, node2_gc.log, node2.log, node3_debug.log, node3_gc.log, 
node3.log, node4_debug.log, node4_gc.log, node4.log

example failure:

http://cassci.datastax.com/job/trunk_novnode_dtest/503/testReport/hintedhandoff_test/TestHintedHandoff/hintedhandoff_decom_test

{code}
Error Message

Subprocess ['nodetool', '-h', 'localhost', '-p', '7200', ['decommission']] 
exited with non-zero status; exit status: 1; 
stdout: nodetool: Unsupported operation: Not enough live nodes to maintain 
replication factor in keyspace system_distributed (RF = 3, N = 3). Perform a 
forceful decommission to ignore.
See 'nodetool help' or 'nodetool help '.
{code}{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/hintedhandoff_test.py", line 169, in 
hintedhandoff_decom_test
node2.decommission()
  File "/usr/local/lib/python2.7/dist-packages/ccmlib/node.py", line 1314, in 
decommission
self.nodetool("decommission")
  File "/usr/local/lib/python2.7/dist-packages/ccmlib/node.py", line 783, in 
nodetool
return handle_external_tool_process(p, ['nodetool', '-h', 'localhost', 
'-p', str(self.jmx_port), cmd.split()])
  File "/usr/local/lib/python2.7/dist-packages/ccmlib/node.py", line 1993, in 
handle_external_tool_process
raise ToolError(cmd_args, rc, out, err)
{code}



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


[jira] [Created] (CASSANDRA-13128) test failure in counter_tests.TestCounters.upgrade_test

2017-01-17 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13128:
-

 Summary: test failure in counter_tests.TestCounters.upgrade_test
 Key: CASSANDRA-13128
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13128
 Project: Cassandra
  Issue Type: Bug
  Components: Testing
Reporter: Sean McCarthy
 Attachments: node1.log, node2.log

example failure:

http://cassci.datastax.com/job/cassandra-2.1_dtest_jdk8/262/testReport/counter_tests/TestCounters/upgrade_test

{code}
Error Message

Unexpected error in log, see stdout
{code}{code}
Standard Output

Unexpected error in node2 log, error: 
ERROR [CompactionExecutor:1] 2017-01-15 03:03:15,053 CassandraDaemon.java:231 - 
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)
 ~[main/:na]
at 
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823) 
~[na:1.8.0_45]
at 
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1364) 
~[na:1.8.0_45]
at 
org.apache.cassandra.concurrent.DebuggableThreadPoolExecutor.execute(DebuggableThreadPoolExecutor.java:150)
 ~[main/:na]
at 
java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
 ~[na:1.8.0_45]
at 
org.apache.cassandra.db.compaction.CompactionManager.submitBackground(CompactionManager.java:184)
 ~[main/:na]
at 
org.apache.cassandra.db.compaction.CompactionManager$BackgroundCompactionCandidate.run(CompactionManager.java:270)
 ~[main/:na]
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
~[na:1.8.0_45]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) 
~[na:1.8.0_45]
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 
~[na:1.8.0_45]
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
[na:1.8.0_45]
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_45]
{code}



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


[jira] [Created] (CASSANDRA-13129) test failure in upgrade_tests.upgrade_through_versions_test.ProtoV3Upgrade_AllVersions_RandomPartitioner_EndsAt_Trunk_HEAD.rolling_upgrade_with_internode_ssl_test

2017-01-17 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13129:
-

 Summary: test failure in 
upgrade_tests.upgrade_through_versions_test.ProtoV3Upgrade_AllVersions_RandomPartitioner_EndsAt_Trunk_HEAD.rolling_upgrade_with_internode_ssl_test
 Key: CASSANDRA-13129
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13129
 Project: Cassandra
  Issue Type: Bug
  Components: Testing
Reporter: Sean McCarthy
 Attachments: node1_debug.log, node1_gc.log, node1.log, 
node2_debug.log, node2_gc.log, node2.log, node3_debug.log, node3_gc.log, 
node3.log

example failure:

http://cassci.datastax.com/job/cassandra-3.X_large_dtest/20/testReport/upgrade_tests.upgrade_through_versions_test/ProtoV3Upgrade_AllVersions_RandomPartitioner_EndsAt_Trunk_HEAD/rolling_upgrade_with_internode_ssl_test

{code}
Unexpected error in node3 log, error: 
ERROR [MessagingService-Incoming-/127.0.0.2] 2017-01-15 04:26:30,486 
CassandraDaemon.java:205 - Exception in thread 
Thread[MessagingService-Incoming-/127.0.0.2,5,main]
java.io.IOError: java.io.EOFException: Stream ended prematurely
at 
org.apache.cassandra.db.LegacyLayout$7.computeNext(LegacyLayout.java:1123) 
~[apache-cassandra-3.0.9.jar:3.0.9]
at 
org.apache.cassandra.db.LegacyLayout$7.computeNext(LegacyLayout.java:1097) 
~[apache-cassandra-3.0.9.jar:3.0.9]
at 
org.apache.cassandra.utils.AbstractIterator.hasNext(AbstractIterator.java:47) 
~[apache-cassandra-3.0.9.jar:3.0.9]
at 
org.apache.cassandra.utils.MergeIterator$Candidate.advance(MergeIterator.java:369)
 ~[apache-cassandra-3.0.9.jar:3.0.9]
at 
org.apache.cassandra.utils.MergeIterator$ManyToOne.advance(MergeIterator.java:189)
 ~[apache-cassandra-3.0.9.jar:3.0.9]
at 
org.apache.cassandra.utils.MergeIterator$ManyToOne.computeNext(MergeIterator.java:158)
 ~[apache-cassandra-3.0.9.jar:3.0.9]
at 
org.apache.cassandra.utils.AbstractIterator.hasNext(AbstractIterator.java:47) 
~[apache-cassandra-3.0.9.jar:3.0.9]
at 
org.apache.cassandra.db.LegacyLayout.toUnfilteredRowIterator(LegacyLayout.java:608)
 ~[apache-cassandra-3.0.9.jar:3.0.9]
at 
org.apache.cassandra.db.LegacyLayout.onWireCellstoUnfilteredRowIterator(LegacyLayout.java:572)
 ~[apache-cassandra-3.0.9.jar:3.0.9]
at 
org.apache.cassandra.db.LegacyLayout.deserializeLegacyPartition(LegacyLayout.java:489)
 ~[apache-cassandra-3.0.9.jar:3.0.9]
at 
org.apache.cassandra.db.partitions.PartitionUpdate$PartitionUpdateSerializer.deserializePre30(PartitionUpdate.java:694)
 ~[apache-cassandra-3.0.9.jar:3.0.9]
at 
org.apache.cassandra.db.partitions.PartitionUpdate$PartitionUpdateSerializer.deserialize(PartitionUpdate.java:640)
 ~[apache-cassandra-3.0.9.jar:3.0.9]
at 
org.apache.cassandra.db.Mutation$MutationSerializer.deserialize(Mutation.java:334)
 ~[apache-cassandra-3.0.9.jar:3.0.9]
at 
org.apache.cassandra.db.Mutation$MutationSerializer.deserialize(Mutation.java:353)
 ~[apache-cassandra-3.0.9.jar:3.0.9]
at 
org.apache.cassandra.db.Mutation$MutationSerializer.deserialize(Mutation.java:290)
 ~[apache-cassandra-3.0.9.jar:3.0.9]
at org.apache.cassandra.net.MessageIn.read(MessageIn.java:98) 
~[apache-cassandra-3.0.9.jar:3.0.9]
at 
org.apache.cassandra.net.IncomingTcpConnection.receiveMessage(IncomingTcpConnection.java:201)
 ~[apache-cassandra-3.0.9.jar:3.0.9]
at 
org.apache.cassandra.net.IncomingTcpConnection.receiveMessages(IncomingTcpConnection.java:178)
 ~[apache-cassandra-3.0.9.jar:3.0.9]
at 
org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpConnection.java:92)
 ~[apache-cassandra-3.0.9.jar:3.0.9]
Caused by: java.io.EOFException: Stream ended prematurely
at 
net.jpountz.lz4.LZ4BlockInputStream.readFully(LZ4BlockInputStream.java:218) 
~[lz4-1.3.0.jar:na]
at 
net.jpountz.lz4.LZ4BlockInputStream.refill(LZ4BlockInputStream.java:150) 
~[lz4-1.3.0.jar:na]
at 
net.jpountz.lz4.LZ4BlockInputStream.read(LZ4BlockInputStream.java:117) 
~[lz4-1.3.0.jar:na]
at java.io.DataInputStream.readFully(DataInputStream.java:195) 
~[na:1.8.0_51]
at java.io.DataInputStream.readLong(DataInputStream.java:416) 
~[na:1.8.0_51]
at 
org.apache.cassandra.db.LegacyLayout.readLegacyCellBody(LegacyLayout.java:1072) 
~[apache-cassandra-3.0.9.jar:3.0.9]
at 
org.apache.cassandra.db.LegacyLayout.readLegacyCell(LegacyLayout.java:1045) 
~[apache-cassandra-3.0.9.jar:3.0.9]
at 
org.apache.cassandra.db.LegacyLayout$7.computeNext(LegacyLayout.java:1108) 
~[apache-cassandra-3.0.9.jar:3.0.9]
... 18 common frames omitted
{code}



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


[jira] [Created] (CASSANDRA-13113) test failure in auth_test.TestAuth.system_auth_ks_is_alterable_test

2017-01-09 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13113:
-

 Summary: test failure in 
auth_test.TestAuth.system_auth_ks_is_alterable_test
 Key: CASSANDRA-13113
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13113
 Project: Cassandra
  Issue Type: Bug
  Components: Testing
Reporter: Sean McCarthy
 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/trunk_dtest/1466/testReport/auth_test/TestAuth/system_auth_ks_is_alterable_test

{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 358, in run
self.tearDown()
  File "/home/automaton/cassandra-dtest/dtest.py", line 582, in tearDown
raise AssertionError('Unexpected error in log, see stdout')
{code}{code}
Standard Output

Unexpected error in node2 log, error: 
ERROR [Native-Transport-Requests-1] 2017-01-08 21:10:55,056 Message.java:623 - 
Unexpected exception during request; channel = [id: 0xf39c6dae, 
L:/127.0.0.2:9042 - R:/127.0.0.1:43640]
java.lang.RuntimeException: 
org.apache.cassandra.exceptions.UnavailableException: Cannot achieve 
consistency level QUORUM
at 
org.apache.cassandra.auth.CassandraRoleManager.getRole(CassandraRoleManager.java:503)
 ~[main/:na]
at 
org.apache.cassandra.auth.CassandraRoleManager.canLogin(CassandraRoleManager.java:310)
 ~[main/:na]
at org.apache.cassandra.service.ClientState.login(ClientState.java:271) 
~[main/:na]
at 
org.apache.cassandra.transport.messages.AuthResponse.execute(AuthResponse.java:80)
 ~[main/:na]
at 
org.apache.cassandra.transport.Message$Dispatcher.channelRead0(Message.java:517)
 [main/:na]
at 
org.apache.cassandra.transport.Message$Dispatcher.channelRead0(Message.java:410)
 [main/:na]
at 
io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)
 [netty-all-4.0.39.Final.jar:4.0.39.Final]
at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)
 [netty-all-4.0.39.Final.jar:4.0.39.Final]
at 
io.netty.channel.AbstractChannelHandlerContext.access$600(AbstractChannelHandlerContext.java:35)
 [netty-all-4.0.39.Final.jar:4.0.39.Final]
at 
io.netty.channel.AbstractChannelHandlerContext$7.run(AbstractChannelHandlerContext.java:357)
 [netty-all-4.0.39.Final.jar:4.0.39.Final]
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
[na:1.8.0_45]
at 
org.apache.cassandra.concurrent.AbstractLocalAwareExecutorService$FutureTask.run(AbstractLocalAwareExecutorService.java:162)
 [main/:na]
at org.apache.cassandra.concurrent.SEPWorker.run(SEPWorker.java:109) 
[main/:na]
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_45]
Caused by: org.apache.cassandra.exceptions.UnavailableException: Cannot achieve 
consistency level QUORUM
at 
org.apache.cassandra.db.ConsistencyLevel.assureSufficientLiveNodes(ConsistencyLevel.java:334)
 ~[main/:na]
at 
org.apache.cassandra.service.AbstractReadExecutor.getReadExecutor(AbstractReadExecutor.java:162)
 ~[main/:na]
at 
org.apache.cassandra.service.StorageProxy$SinglePartitionReadLifecycle.(StorageProxy.java:1734)
 ~[main/:na]
at 
org.apache.cassandra.service.StorageProxy.fetchRows(StorageProxy.java:1696) 
~[main/:na]
at 
org.apache.cassandra.service.StorageProxy.readRegular(StorageProxy.java:1642) 
~[main/:na]
at 
org.apache.cassandra.service.StorageProxy.read(StorageProxy.java:1557) 
~[main/:na]
at 
org.apache.cassandra.db.SinglePartitionReadCommand$Group.execute(SinglePartitionReadCommand.java:964)
 ~[main/:na]
at 
org.apache.cassandra.cql3.statements.SelectStatement.execute(SelectStatement.java:282)
 ~[main/:na]
at 
org.apache.cassandra.cql3.statements.SelectStatement.execute(SelectStatement.java:252)
 ~[main/:na]
at 
org.apache.cassandra.auth.CassandraRoleManager.getRoleFromTable(CassandraRoleManager.java:511)
 ~[main/:na]
at 
org.apache.cassandra.auth.CassandraRoleManager.getRole(CassandraRoleManager.java:493)
 ~[main/:na]
... 13 common frames omitted
{code}



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


[jira] [Created] (CASSANDRA-13112) test failure in snitch_test.TestDynamicEndpointSnitch.test_multidatacenter_local_quorum

2017-01-09 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13112:
-

 Summary: test failure in 
snitch_test.TestDynamicEndpointSnitch.test_multidatacenter_local_quorum
 Key: CASSANDRA-13112
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13112
 Project: Cassandra
  Issue Type: Bug
Reporter: Sean McCarthy
 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, node6.log, node6_debug.log, node6_gc.log

example failure:

http://cassci.datastax.com/job/trunk_large_dtest/48/testReport/snitch_test/TestDynamicEndpointSnitch/test_multidatacenter_local_quorum

{code}
Error Message

75 != 76
{code}{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/tools/decorators.py", line 48, in 
wrapped
f(obj)
  File "/home/automaton/cassandra-dtest/snitch_test.py", line 168, in 
test_multidatacenter_local_quorum
bad_jmx.read_attribute(read_stage, 'Value'))
  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)
{code}



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


[jira] [Created] (CASSANDRA-13100) test failure in pushed_notifications_test.TestPushedNotifications.restart_node_test

2017-01-04 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13100:
-

 Summary: test failure in 
pushed_notifications_test.TestPushedNotifications.restart_node_test
 Key: CASSANDRA-13100
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13100
 Project: Cassandra
  Issue Type: Bug
  Components: Testing
Reporter: Sean McCarthy


example failure:

http://cassci.datastax.com/job/cassandra-2.1_dtest_jdk8/261/testReport/pushed_notifications_test/TestPushedNotifications/restart_node_test

{code}
Error Message

[{'change_type': u'DOWN', 'address': ('127.0.0.2', 9042)}, {'change_type': 
u'UP', 'address': ('127.0.0.2', 9042)}, {'change_type': u'DOWN', 'address': 
('127.0.0.2', 9042)}, {'change_type': u'UP', 'address': ('127.0.0.2', 9042)}, 
{'change_type': u'NEW_NODE', 'address': ('127.0.0.2', 9042)}]
{code}{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/pushed_notifications_test.py", line 
179, in restart_node_test
self.assertEquals(expected_notifications, len(notifications), notifications)
  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)
{code}



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


[jira] [Created] (CASSANDRA-13099) test failure in org.apache.cassandra.io.sstable.SSTableRewriterTest.testAbort-compression

2017-01-04 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13099:
-

 Summary: test failure in 
org.apache.cassandra.io.sstable.SSTableRewriterTest.testAbort-compression
 Key: CASSANDRA-13099
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13099
 Project: Cassandra
  Issue Type: Bug
  Components: Testing
Reporter: Sean McCarthy


example failure:

http://cassci.datastax.com/job/cassandra-2.2_testall/624/testReport/org.apache.cassandra.io.sstable/SSTableRewriterTest/testAbort_compression

{code}
Error Message

expected:<0> but was:<51070202>
{code}{code}
Stacktrace

junit.framework.AssertionFailedError: expected:<0> but was:<51070202>
at 
org.apache.cassandra.io.sstable.SSTableRewriterTest.truncate(SSTableRewriterTest.java:942)
at 
org.apache.cassandra.io.sstable.SSTableRewriterTest.testAbortHelper(SSTableRewriterTest.java:710)
at 
org.apache.cassandra.io.sstable.SSTableRewriterTest.testAbort(SSTableRewriterTest.java:652)
{code}



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


[jira] [Created] (CASSANDRA-13098) testall failure in org.apache.cassandra.db.lifecycle.ViewTest.testCompaction-compression

2017-01-04 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13098:
-

 Summary: testall failure in 
org.apache.cassandra.db.lifecycle.ViewTest.testCompaction-compression
 Key: CASSANDRA-13098
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13098
 Project: Cassandra
  Issue Type: Bug
  Components: Testing
Reporter: Sean McCarthy


example failure:

http://cassci.datastax.com/job/cassandra-2.2_testall/623/testReport/org.apache.cassandra.db.lifecycle/ViewTest/testCompaction_compression

{code}
Stacktrace

junit.framework.AssertionFailedError
at 
org.apache.cassandra.utils.concurrent.Ref$State.assertNotReleased(Ref.java:175)
at org.apache.cassandra.utils.concurrent.Ref.ref(Ref.java:131)
at 
org.apache.cassandra.io.sstable.format.SSTableReader$DescriptorTypeTidy.get(SSTableReader.java:2200)
at 
org.apache.cassandra.io.sstable.format.SSTableReader$InstanceTidier.setup(SSTableReader.java:2050)
at 
org.apache.cassandra.io.sstable.format.SSTableReader.setup(SSTableReader.java:1995)
at 
org.apache.cassandra.io.sstable.format.SSTableReader.internalOpen(SSTableReader.java:571)
at org.apache.cassandra.MockSchema.sstable(MockSchema.java:125)
at org.apache.cassandra.MockSchema.sstable(MockSchema.java:80)
at org.apache.cassandra.MockSchema.sstable(MockSchema.java:75)
at 
org.apache.cassandra.db.lifecycle.ViewTest.testCompaction(ViewTest.java:109)
{code}



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


[jira] [Created] (CASSANDRA-13097) dtest failure in bootstrap_test.TestBootstrap.decommissioned_wiped_node_can_gossip_to_single_seed_test

2017-01-04 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13097:
-

 Summary: dtest failure in 
bootstrap_test.TestBootstrap.decommissioned_wiped_node_can_gossip_to_single_seed_test
 Key: CASSANDRA-13097
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13097
 Project: Cassandra
  Issue Type: Bug
  Components: Testing
Reporter: Sean McCarthy


example failure:

http://cassci.datastax.com/job/cassandra-2.1_offheap_dtest/391/testReport/bootstrap_test/TestBootstrap/decommissioned_wiped_node_can_gossip_to_single_seed_test

{code}
Error Message

Error from server: code=2200 [Invalid query] message="Unknown keyspace 
system_distributed"
{code}{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/bootstrap_test.py", line 545, in 
decommissioned_wiped_node_can_gossip_to_single_seed_test
session.execute("ALTER KEYSPACE system_distributed WITH REPLICATION = 
{'class':'SimpleStrategy', 'replication_factor':'1'};")
  File "/home/automaton/src/cassandra-driver/cassandra/cluster.py", line 1998, 
in execute
return self.execute_async(query, parameters, trace, custom_payload, 
timeout, execution_profile, paging_state).result()
  File "/home/automaton/src/cassandra-driver/cassandra/cluster.py", line 3784, 
in result
raise self._final_exception
{code}



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


[jira] [Updated] (CASSANDRA-13059) dtest failure in upgrade_tests.upgrade_through_versions_test.TestUpgrade_current_2_1_x_To_indev_3_x.rolling_upgrade_test

2016-12-19 Thread Sean McCarthy (JIRA)

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

Sean McCarthy updated CASSANDRA-13059:
--
Description: 
example failure:

http://cassci.datastax.com/job/cassandra-3.X_large_dtest/16/testReport/upgrade_tests.upgrade_through_versions_test/TestUpgrade_current_2_1_x_To_indev_3_x/rolling_upgrade_test/

{code}
Error Message

Subprocess ['nodetool', '-h', 'localhost', '-p', '7100', ['upgradesstables', 
'-a']] exited with non-zero status; exit status: 2; 
stderr: error: null
-- StackTrace --
java.lang.AssertionError
at org.apache.cassandra.db.rows.Rows.collectStats(Rows.java:88)
at 
org.apache.cassandra.io.sstable.format.big.BigTableWriter$StatsCollector.applyToRow(BigTableWriter.java:237)
at 
org.apache.cassandra.db.transform.BaseRows.applyOne(BaseRows.java:120)
at org.apache.cassandra.db.transform.BaseRows.add(BaseRows.java:110)
at 
org.apache.cassandra.db.transform.UnfilteredRows.add(UnfilteredRows.java:44)
at 
org.apache.cassandra.db.transform.Transformation.add(Transformation.java:174)
at 
org.apache.cassandra.db.transform.Transformation.apply(Transformation.java:140)
at 
org.apache.cassandra.io.sstable.format.big.BigTableWriter.append(BigTableWriter.java:171)
at 
org.apache.cassandra.io.sstable.SSTableRewriter.append(SSTableRewriter.java:135)
at 
org.apache.cassandra.db.compaction.writers.DefaultCompactionWriter.realAppend(DefaultCompactionWriter.java:65)
at 
org.apache.cassandra.db.compaction.writers.CompactionAwareWriter.append(CompactionAwareWriter.java:141)
at 
org.apache.cassandra.db.compaction.CompactionTask.runMayThrow(CompactionTask.java:199)
at 
org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28)
at 
org.apache.cassandra.db.compaction.CompactionTask.executeInternal(CompactionTask.java:85)
at 
org.apache.cassandra.db.compaction.AbstractCompactionTask.execute(AbstractCompactionTask.java:61)
at 
org.apache.cassandra.db.compaction.CompactionManager$5.execute(CompactionManager.java:420)
at 
org.apache.cassandra.db.compaction.CompactionManager$2.call(CompactionManager.java:312)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at 
org.apache.cassandra.concurrent.NamedThreadFactory.lambda$threadLocalDeallocator$204(NamedThreadFactory.java:81)
at 
org.apache.cassandra.concurrent.NamedThreadFactory$$Lambda$5/1992550266.run(Unknown
 Source)
at java.lang.Thread.run(Thread.java:745)
{code}{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File 
"/home/automaton/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py",
 line 279, in rolling_upgrade_test
self.upgrade_scenario(rolling=True)
  File 
"/home/automaton/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py",
 line 345, in upgrade_scenario
self.upgrade_to_version(version_meta, partial=True, nodes=(node,))
  File 
"/home/automaton/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py",
 line 446, in upgrade_to_version
node.nodetool('upgradesstables -a')
  File "/home/automaton/venv/local/lib/python2.7/site-packages/ccmlib/node.py", 
line 783, in nodetool
return handle_external_tool_process(p, ['nodetool', '-h', 'localhost', 
'-p', str(self.jmx_port), cmd.split()])
  File "/home/automaton/venv/local/lib/python2.7/site-packages/ccmlib/node.py", 
line 1993, in handle_external_tool_process
raise ToolError(cmd_args, rc, out, err)
{code}

Related failures:
http://cassci.datastax.com/job/cassandra-3.X_large_dtest/16/testReport/upgrade_tests.upgrade_through_versions_test/TestUpgrade_current_2_2_x_To_indev_3_x/rolling_upgrade_with_internode_ssl_test/

  was:
example failure:

http://cassci.datastax.com/job/cassandra-3.X_large_dtest/16/testReport/upgrade_tests.upgrade_through_versions_test/TestUpgrade_current_2_1_x_To_indev_3_x/rolling_upgrade_test/

{code}
Error Message

Subprocess ['nodetool', '-h', 'localhost', '-p', '7100', ['upgradesstables', 
'-a']] exited with non-zero status; exit status: 2; 
stderr: error: null
-- StackTrace --
java.lang.AssertionError
at org.apache.cassandra.db.rows.Rows.collectStats(Rows.java:88)
at 
org.apache.cassandra.io.sstable.format.big.BigTableWriter$StatsCollector.applyToRow(BigTableWriter.java:237)
at 
org.apache.cassandra.db.transform.BaseRows.applyOne(BaseRows.java:120)
at org.apache.cassandra.db.transform.BaseRows.add(BaseRows.java:110)
at 

[jira] [Created] (CASSANDRA-13059) dtest failure in upgrade_tests.upgrade_through_versions_test.TestUpgrade_current_2_1_x_To_indev_3_x.rolling_upgrade_test

2016-12-19 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13059:
-

 Summary: dtest failure in 
upgrade_tests.upgrade_through_versions_test.TestUpgrade_current_2_1_x_To_indev_3_x.rolling_upgrade_test
 Key: CASSANDRA-13059
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13059
 Project: Cassandra
  Issue Type: Test
  Components: Testing
Reporter: Sean McCarthy
 Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, 
node3.log

example failure:

http://cassci.datastax.com/job/cassandra-3.X_large_dtest/16/testReport/upgrade_tests.upgrade_through_versions_test/TestUpgrade_current_2_1_x_To_indev_3_x/rolling_upgrade_test/

{code}
Error Message

Subprocess ['nodetool', '-h', 'localhost', '-p', '7100', ['upgradesstables', 
'-a']] exited with non-zero status; exit status: 2; 
stderr: error: null
-- StackTrace --
java.lang.AssertionError
at org.apache.cassandra.db.rows.Rows.collectStats(Rows.java:88)
at 
org.apache.cassandra.io.sstable.format.big.BigTableWriter$StatsCollector.applyToRow(BigTableWriter.java:237)
at 
org.apache.cassandra.db.transform.BaseRows.applyOne(BaseRows.java:120)
at org.apache.cassandra.db.transform.BaseRows.add(BaseRows.java:110)
at 
org.apache.cassandra.db.transform.UnfilteredRows.add(UnfilteredRows.java:44)
at 
org.apache.cassandra.db.transform.Transformation.add(Transformation.java:174)
at 
org.apache.cassandra.db.transform.Transformation.apply(Transformation.java:140)
at 
org.apache.cassandra.io.sstable.format.big.BigTableWriter.append(BigTableWriter.java:171)
at 
org.apache.cassandra.io.sstable.SSTableRewriter.append(SSTableRewriter.java:135)
at 
org.apache.cassandra.db.compaction.writers.DefaultCompactionWriter.realAppend(DefaultCompactionWriter.java:65)
at 
org.apache.cassandra.db.compaction.writers.CompactionAwareWriter.append(CompactionAwareWriter.java:141)
at 
org.apache.cassandra.db.compaction.CompactionTask.runMayThrow(CompactionTask.java:199)
at 
org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28)
at 
org.apache.cassandra.db.compaction.CompactionTask.executeInternal(CompactionTask.java:85)
at 
org.apache.cassandra.db.compaction.AbstractCompactionTask.execute(AbstractCompactionTask.java:61)
at 
org.apache.cassandra.db.compaction.CompactionManager$5.execute(CompactionManager.java:420)
at 
org.apache.cassandra.db.compaction.CompactionManager$2.call(CompactionManager.java:312)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at 
org.apache.cassandra.concurrent.NamedThreadFactory.lambda$threadLocalDeallocator$204(NamedThreadFactory.java:81)
at 
org.apache.cassandra.concurrent.NamedThreadFactory$$Lambda$5/1992550266.run(Unknown
 Source)
at java.lang.Thread.run(Thread.java:745)
{code}{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File 
"/home/automaton/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py",
 line 279, in rolling_upgrade_test
self.upgrade_scenario(rolling=True)
  File 
"/home/automaton/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py",
 line 345, in upgrade_scenario
self.upgrade_to_version(version_meta, partial=True, nodes=(node,))
  File 
"/home/automaton/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py",
 line 446, in upgrade_to_version
node.nodetool('upgradesstables -a')
  File "/home/automaton/venv/local/lib/python2.7/site-packages/ccmlib/node.py", 
line 783, in nodetool
return handle_external_tool_process(p, ['nodetool', '-h', 'localhost', 
'-p', str(self.jmx_port), cmd.split()])
  File "/home/automaton/venv/local/lib/python2.7/site-packages/ccmlib/node.py", 
line 1993, in handle_external_tool_process
raise ToolError(cmd_args, rc, out, err)
{code}



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


[jira] [Created] (CASSANDRA-13058) dtest failure in hintedhandoff_test.TestHintedHandoff.hintedhandoff_decom_test

2016-12-19 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13058:
-

 Summary: dtest failure in 
hintedhandoff_test.TestHintedHandoff.hintedhandoff_decom_test
 Key: CASSANDRA-13058
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13058
 Project: Cassandra
  Issue Type: Test
  Components: Testing
Reporter: Sean McCarthy
 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-3.X_novnode_dtest/16/testReport/hintedhandoff_test/TestHintedHandoff/hintedhandoff_decom_test/

{code}
Error Message

Subprocess ['nodetool', '-h', 'localhost', '-p', '7100', ['decommission']] 
exited with non-zero status; exit status: 2; 
stderr: error: Error while decommissioning node: Failed to transfer all hints 
to 59f20b4f-0215-4e18-be1b-7e00f2901629
{code}{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/hintedhandoff_test.py", line 167, in 
hintedhandoff_decom_test
node1.decommission()
  File "/usr/local/lib/python2.7/dist-packages/ccmlib/node.py", line 1314, in 
decommission
self.nodetool("decommission")
  File "/usr/local/lib/python2.7/dist-packages/ccmlib/node.py", line 783, in 
nodetool
return handle_external_tool_process(p, ['nodetool', '-h', 'localhost', 
'-p', str(self.jmx_port), cmd.split()])
  File "/usr/local/lib/python2.7/dist-packages/ccmlib/node.py", line 1993, in 
handle_external_tool_process
raise ToolError(cmd_args, rc, out, err)
{code}{code}
java.lang.RuntimeException: Error while decommissioning node: Failed to 
transfer all hints to 59f20b4f-0215-4e18-be1b-7e00f2901629
at 
org.apache.cassandra.service.StorageService.decommission(StorageService.java:3924)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:275)
at 
com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:112)
at 
com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:46)
at 
com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:237)
at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:138)
at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:252)
at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819)
at 
com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:801)
at 
javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1466)
at 
javax.management.remote.rmi.RMIConnectionImpl.access$300(RMIConnectionImpl.java:76)
at 
javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1307)
at 
javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1399)
at 
javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:828)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:323)
at sun.rmi.transport.Transport$1.run(Transport.java:200)
at sun.rmi.transport.Transport$1.run(Transport.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
at 
sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:568)
at 
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:826)
at 
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$241(TCPTransport.java:683)
at 
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler$$Lambda$284/1694175644.run(Unknown
 Source)
at 

[jira] [Created] (CASSANDRA-13057) dtest failures in upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_current_3_x_To_indev_trunk.cql3_insert_thrift_test

2016-12-19 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13057:
-

 Summary: dtest failures in 
upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_current_3_x_To_indev_trunk.cql3_insert_thrift_test
 Key: CASSANDRA-13057
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13057
 Project: Cassandra
  Issue Type: Test
  Components: Testing
Reporter: Sean McCarthy
Assignee: Philip Thompson


example failure:

http://cassci.datastax.com/job/trunk_dtest_upgrade/lastCompletedBuild/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_x_To_indev_trunk/cql3_insert_thrift_test_2/

{code}
Unexpected error in node1 log, error: 
ERROR [main] 2016-12-17 14:48:28,471 CassandraDaemon.java:708 - Exception 
encountered during startup: Invalid yaml. Please remove properties [start_rpc] 
from your cassandra.yaml
{code}

Related failures:
http://cassci.datastax.com/job/trunk_dtest_upgrade/lastCompletedBuild/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_x_To_indev_trunk/cql3_non_compound_range_tombstones_test_2/
http://cassci.datastax.com/job/trunk_dtest_upgrade/lastCompletedBuild/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_x_To_indev_trunk/rename_test_2/

These failures are also happening in the different # node & RF variants, as 
well as in 3.0.X -> trunk upgrades.



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


[jira] [Created] (CASSANDRA-13056) dtest failure in materialized_views_test.TestMaterializedViews.base_replica_repair_test

2016-12-19 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13056:
-

 Summary: dtest failure in 
materialized_views_test.TestMaterializedViews.base_replica_repair_test
 Key: CASSANDRA-13056
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13056
 Project: Cassandra
  Issue Type: Bug
  Components: Testing
Reporter: Sean McCarthy
 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.X_dtest/61/testReport/materialized_views_test/TestMaterializedViews/base_replica_repair_test_2/

{code}
Standard Output

Unexpected error in node1 log, error: 
ERROR [main] 2016-12-15 23:40:43,219 CassandraDaemon.java:752 - Exception 
encountered during startup
java.lang.RuntimeException: Cannot replace_address /127.0.0.1 because it 
doesn't exist in gossip
at 
org.apache.cassandra.service.StorageService.prepareForReplacement(StorageService.java:514)
 ~[main/:na]
at 
org.apache.cassandra.service.StorageService.prepareToJoin(StorageService.java:781)
 ~[main/:na]
at 
org.apache.cassandra.service.StorageService.initServer(StorageService.java:668) 
~[main/:na]
at 
org.apache.cassandra.service.StorageService.initServer(StorageService.java:614) 
~[main/:na]
at 
org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:394) 
[main/:na]
at 
org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:601) 
[main/:na]
at 
org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:735) 
[main/:na]
{code}{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 358, in run
self.tearDown()
  File "/home/automaton/cassandra-dtest/dtest.py", line 583, in tearDown
raise AssertionError('Unexpected error in log, see stdout')
{code}



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


[jira] [Created] (CASSANDRA-13045) testall failure in org.apache.cassandra.db.ColumnFamilyMetricTest.testSizeMetric-compression

2016-12-14 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13045:
-

 Summary: testall failure in 
org.apache.cassandra.db.ColumnFamilyMetricTest.testSizeMetric-compression
 Key: CASSANDRA-13045
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13045
 Project: Cassandra
  Issue Type: Bug
  Components: Testing
Reporter: Sean McCarthy


example failure:
http://cassci.datastax.com/job/trunk_testall/1326/testReport/org.apache.cassandra.db/ColumnFamilyMetricTest/testSizeMetric_compression/

{code}
Error Message

expected:<0> but was:<4926>
{code}{code}
Stacktrace

junit.framework.AssertionFailedError: expected:<0> but was:<4926>
at 
org.apache.cassandra.db.ColumnFamilyMetricTest.testSizeMetric(ColumnFamilyMetricTest.java:54)
{code}



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


[jira] [Created] (CASSANDRA-13044) testall failure in org.apache.cassandra.io.sstable.SSTableRewriterTest.testAllKeysReadable-compression

2016-12-14 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13044:
-

 Summary: testall failure in 
org.apache.cassandra.io.sstable.SSTableRewriterTest.testAllKeysReadable-compression
 Key: CASSANDRA-13044
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13044
 Project: Cassandra
  Issue Type: Bug
  Components: Testing
Reporter: Sean McCarthy


example failure:
http://cassci.datastax.com/job/cassandra-2.2_testall/618/testReport/org.apache.cassandra.io.sstable/SSTableRewriterTest/testAllKeysReadable_compression/

{code}
Error Message

expected:<0> but was:<10210>
{code}{code}
Stacktrace

junit.framework.AssertionFailedError: expected:<0> but was:<10210>
at 
org.apache.cassandra.io.sstable.SSTableRewriterTest.truncate(SSTableRewriterTest.java:942)
at 
org.apache.cassandra.io.sstable.SSTableRewriterTest.testAllKeysReadable(SSTableRewriterTest.java:779)
{code}



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


[jira] [Reopened] (CASSANDRA-12348) Flaky failures in SSTableRewriterTest.basicTest2/getPositionsTest

2016-12-12 Thread Sean McCarthy (JIRA)

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

Sean McCarthy reopened CASSANDRA-12348:
---

Looks like this is also happening in 3.0

http://cassci.datastax.com/job/cassandra-3.0_testall/752/testReport/org.apache.cassandra.io.sstable/SSTableRewriterTest/basicTest2/

> Flaky failures in SSTableRewriterTest.basicTest2/getPositionsTest
> -
>
> Key: CASSANDRA-12348
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12348
> Project: Cassandra
>  Issue Type: Bug
>  Components: Testing
>Reporter: Joel Knighton
>Assignee: Stefania
> Fix For: 3.8
>
>
> Example failures:
> http://cassci.datastax.com/job/cassandra-3.9_testall/45/testReport/junit/org.apache.cassandra.io.sstable/SSTableRewriterTest/basicTest2/
> http://cassci.datastax.com/job/cassandra-3.9_testall/37/testReport/junit/org.apache.cassandra.io.sstable/SSTableRewriterTest/getPositionsTest/
> http://cassci.datastax.com/job/trunk_testall/1054/testReport/junit/org.apache.cassandra.io.sstable/SSTableRewriterTest/getPositionsTest/
> All failures look like the test is finding more files than expected after a 
> rewrite.



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


[jira] [Updated] (CASSANDRA-13026) dtest failure in upgrade_tests.paging_test.TestPagingDataNodes3RF3_Upgrade_current_3_x_To_indev_trunk.static_columns_paging_test

2016-12-09 Thread Sean McCarthy (JIRA)

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

Sean McCarthy updated CASSANDRA-13026:
--
Issue Type: Bug  (was: Test)

> dtest failure in 
> upgrade_tests.paging_test.TestPagingDataNodes3RF3_Upgrade_current_3_x_To_indev_trunk.static_columns_paging_test
> 
>
> Key: CASSANDRA-13026
> URL: https://issues.apache.org/jira/browse/CASSANDRA-13026
> Project: Cassandra
>  Issue Type: Bug
>  Components: Testing
>Reporter: Sean McCarthy
>  Labels: dtest, test-failure
>
> example failure:
> http://cassci.datastax.com/job/trunk_dtest_upgrade/83/testReport/upgrade_tests.paging_test/TestPagingDataNodes3RF3_Upgrade_current_3_x_To_indev_trunk/static_columns_paging_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 
> 214, in tearDown
> super(UpgradeTester, self).tearDown()
>   File "/home/automaton/cassandra-dtest/dtest.py", line 583, in tearDown
> raise AssertionError('Unexpected error in log, see stdout')
> {code}{code}
> ERROR [Native-Transport-Requests-2] 2016-12-08 22:47:22,944 Message.java:623 
> - Unexpected exception during request; channel = [id: 0x9f44f9af, 
> L:/127.0.0.1:9042 - R:/127.0.0.1:53962]
> java.io.IOError: java.io.EOFException: EOF after 3 bytes out of 4
>   at 
> org.apache.cassandra.db.rows.UnfilteredRowIteratorSerializer$1.computeNext(UnfilteredRowIteratorSerializer.java:227)
>  ~[main/:na]
>   at 
> org.apache.cassandra.db.rows.UnfilteredRowIteratorSerializer$1.computeNext(UnfilteredRowIteratorSerializer.java:215)
>  ~[main/:na]
>   at 
> org.apache.cassandra.utils.AbstractIterator.hasNext(AbstractIterator.java:47) 
> ~[main/:na]
>   at 
> org.apache.cassandra.db.transform.BaseRows.hasNext(BaseRows.java:133) 
> ~[main/:na]
>   at 
> org.apache.cassandra.utils.MergeIterator$Candidate.advance(MergeIterator.java:374)
>  ~[main/:na]
>   at 
> org.apache.cassandra.utils.MergeIterator$ManyToOne.advance(MergeIterator.java:186)
>  ~[main/:na]
>   at 
> org.apache.cassandra.utils.MergeIterator$ManyToOne.computeNext(MergeIterator.java:155)
>  ~[main/:na]
>   at 
> org.apache.cassandra.utils.AbstractIterator.hasNext(AbstractIterator.java:47) 
> ~[main/:na]
>   at 
> org.apache.cassandra.db.rows.UnfilteredRowIterators$UnfilteredRowMergeIterator.computeNext(UnfilteredRowIterators.java:492)
>  ~[main/:na]
>   at 
> org.apache.cassandra.db.rows.UnfilteredRowIterators$UnfilteredRowMergeIterator.computeNext(UnfilteredRowIterators.java:352)
>  ~[main/:na]
>   at 
> org.apache.cassandra.utils.AbstractIterator.hasNext(AbstractIterator.java:47) 
> ~[main/:na]
>   at 
> org.apache.cassandra.db.transform.BaseRows.hasNext(BaseRows.java:133) 
> ~[main/:na]
>   at 
> org.apache.cassandra.service.pager.AbstractQueryPager$Pager.applyToPartition(AbstractQueryPager.java:108)
>  ~[main/:na]
>   at 
> org.apache.cassandra.service.pager.AbstractQueryPager$Pager.applyToPartition(AbstractQueryPager.java:81)
>  ~[main/:na]
>   at 
> org.apache.cassandra.db.transform.BasePartitions.hasNext(BasePartitions.java:96)
>  ~[main/:na]
>   at 
> org.apache.cassandra.cql3.statements.SelectStatement.process(SelectStatement.java:761)
>  ~[main/:na]
>   at 
> org.apache.cassandra.cql3.statements.SelectStatement.processResults(SelectStatement.java:406)
>  ~[main/:na]
>   at 
> org.apache.cassandra.cql3.statements.SelectStatement.execute(SelectStatement.java:384)
>  ~[main/:na]
>   at 
> org.apache.cassandra.cql3.statements.SelectStatement.execute(SelectStatement.java:257)
>  ~[main/:na]
>   at 
> org.apache.cassandra.cql3.statements.SelectStatement.execute(SelectStatement.java:79)
>  ~[main/:na]
>   at 
> org.apache.cassandra.cql3.QueryProcessor.processStatement(QueryProcessor.java:217)
>  ~[main/:na]
>   at 
> org.apache.cassandra.cql3.QueryProcessor.process(QueryProcessor.java:248) 
> ~[main/:na]
>   at 
> org.apache.cassandra.cql3.QueryProcessor.process(QueryProcessor.java:233) 
> ~[main/:na]
>   at 
> org.apache.cassandra.transport.messages.QueryMessage.execute(QueryMessage.java:116)
>  ~[main/:na]
>   at 
> org.apache.cassandra.transport.Message$Dispatcher.channelRead0(Message.java:517)
>  [main/:na]
>   at 
> org.apache.cassandra.transport.Message$Dispatcher.channelRead0(Message.java:410)
>  [main/:na]
>   at 
> io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)
>  [netty-all-4.0.39.Final.jar:4.0.39.Final]
>   at 
> 

[jira] [Updated] (CASSANDRA-13025) dtest failure in upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_current_3_x_To_indev_3_x.static_columns_with_distinct_test

2016-12-09 Thread Sean McCarthy (JIRA)

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

Sean McCarthy updated CASSANDRA-13025:
--
Description: 
example failure:

http://cassci.datastax.com/job/cassandra-3.X_dtest_upgrade/28/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_x_To_indev_3_x/static_columns_with_distinct_test

{code}
Error Message


{code}{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/tools/decorators.py", line 46, in 
wrapped
f(obj)
  File "/home/automaton/cassandra-dtest/upgrade_tests/cql_tests.py", line 4010, 
in static_columns_with_distinct_test
rows = list(cursor.execute("SELECT DISTINCT k, s1 FROM test2"))
  File "/home/automaton/src/cassandra-driver/cassandra/cluster.py", line 1998, 
in execute
return self.execute_async(query, parameters, trace, custom_payload, 
timeout, execution_profile, paging_state).result()
  File "/home/automaton/src/cassandra-driver/cassandra/cluster.py", line 3784, 
in result
raise self._final_exception
{code}{code}
Standard Output

http://git-wip-us.apache.org/repos/asf/cassandra.git 
git:7eac22dd41cb09e6d64fb5ac48b2cca3c8840cc8
Unexpected error in node2 log, error: 
ERROR [Native-Transport-Requests-2] 2016-12-08 03:20:04,861 Message.java:617 - 
Unexpected exception during request; channel = [id: 0xf4c13f2c, 
L:/127.0.0.2:9042 - R:/127.0.0.1:52112]
java.io.IOError: java.io.IOException: Corrupt empty row found in unfiltered 
partition
at 
org.apache.cassandra.db.rows.UnfilteredRowIteratorSerializer$1.computeNext(UnfilteredRowIteratorSerializer.java:224)
 ~[apache-cassandra-3.9.jar:3.9]
at 
org.apache.cassandra.db.rows.UnfilteredRowIteratorSerializer$1.computeNext(UnfilteredRowIteratorSerializer.java:212)
 ~[apache-cassandra-3.9.jar:3.9]
at 
org.apache.cassandra.utils.AbstractIterator.hasNext(AbstractIterator.java:47) 
~[apache-cassandra-3.9.jar:3.9]
at 
org.apache.cassandra.db.transform.BaseRows.hasNext(BaseRows.java:133) 
~[apache-cassandra-3.9.jar:3.9]
at 
org.apache.cassandra.cql3.statements.SelectStatement.processPartition(SelectStatement.java:779)
 ~[apache-cassandra-3.9.jar:3.9]
at 
org.apache.cassandra.cql3.statements.SelectStatement.process(SelectStatement.java:741)
 ~[apache-cassandra-3.9.jar:3.9]
at 
org.apache.cassandra.cql3.statements.SelectStatement.processResults(SelectStatement.java:408)
 ~[apache-cassandra-3.9.jar:3.9]
at 
org.apache.cassandra.cql3.statements.SelectStatement.execute(SelectStatement.java:273)
 ~[apache-cassandra-3.9.jar:3.9]
at 
org.apache.cassandra.cql3.statements.SelectStatement.execute(SelectStatement.java:232)
 ~[apache-cassandra-3.9.jar:3.9]
at 
org.apache.cassandra.cql3.statements.SelectStatement.execute(SelectStatement.java:76)
 ~[apache-cassandra-3.9.jar:3.9]
at 
org.apache.cassandra.cql3.QueryProcessor.processStatement(QueryProcessor.java:188)
 ~[apache-cassandra-3.9.jar:3.9]
at 
org.apache.cassandra.cql3.QueryProcessor.process(QueryProcessor.java:219) 
~[apache-cassandra-3.9.jar:3.9]
at 
org.apache.cassandra.cql3.QueryProcessor.process(QueryProcessor.java:204) 
~[apache-cassandra-3.9.jar:3.9]
at 
org.apache.cassandra.transport.messages.QueryMessage.execute(QueryMessage.java:115)
 ~[apache-cassandra-3.9.jar:3.9]
at 
org.apache.cassandra.transport.Message$Dispatcher.channelRead0(Message.java:513)
 [apache-cassandra-3.9.jar:3.9]
at 
org.apache.cassandra.transport.Message$Dispatcher.channelRead0(Message.java:407)
 [apache-cassandra-3.9.jar:3.9]
at 
io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)
 [netty-all-4.0.39.Final.jar:4.0.39.Final]
at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)
 [netty-all-4.0.39.Final.jar:4.0.39.Final]
at 
io.netty.channel.AbstractChannelHandlerContext.access$600(AbstractChannelHandlerContext.java:35)
 [netty-all-4.0.39.Final.jar:4.0.39.Final]
at 
io.netty.channel.AbstractChannelHandlerContext$7.run(AbstractChannelHandlerContext.java:357)
 [netty-all-4.0.39.Final.jar:4.0.39.Final]
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
[na:1.8.0_51]
at 
org.apache.cassandra.concurrent.AbstractLocalAwareExecutorService$FutureTask.run(AbstractLocalAwareExecutorService.java:164)
 [apache-cassandra-3.9.jar:3.9]
at org.apache.cassandra.concurrent.SEPWorker.run(SEPWorker.java:109) 
[apache-cassandra-3.9.jar:3.9]
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_51]
Caused by: java.io.IOException: Corrupt empty row found in unfiltered partition
at 
org.apache.cassandra.db.rows.UnfilteredSerializer.deserialize(UnfilteredSerializer.java:430)
 ~[apache-cassandra-3.9.jar:3.9]
   

[jira] [Updated] (CASSANDRA-13025) dtest failure in upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_current_3_x_To_indev_3_x.static_columns_with_distinct_test

2016-12-09 Thread Sean McCarthy (JIRA)

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

Sean McCarthy updated CASSANDRA-13025:
--
Description: 
example failure:

http://cassci.datastax.com/job/cassandra-3.X_dtest_upgrade/28/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_x_To_indev_3_x/static_columns_with_distinct_test

{code}
Error Message


{code}{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/tools/decorators.py", line 46, in 
wrapped
f(obj)
  File "/home/automaton/cassandra-dtest/upgrade_tests/cql_tests.py", line 4010, 
in static_columns_with_distinct_test
rows = list(cursor.execute("SELECT DISTINCT k, s1 FROM test2"))
  File "/home/automaton/src/cassandra-driver/cassandra/cluster.py", line 1998, 
in execute
return self.execute_async(query, parameters, trace, custom_payload, 
timeout, execution_profile, paging_state).result()
  File "/home/automaton/src/cassandra-driver/cassandra/cluster.py", line 3784, 
in result
raise self._final_exception
{code}{code}
Standard Output

http://git-wip-us.apache.org/repos/asf/cassandra.git 
git:7eac22dd41cb09e6d64fb5ac48b2cca3c8840cc8
Unexpected error in node2 log, error: 
ERROR [Native-Transport-Requests-2] 2016-12-08 03:20:04,861 Message.java:617 - 
Unexpected exception during request; channel = [id: 0xf4c13f2c, 
L:/127.0.0.2:9042 - R:/127.0.0.1:52112]
java.io.IOError: java.io.IOException: Corrupt empty row found in unfiltered 
partition
at 
org.apache.cassandra.db.rows.UnfilteredRowIteratorSerializer$1.computeNext(UnfilteredRowIteratorSerializer.java:224)
 ~[apache-cassandra-3.9.jar:3.9]
at 
org.apache.cassandra.db.rows.UnfilteredRowIteratorSerializer$1.computeNext(UnfilteredRowIteratorSerializer.java:212)
 ~[apache-cassandra-3.9.jar:3.9]
at 
org.apache.cassandra.utils.AbstractIterator.hasNext(AbstractIterator.java:47) 
~[apache-cassandra-3.9.jar:3.9]
at 
org.apache.cassandra.db.transform.BaseRows.hasNext(BaseRows.java:133) 
~[apache-cassandra-3.9.jar:3.9]
at 
org.apache.cassandra.cql3.statements.SelectStatement.processPartition(SelectStatement.java:779)
 ~[apache-cassandra-3.9.jar:3.9]
at 
org.apache.cassandra.cql3.statements.SelectStatement.process(SelectStatement.java:741)
 ~[apache-cassandra-3.9.jar:3.9]
at 
org.apache.cassandra.cql3.statements.SelectStatement.processResults(SelectStatement.java:408)
 ~[apache-cassandra-3.9.jar:3.9]
at 
org.apache.cassandra.cql3.statements.SelectStatement.execute(SelectStatement.java:273)
 ~[apache-cassandra-3.9.jar:3.9]
at 
org.apache.cassandra.cql3.statements.SelectStatement.execute(SelectStatement.java:232)
 ~[apache-cassandra-3.9.jar:3.9]
at 
org.apache.cassandra.cql3.statements.SelectStatement.execute(SelectStatement.java:76)
 ~[apache-cassandra-3.9.jar:3.9]
at 
org.apache.cassandra.cql3.QueryProcessor.processStatement(QueryProcessor.java:188)
 ~[apache-cassandra-3.9.jar:3.9]
at 
org.apache.cassandra.cql3.QueryProcessor.process(QueryProcessor.java:219) 
~[apache-cassandra-3.9.jar:3.9]
at 
org.apache.cassandra.cql3.QueryProcessor.process(QueryProcessor.java:204) 
~[apache-cassandra-3.9.jar:3.9]
at 
org.apache.cassandra.transport.messages.QueryMessage.execute(QueryMessage.java:115)
 ~[apache-cassandra-3.9.jar:3.9]
at 
org.apache.cassandra.transport.Message$Dispatcher.channelRead0(Message.java:513)
 [apache-cassandra-3.9.jar:3.9]
at 
org.apache.cassandra.transport.Message$Dispatcher.channelRead0(Message.java:407)
 [apache-cassandra-3.9.jar:3.9]
at 
io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)
 [netty-all-4.0.39.Final.jar:4.0.39.Final]
at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)
 [netty-all-4.0.39.Final.jar:4.0.39.Final]
at 
io.netty.channel.AbstractChannelHandlerContext.access$600(AbstractChannelHandlerContext.java:35)
 [netty-all-4.0.39.Final.jar:4.0.39.Final]
at 
io.netty.channel.AbstractChannelHandlerContext$7.run(AbstractChannelHandlerContext.java:357)
 [netty-all-4.0.39.Final.jar:4.0.39.Final]
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
[na:1.8.0_51]
at 
org.apache.cassandra.concurrent.AbstractLocalAwareExecutorService$FutureTask.run(AbstractLocalAwareExecutorService.java:164)
 [apache-cassandra-3.9.jar:3.9]
at org.apache.cassandra.concurrent.SEPWorker.run(SEPWorker.java:109) 
[apache-cassandra-3.9.jar:3.9]
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_51]
Caused by: java.io.IOException: Corrupt empty row found in unfiltered partition
at 
org.apache.cassandra.db.rows.UnfilteredSerializer.deserialize(UnfilteredSerializer.java:430)
 ~[apache-cassandra-3.9.jar:3.9]
   

[jira] [Updated] (CASSANDRA-13025) dtest failure in upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_current_3_x_To_indev_3_x.static_columns_with_distinct_test

2016-12-09 Thread Sean McCarthy (JIRA)

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

Sean McCarthy updated CASSANDRA-13025:
--
Assignee: (was: DS Test Eng)

> dtest failure in 
> upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_current_3_x_To_indev_3_x.static_columns_with_distinct_test
> 
>
> Key: CASSANDRA-13025
> URL: https://issues.apache.org/jira/browse/CASSANDRA-13025
> Project: Cassandra
>  Issue Type: Bug
>  Components: Testing
>Reporter: Sean McCarthy
>  Labels: dtest, test-failure
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.X_dtest_upgrade/28/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_x_To_indev_3_x/static_columns_with_distinct_test
> {code}
> Error Message
> 
> {code}{code}
> Stacktrace
>   File "/usr/lib/python2.7/unittest/case.py", line 329, in run
> testMethod()
>   File "/home/automaton/cassandra-dtest/tools/decorators.py", line 46, in 
> wrapped
> f(obj)
>   File "/home/automaton/cassandra-dtest/upgrade_tests/cql_tests.py", line 
> 4010, in static_columns_with_distinct_test
> rows = list(cursor.execute("SELECT DISTINCT k, s1 FROM test2"))
>   File "/home/automaton/src/cassandra-driver/cassandra/cluster.py", line 
> 1998, in execute
> return self.execute_async(query, parameters, trace, custom_payload, 
> timeout, execution_profile, paging_state).result()
>   File "/home/automaton/src/cassandra-driver/cassandra/cluster.py", line 
> 3784, in result
> raise self._final_exception
> {code}



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


[jira] [Created] (CASSANDRA-13025) dtest failure in upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_current_3_x_To_indev_3_x.static_columns_with_distinct_test

2016-12-09 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13025:
-

 Summary: dtest failure in 
upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_current_3_x_To_indev_3_x.static_columns_with_distinct_test
 Key: CASSANDRA-13025
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13025
 Project: Cassandra
  Issue Type: Test
Reporter: Sean McCarthy
Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/cassandra-3.X_dtest_upgrade/28/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_x_To_indev_3_x/static_columns_with_distinct_test

{code}
Error Message


{code}{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/tools/decorators.py", line 46, in 
wrapped
f(obj)
  File "/home/automaton/cassandra-dtest/upgrade_tests/cql_tests.py", line 4010, 
in static_columns_with_distinct_test
rows = list(cursor.execute("SELECT DISTINCT k, s1 FROM test2"))
  File "/home/automaton/src/cassandra-driver/cassandra/cluster.py", line 1998, 
in execute
return self.execute_async(query, parameters, trace, custom_payload, 
timeout, execution_profile, paging_state).result()
  File "/home/automaton/src/cassandra-driver/cassandra/cluster.py", line 3784, 
in result
raise self._final_exception
{code}



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


[jira] [Updated] (CASSANDRA-13025) dtest failure in upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_current_3_x_To_indev_3_x.static_columns_with_distinct_test

2016-12-09 Thread Sean McCarthy (JIRA)

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

Sean McCarthy updated CASSANDRA-13025:
--
Issue Type: Bug  (was: Test)

> dtest failure in 
> upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_current_3_x_To_indev_3_x.static_columns_with_distinct_test
> 
>
> Key: CASSANDRA-13025
> URL: https://issues.apache.org/jira/browse/CASSANDRA-13025
> Project: Cassandra
>  Issue Type: Bug
>  Components: Testing
>Reporter: Sean McCarthy
>Assignee: DS Test Eng
>  Labels: dtest, test-failure
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.X_dtest_upgrade/28/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_x_To_indev_3_x/static_columns_with_distinct_test
> {code}
> Error Message
> 
> {code}{code}
> Stacktrace
>   File "/usr/lib/python2.7/unittest/case.py", line 329, in run
> testMethod()
>   File "/home/automaton/cassandra-dtest/tools/decorators.py", line 46, in 
> wrapped
> f(obj)
>   File "/home/automaton/cassandra-dtest/upgrade_tests/cql_tests.py", line 
> 4010, in static_columns_with_distinct_test
> rows = list(cursor.execute("SELECT DISTINCT k, s1 FROM test2"))
>   File "/home/automaton/src/cassandra-driver/cassandra/cluster.py", line 
> 1998, in execute
> return self.execute_async(query, parameters, trace, custom_payload, 
> timeout, execution_profile, paging_state).result()
>   File "/home/automaton/src/cassandra-driver/cassandra/cluster.py", line 
> 3784, in result
> raise self._final_exception
> {code}



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


[jira] [Updated] (CASSANDRA-13025) dtest failure in upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_current_3_x_To_indev_3_x.static_columns_with_distinct_test

2016-12-09 Thread Sean McCarthy (JIRA)

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

Sean McCarthy updated CASSANDRA-13025:
--
Component/s: Testing

> dtest failure in 
> upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_current_3_x_To_indev_3_x.static_columns_with_distinct_test
> 
>
> Key: CASSANDRA-13025
> URL: https://issues.apache.org/jira/browse/CASSANDRA-13025
> Project: Cassandra
>  Issue Type: Bug
>  Components: Testing
>Reporter: Sean McCarthy
>Assignee: DS Test Eng
>  Labels: dtest, test-failure
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.X_dtest_upgrade/28/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_x_To_indev_3_x/static_columns_with_distinct_test
> {code}
> Error Message
> 
> {code}{code}
> Stacktrace
>   File "/usr/lib/python2.7/unittest/case.py", line 329, in run
> testMethod()
>   File "/home/automaton/cassandra-dtest/tools/decorators.py", line 46, in 
> wrapped
> f(obj)
>   File "/home/automaton/cassandra-dtest/upgrade_tests/cql_tests.py", line 
> 4010, in static_columns_with_distinct_test
> rows = list(cursor.execute("SELECT DISTINCT k, s1 FROM test2"))
>   File "/home/automaton/src/cassandra-driver/cassandra/cluster.py", line 
> 1998, in execute
> return self.execute_async(query, parameters, trace, custom_payload, 
> timeout, execution_profile, paging_state).result()
>   File "/home/automaton/src/cassandra-driver/cassandra/cluster.py", line 
> 3784, in result
> raise self._final_exception
> {code}



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


[jira] [Created] (CASSANDRA-13014) testall failure in org.apache.cassandra.cql3.GcCompactionTest.testGcCompactionPartitions-compression

2016-12-07 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-13014:
-

 Summary: testall failure in 
org.apache.cassandra.cql3.GcCompactionTest.testGcCompactionPartitions-compression
 Key: CASSANDRA-13014
 URL: https://issues.apache.org/jira/browse/CASSANDRA-13014
 Project: Cassandra
  Issue Type: Bug
Reporter: Sean McCarthy


example failure:
http://cassci.datastax.com/job/trunk_testall/1307/testReport/org.apache.cassandra.cql3/GcCompactionTest/testGcCompactionPartitions_compression/

{code}
Error Message

expected:<1> but was:<2>{code}{code}
Stacktrace

junit.framework.AssertionFailedError: expected:<1> but was:<2>
at 
org.apache.cassandra.cql3.GcCompactionTest.runCompactionTest(GcCompactionTest.java:99)
at 
org.apache.cassandra.cql3.GcCompactionTest.testGcCompactionPartitions(GcCompactionTest.java:47)
{code}



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


[jira] [Comment Edited] (CASSANDRA-12986) dtest failure in upgrade_internal_auth_test.TestAuthUpgrade.test_upgrade_legacy_table

2016-12-06 Thread Sean McCarthy (JIRA)

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

Sean McCarthy edited comment on CASSANDRA-12986 at 12/6/16 4:14 PM:


Thanks for the clarification. The {{upgrade_through_supercolumns}} tests run 
{{upgrade_sstables}} at each version of the paths (2.1->2.2->3.0->3.X->trunk & 
2.1->3.0->trunk), so presumably these tests should work.


was (Author: sean.mccarthy):
Thanks for the clarification. The `upgrade_through_supercolumns` tests run 
`upgrade_sstables` at each version of the paths (2.1->2.2->3.0->3.X->trunk & 
2.1->3.0->trunk), so presumably these tests should work.

> dtest failure in 
> upgrade_internal_auth_test.TestAuthUpgrade.test_upgrade_legacy_table
> -
>
> Key: CASSANDRA-12986
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12986
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Sean McCarthy
>Assignee: Sam Tunnicliffe
>  Labels: dtest, test-failure
> 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/trunk_dtest/1437/testReport/upgrade_internal_auth_test/TestAuthUpgrade/test_upgrade_legacy_table
> {code}
> Standard Output
> Unexpected error in node1 log, error: 
> ERROR [main] 2016-12-01 03:08:30,985 CassandraDaemon.java:724 - Detected 
> unreadable sstables 
> 

[jira] [Commented] (CASSANDRA-12986) dtest failure in upgrade_internal_auth_test.TestAuthUpgrade.test_upgrade_legacy_table

2016-12-06 Thread Sean McCarthy (JIRA)

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

Sean McCarthy commented on CASSANDRA-12986:
---

Thanks for the clarification. The `upgrade_through_supercolumns` tests run 
`upgrade_sstables` at each version of the paths (2.1->2.2->3.0->3.X->trunk & 
2.1->3.0->trunk), so presumably these tests should work.

> dtest failure in 
> upgrade_internal_auth_test.TestAuthUpgrade.test_upgrade_legacy_table
> -
>
> Key: CASSANDRA-12986
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12986
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Sean McCarthy
>Assignee: Sam Tunnicliffe
>  Labels: dtest, test-failure
> 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/trunk_dtest/1437/testReport/upgrade_internal_auth_test/TestAuthUpgrade/test_upgrade_legacy_table
> {code}
> Standard Output
> Unexpected error in node1 log, error: 
> ERROR [main] 2016-12-01 03:08:30,985 CassandraDaemon.java:724 - Detected 
> unreadable sstables 
> 

[jira] [Commented] (CASSANDRA-12986) dtest failure in upgrade_internal_auth_test.TestAuthUpgrade.test_upgrade_legacy_table

2016-12-06 Thread Sean McCarthy (JIRA)

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

Sean McCarthy commented on CASSANDRA-12986:
---

So I think the short answer is to just remove `trunk` from the SC upgrade 
paths. If pre-3.0 sstables are no longer supported in 4.0, the upgrade to 
`trunk` should always fail?

It seems kind of strange to me that these tests don't work, seeing as they do 
an `upgrade_through_versions` type upgrade. If I have a 2.2 cluster, and I 
upgrade to 3.0, and then to trunk, is that the same as upgrading a pre-3.0 
version to trunk?

> dtest failure in 
> upgrade_internal_auth_test.TestAuthUpgrade.test_upgrade_legacy_table
> -
>
> Key: CASSANDRA-12986
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12986
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Sean McCarthy
>Assignee: Sam Tunnicliffe
>  Labels: dtest, test-failure
> 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/trunk_dtest/1437/testReport/upgrade_internal_auth_test/TestAuthUpgrade/test_upgrade_legacy_table
> {code}
> Standard Output
> Unexpected error in node1 log, error: 
> ERROR [main] 2016-12-01 03:08:30,985 CassandraDaemon.java:724 - Detected 
> unreadable sstables 
> 

[jira] [Updated] (CASSANDRA-12997) dtest failure in org.apache.cassandra.cql3.validation.operations.AlterTest.testDropListAndAddListWithSameName

2016-12-05 Thread Sean McCarthy (JIRA)

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

Sean McCarthy updated CASSANDRA-12997:
--
Issue Type: Bug  (was: Test)

> dtest failure in 
> org.apache.cassandra.cql3.validation.operations.AlterTest.testDropListAndAddListWithSameName
> -
>
> Key: CASSANDRA-12997
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12997
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Sean McCarthy
>  Labels: test-failure, testall
>
> example failure:
> http://cassci.datastax.com/job/trunk_testall/1298/testReport/org.apache.cassandra.cql3.validation.operations/AlterTest/testDropListAndAddListWithSameName
> {code}
> Error Message
> Invalid value for row 0 column 2 (mycollection of type list), expected 
>  but got <[first element]>
> {code}{code}Stacktrace
> junit.framework.AssertionFailedError: Invalid value for row 0 column 2 
> (mycollection of type list), expected  but got <[first element]>
>   at org.apache.cassandra.cql3.CQLTester.assertRows(CQLTester.java:908)
>   at 
> org.apache.cassandra.cql3.validation.operations.AlterTest.testDropListAndAddListWithSameName(AlterTest.java:87)
> {code}



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


[jira] [Created] (CASSANDRA-12997) dtest failure in org.apache.cassandra.cql3.validation.operations.AlterTest.testDropListAndAddListWithSameName

2016-12-05 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-12997:
-

 Summary: dtest failure in 
org.apache.cassandra.cql3.validation.operations.AlterTest.testDropListAndAddListWithSameName
 Key: CASSANDRA-12997
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12997
 Project: Cassandra
  Issue Type: Test
Reporter: Sean McCarthy


example failure:

http://cassci.datastax.com/job/trunk_testall/1298/testReport/org.apache.cassandra.cql3.validation.operations/AlterTest/testDropListAndAddListWithSameName

{code}
Error Message

Invalid value for row 0 column 2 (mycollection of type list), expected 
 but got <[first element]>
{code}{code}Stacktrace

junit.framework.AssertionFailedError: Invalid value for row 0 column 2 
(mycollection of type list), expected  but got <[first element]>
at org.apache.cassandra.cql3.CQLTester.assertRows(CQLTester.java:908)
at 
org.apache.cassandra.cql3.validation.operations.AlterTest.testDropListAndAddListWithSameName(AlterTest.java:87)
{code}



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


[jira] [Updated] (CASSANDRA-12986) dtest failure in upgrade_internal_auth_test.TestAuthUpgrade.test_upgrade_legacy_table

2016-12-02 Thread Sean McCarthy (JIRA)

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

Sean McCarthy updated CASSANDRA-12986:
--
Description: 
example failure:

http://cassci.datastax.com/job/trunk_dtest/1437/testReport/upgrade_internal_auth_test/TestAuthUpgrade/test_upgrade_legacy_table

{code}
Standard Output

Unexpected error in node1 log, error: 
ERROR [main] 2016-12-01 03:08:30,985 CassandraDaemon.java:724 - Detected 
unreadable sstables 

[jira] [Created] (CASSANDRA-12987) dtest failure in paxos_tests.TestPaxos.contention_test_many_threads

2016-12-02 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-12987:
-

 Summary: dtest failure in 
paxos_tests.TestPaxos.contention_test_many_threads
 Key: CASSANDRA-12987
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12987
 Project: Cassandra
  Issue Type: Test
Reporter: Sean McCarthy
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/trunk_dtest/1437/testReport/paxos_tests/TestPaxos/contention_test_many_threads

{code}
Error Message

value=299, errors=0, retries=25559
{code}{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/paxos_tests.py", line 88, in 
contention_test_many_threads
self._contention_test(300, 1)
  File "/home/automaton/cassandra-dtest/paxos_tests.py", line 192, in 
_contention_test
self.assertTrue((value == threads * iterations) and (errors == 0), 
"value={}, errors={}, retries={}".format(value, errors, retries))
  File "/usr/lib/python2.7/unittest/case.py", line 422, in assertTrue
raise self.failureException(msg)
{code}



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


[jira] [Created] (CASSANDRA-12986) dtest failure in upgrade_internal_auth_test.TestAuthUpgrade.test_upgrade_legacy_table

2016-12-02 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-12986:
-

 Summary: dtest failure in 
upgrade_internal_auth_test.TestAuthUpgrade.test_upgrade_legacy_table
 Key: CASSANDRA-12986
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12986
 Project: Cassandra
  Issue Type: Test
Reporter: Sean McCarthy
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/trunk_dtest/1437/testReport/upgrade_internal_auth_test/TestAuthUpgrade/test_upgrade_legacy_table

{code}
Standard Output

Unexpected error in node1 log, error: 
ERROR [main] 2016-12-01 03:08:30,985 CassandraDaemon.java:724 - Detected 
unreadable sstables 

[jira] [Comment Edited] (CASSANDRA-12866) dtest failure in upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_current_2_1_x_To_indev_3_x.bug_5732_test

2016-12-01 Thread Sean McCarthy (JIRA)

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

Sean McCarthy edited comment on CASSANDRA-12866 at 12/1/16 5:05 PM:


So I updated my branch to grep through the logs and ignore a predefined set of 
errors just before the upgrade, as discussed offline. If there are any errors 
found which are not to be ignored, the test (any upgrade test) will fail. This 
shouldn't affect any other tests, but since the method is used by every upgrade 
test, I'll run the whole upgrade test suite to make sure nothing else breaks.

Right now just running CI on the one test: 
https://cassci.datastax.com/view/Parameterized/job/parameterized_dtest_multiplexer/371/

[~krummas], where did we land with the other error message? Should it also be 
ignored?


was (Author: sean.mccarthy):
So I updated my branch to grep through the logs and ignore a predefined set of 
errors just before the upgrade, as discussed offline. If there are any errors 
found which are not to be ignored, the test (any upgrade test) will fail. This 
shouldn't affect any other tests, but since the method is used by every upgrade 
test, I'll run the whole upgrade test suite to make sure nothing else breaks.

Right now just running CI on the one test: 
https://cassci.datastax.com/view/Parameterized/job/parameterized_dtest_multiplexer/371/

> dtest failure in 
> upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_current_2_1_x_To_indev_3_x.bug_5732_test
> --
>
> Key: CASSANDRA-12866
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12866
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Sean McCarthy
>Assignee: Sean McCarthy
>  Labels: dtest, test-failure
> Attachments: node1.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.X_dtest_upgrade/17/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_1_x_To_indev_3_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 
> 214, in tearDown
> super(UpgradeTester, self).tearDown()
>   File "/home/automaton/cassandra-dtest/dtest.py", line 581, in tearDown
> raise AssertionError('Unexpected error in log, see stdout')
> {code}{code}
> Standard Output
> http://git-wip-us.apache.org/repos/asf/cassandra.git 
> git:0a1f1c81e641039ca9fd573d5217b6b6f2ad8fb8
> Unexpected error in node1 log, error: 
> ERROR [Reference-Reaper:1] 2016-10-30 15:47:36,749 Ref.java:199 - LEAK 
> DETECTED: a reference 
> (org.apache.cassandra.utils.concurrent.Ref$State@4f5697fa) to class 
> org.apache.cassandra.io.util.CompressedPoolingSegmentedFile$Cleanup@1100050528:/tmp/dtest-A15hEO/test/node1/data2/system/schema_columns-296e9c049bec3085827dc17d3df2122a/system-schema_columns-ka-1-Data.db
>  was not released before the reference was garbage collected
> Unexpected error in node1 log, error: 
> ERROR [Reference-Reaper:1] 2016-10-30 15:47:36,750 Ref.java:199 - LEAK 
> DETECTED: a reference 
> (org.apache.cassandra.utils.concurrent.Ref$State@45aefc8a) to class 
> org.apache.cassandra.utils.concurrent.WrappedSharedCloseable$1@11303515:[[OffHeapBitSet]]
>  was not released before the reference was garbage collected
> Unexpected error in node1 log, error: 
> ERROR [Reference-Reaper:1] 2016-10-30 15:47:36,750 Ref.java:199 - LEAK 
> DETECTED: a reference 
> (org.apache.cassandra.utils.concurrent.Ref$State@7b3ed4f3) to class 
> org.apache.cassandra.io.util.MmappedSegmentedFile$Cleanup@837204356:/tmp/dtest-A15hEO/test/node1/data2/system/schema_columns-296e9c049bec3085827dc17d3df2122a/system-schema_columns-ka-1-Index.db
>  was not released before the reference was garbage collected
> Unexpected error in node1 log, error: 
> ERROR [Reference-Reaper:1] 2016-10-30 15:47:36,752 Ref.java:199 - LEAK 
> DETECTED: a reference 
> (org.apache.cassandra.utils.concurrent.Ref$State@39e499e) to class 
> org.apache.cassandra.io.sstable.SSTableReader$DescriptorTypeTidy@1619232020:/tmp/dtest-A15hEO/test/node1/data2/system/schema_columns-296e9c049bec3085827dc17d3df2122a/system-schema_columns-ka-1
>  was not released before the reference was garbage collected
> Unexpected error in node1 log, error: 
> ERROR [Reference-Reaper:1] 2016-10-30 15:47:36,752 Ref.java:199 - LEAK 
> DETECTED: a reference 
> (org.apache.cassandra.utils.concurrent.Ref$State@6d974cbb) to class 
> org.apache.cassandra.utils.concurrent.WrappedSharedCloseable$1@1765405204:[Memory@[0..4),
>  Memory@[0..e)] was not released before the reference was garbage collected
> {code}



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


[jira] [Commented] (CASSANDRA-12866) dtest failure in upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_current_2_1_x_To_indev_3_x.bug_5732_test

2016-12-01 Thread Sean McCarthy (JIRA)

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

Sean McCarthy commented on CASSANDRA-12866:
---

So I updated my branch to grep through the logs and ignore a predefined set of 
errors just before the upgrade, as discussed offline. If there are any errors 
found which are not to be ignored, the test (any upgrade test) will fail. This 
shouldn't affect any other tests, but since the method is used by every upgrade 
test, I'll run the whole upgrade test suite to make sure nothing else breaks.

Right now just running CI on the one test: 
https://cassci.datastax.com/view/Parameterized/job/parameterized_dtest_multiplexer/371/

> dtest failure in 
> upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_current_2_1_x_To_indev_3_x.bug_5732_test
> --
>
> Key: CASSANDRA-12866
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12866
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Sean McCarthy
>Assignee: Sean McCarthy
>  Labels: dtest, test-failure
> Attachments: node1.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.X_dtest_upgrade/17/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_1_x_To_indev_3_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 
> 214, in tearDown
> super(UpgradeTester, self).tearDown()
>   File "/home/automaton/cassandra-dtest/dtest.py", line 581, in tearDown
> raise AssertionError('Unexpected error in log, see stdout')
> {code}{code}
> Standard Output
> http://git-wip-us.apache.org/repos/asf/cassandra.git 
> git:0a1f1c81e641039ca9fd573d5217b6b6f2ad8fb8
> Unexpected error in node1 log, error: 
> ERROR [Reference-Reaper:1] 2016-10-30 15:47:36,749 Ref.java:199 - LEAK 
> DETECTED: a reference 
> (org.apache.cassandra.utils.concurrent.Ref$State@4f5697fa) to class 
> org.apache.cassandra.io.util.CompressedPoolingSegmentedFile$Cleanup@1100050528:/tmp/dtest-A15hEO/test/node1/data2/system/schema_columns-296e9c049bec3085827dc17d3df2122a/system-schema_columns-ka-1-Data.db
>  was not released before the reference was garbage collected
> Unexpected error in node1 log, error: 
> ERROR [Reference-Reaper:1] 2016-10-30 15:47:36,750 Ref.java:199 - LEAK 
> DETECTED: a reference 
> (org.apache.cassandra.utils.concurrent.Ref$State@45aefc8a) to class 
> org.apache.cassandra.utils.concurrent.WrappedSharedCloseable$1@11303515:[[OffHeapBitSet]]
>  was not released before the reference was garbage collected
> Unexpected error in node1 log, error: 
> ERROR [Reference-Reaper:1] 2016-10-30 15:47:36,750 Ref.java:199 - LEAK 
> DETECTED: a reference 
> (org.apache.cassandra.utils.concurrent.Ref$State@7b3ed4f3) to class 
> org.apache.cassandra.io.util.MmappedSegmentedFile$Cleanup@837204356:/tmp/dtest-A15hEO/test/node1/data2/system/schema_columns-296e9c049bec3085827dc17d3df2122a/system-schema_columns-ka-1-Index.db
>  was not released before the reference was garbage collected
> Unexpected error in node1 log, error: 
> ERROR [Reference-Reaper:1] 2016-10-30 15:47:36,752 Ref.java:199 - LEAK 
> DETECTED: a reference 
> (org.apache.cassandra.utils.concurrent.Ref$State@39e499e) to class 
> org.apache.cassandra.io.sstable.SSTableReader$DescriptorTypeTidy@1619232020:/tmp/dtest-A15hEO/test/node1/data2/system/schema_columns-296e9c049bec3085827dc17d3df2122a/system-schema_columns-ka-1
>  was not released before the reference was garbage collected
> Unexpected error in node1 log, error: 
> ERROR [Reference-Reaper:1] 2016-10-30 15:47:36,752 Ref.java:199 - LEAK 
> DETECTED: a reference 
> (org.apache.cassandra.utils.concurrent.Ref$State@6d974cbb) to class 
> org.apache.cassandra.utils.concurrent.WrappedSharedCloseable$1@1765405204:[Memory@[0..4),
>  Memory@[0..e)] was not released before the reference was garbage collected
> {code}



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


[jira] [Resolved] (CASSANDRA-12939) dtest failure in cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_bulk_round_trip_with_backoff

2016-11-29 Thread Sean McCarthy (JIRA)

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

Sean McCarthy resolved CASSANDRA-12939.
---
Resolution: Fixed

> dtest failure in 
> cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_bulk_round_trip_with_backoff
> -
>
> Key: CASSANDRA-12939
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12939
> Project: Cassandra
>  Issue Type: Test
>Reporter: Sean McCarthy
>Assignee: Sean McCarthy
>  Labels: dtest, test-failure
> 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.X_dtest/40/testReport/cqlsh_tests.cqlsh_copy_tests/CqlshCopyTest/test_bulk_round_trip_with_backoff
> {code}
> Error Message
> 25 != 244475
> ...
> dtest: DEBUG: Errors:
> Using CQL driver:  '/home/automaton/cassandra/bin/../lib/cassandra-driver-internal-only-3.7.0.post0-2481531.zip/cassandra-driver-3.7.0.post0-2481531/cassandra/__init__.py'>
> Using connect timeout: 5 seconds
> Using 'utf-8' encoding
> Using ssl: False
> :3:Error for (2730718820402670492, 3207787379576163567): 
> OperationTimedOut - errors={'127.0.0.1': 'Client request timeout. See 
> Session.execute[_async](timeout)'}, last_host=127.0.0.1 (permanently given up 
> after 1000 rows and 1 attempts)
> :3:Exported 96 ranges out of 97 total ranges, some records might be 
> missing
> {code}{code}
> Stacktrace
>   File "/usr/lib/python2.7/unittest/case.py", line 329, in run
> testMethod()
>   File "/home/automaton/cassandra-dtest/dtest.py", line 1099, in wrapped
> f(obj)
>   File "/home/automaton/cassandra-dtest/tools/decorators.py", line 46, in 
> wrapped
> f(obj)
>   File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_copy_tests.py", 
> line 2613, in test_bulk_round_trip_with_backoff
> copy_from_options={'MAXINFLIGHTMESSAGES': 64, 'MAXPENDINGCHUNKS': 1})
>   File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_copy_tests.py", 
> line 2508, 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)
> {code}



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


[jira] [Created] (CASSANDRA-12963) dtest failure in snapshot_test.TestSnapshot.test_basic_snapshot_and_restore

2016-11-28 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-12963:
-

 Summary: dtest failure in 
snapshot_test.TestSnapshot.test_basic_snapshot_and_restore
 Key: CASSANDRA-12963
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12963
 Project: Cassandra
  Issue Type: Test
Reporter: Sean McCarthy
Assignee: DS Test Eng
 Attachments: node1.log, node1_debug.log, node1_gc.log

example failure:

http://cassci.datastax.com/job/cassandra-2.2_dtest_jdk8/321/testReport/snapshot_test/TestSnapshot/test_basic_snapshot_and_restore

{code}
Error Message

sstableloader command '/home/automaton/cassandra/bin/sstableloader -d 127.0.0.1 
/tmp/tmpdtJ9V7/0/ks/cf' failed; exit status: 1'; stdout: Established connection 
to initial hosts
Opening sstables and calculating sections to stream
; stderr: Exception in thread "main" java.lang.ExceptionInInitializerError
at 
org.apache.cassandra.io.sstable.format.big.BigTableReader.getPosition(BigTableReader.java:240)
at 
org.apache.cassandra.io.sstable.format.SSTableReader.getPosition(SSTableReader.java:1572)
at 
org.apache.cassandra.io.sstable.format.SSTableReader.getPositionsForRanges(SSTableReader.java:1503)
at 
org.apache.cassandra.io.sstable.SSTableLoader$1.accept(SSTableLoader.java:128)
at java.io.File.list(File.java:1161)
at 
org.apache.cassandra.io.sstable.SSTableLoader.openSSTables(SSTableLoader.java:79)
at 
org.apache.cassandra.io.sstable.SSTableLoader.stream(SSTableLoader.java:161)
at org.apache.cassandra.tools.BulkLoader.main(BulkLoader.java:99)
Caused by: java.lang.RuntimeException: java.net.UnknownHostException: 
openstack-cassci-external-df85c4d-jenkins-cassandra-2: 
openstack-cassci-external-df85c4d-jenkins-cassandra-2: unknown error
at 
org.apache.cassandra.utils.FBUtilities.getLocalAddress(FBUtilities.java:138)
at org.apache.cassandra.tracing.Tracing.(Tracing.java:82)
at org.apache.cassandra.tracing.Tracing.(Tracing.java:88)
... 8 more
Caused by: java.net.UnknownHostException: 
openstack-cassci-external-df85c4d-jenkins-cassandra-2: 
openstack-cassci-external-df85c4d-jenkins-cassandra-2: unknown error
at java.net.InetAddress.getLocalHost(InetAddress.java:1484)
at 
org.apache.cassandra.utils.FBUtilities.getLocalAddress(FBUtilities.java:133)
... 10 more
Caused by: java.net.UnknownHostException: 
openstack-cassci-external-df85c4d-jenkins-cassandra-2: unknown error
at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:907)
at 
java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1302)
at java.net.InetAddress.getLocalHost(InetAddress.java:1479)
... 11 more
{code}{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/snapshot_test.py", line 100, in 
test_basic_snapshot_and_restore
self.restore_snapshot(snapshot_dir, node1, 'ks', 'cf')
  File "/home/automaton/cassandra-dtest/snapshot_test.py", line 72, in 
restore_snapshot
(" ".join(args), exit_status, stdout, stderr))
{code}



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


[jira] [Commented] (CASSANDRA-12939) dtest failure in cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_bulk_round_trip_with_backoff

2016-11-28 Thread Sean McCarthy (JIRA)

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

Sean McCarthy commented on CASSANDRA-12939:
---

PR : https://github.com/riptano/cassandra-dtest/pull/1396

CI : 
http://cassci.datastax.com/view/Parameterized/job/parameterized_dtest_multiplexer/370/

> dtest failure in 
> cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_bulk_round_trip_with_backoff
> -
>
> Key: CASSANDRA-12939
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12939
> Project: Cassandra
>  Issue Type: Test
>Reporter: Sean McCarthy
>Assignee: Sean McCarthy
>  Labels: dtest, test-failure
> 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.X_dtest/40/testReport/cqlsh_tests.cqlsh_copy_tests/CqlshCopyTest/test_bulk_round_trip_with_backoff
> {code}
> Error Message
> 25 != 244475
> ...
> dtest: DEBUG: Errors:
> Using CQL driver:  '/home/automaton/cassandra/bin/../lib/cassandra-driver-internal-only-3.7.0.post0-2481531.zip/cassandra-driver-3.7.0.post0-2481531/cassandra/__init__.py'>
> Using connect timeout: 5 seconds
> Using 'utf-8' encoding
> Using ssl: False
> :3:Error for (2730718820402670492, 3207787379576163567): 
> OperationTimedOut - errors={'127.0.0.1': 'Client request timeout. See 
> Session.execute[_async](timeout)'}, last_host=127.0.0.1 (permanently given up 
> after 1000 rows and 1 attempts)
> :3:Exported 96 ranges out of 97 total ranges, some records might be 
> missing
> {code}{code}
> Stacktrace
>   File "/usr/lib/python2.7/unittest/case.py", line 329, in run
> testMethod()
>   File "/home/automaton/cassandra-dtest/dtest.py", line 1099, in wrapped
> f(obj)
>   File "/home/automaton/cassandra-dtest/tools/decorators.py", line 46, in 
> wrapped
> f(obj)
>   File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_copy_tests.py", 
> line 2613, in test_bulk_round_trip_with_backoff
> copy_from_options={'MAXINFLIGHTMESSAGES': 64, 'MAXPENDINGCHUNKS': 1})
>   File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_copy_tests.py", 
> line 2508, 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)
> {code}



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


[jira] [Comment Edited] (CASSANDRA-12866) dtest failure in upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_current_2_1_x_To_indev_3_x.bug_5732_test

2016-11-23 Thread Sean McCarthy (JIRA)

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

Sean McCarthy edited comment on CASSANDRA-12866 at 11/23/16 6:07 PM:
-

Seems to me like the error is happening at the end of shutdown.

Lines 328 - 491 in the attached log.

So, 2.1 error. I'll add that pattern to ignore_log_patterns as well? [~krummas]?


was (Author: sean.mccarthy):
Seems to me like the error is happening at the end of shutdown.

Lines 328 - 491 in the attached log.

So, 2.1 error. I'll add that pattern to ignore_log_patterns as well?

> dtest failure in 
> upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_current_2_1_x_To_indev_3_x.bug_5732_test
> --
>
> Key: CASSANDRA-12866
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12866
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Sean McCarthy
>Assignee: Sean McCarthy
>  Labels: dtest, test-failure
> Attachments: node1.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.X_dtest_upgrade/17/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_1_x_To_indev_3_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 
> 214, in tearDown
> super(UpgradeTester, self).tearDown()
>   File "/home/automaton/cassandra-dtest/dtest.py", line 581, in tearDown
> raise AssertionError('Unexpected error in log, see stdout')
> {code}{code}
> Standard Output
> http://git-wip-us.apache.org/repos/asf/cassandra.git 
> git:0a1f1c81e641039ca9fd573d5217b6b6f2ad8fb8
> Unexpected error in node1 log, error: 
> ERROR [Reference-Reaper:1] 2016-10-30 15:47:36,749 Ref.java:199 - LEAK 
> DETECTED: a reference 
> (org.apache.cassandra.utils.concurrent.Ref$State@4f5697fa) to class 
> org.apache.cassandra.io.util.CompressedPoolingSegmentedFile$Cleanup@1100050528:/tmp/dtest-A15hEO/test/node1/data2/system/schema_columns-296e9c049bec3085827dc17d3df2122a/system-schema_columns-ka-1-Data.db
>  was not released before the reference was garbage collected
> Unexpected error in node1 log, error: 
> ERROR [Reference-Reaper:1] 2016-10-30 15:47:36,750 Ref.java:199 - LEAK 
> DETECTED: a reference 
> (org.apache.cassandra.utils.concurrent.Ref$State@45aefc8a) to class 
> org.apache.cassandra.utils.concurrent.WrappedSharedCloseable$1@11303515:[[OffHeapBitSet]]
>  was not released before the reference was garbage collected
> Unexpected error in node1 log, error: 
> ERROR [Reference-Reaper:1] 2016-10-30 15:47:36,750 Ref.java:199 - LEAK 
> DETECTED: a reference 
> (org.apache.cassandra.utils.concurrent.Ref$State@7b3ed4f3) to class 
> org.apache.cassandra.io.util.MmappedSegmentedFile$Cleanup@837204356:/tmp/dtest-A15hEO/test/node1/data2/system/schema_columns-296e9c049bec3085827dc17d3df2122a/system-schema_columns-ka-1-Index.db
>  was not released before the reference was garbage collected
> Unexpected error in node1 log, error: 
> ERROR [Reference-Reaper:1] 2016-10-30 15:47:36,752 Ref.java:199 - LEAK 
> DETECTED: a reference 
> (org.apache.cassandra.utils.concurrent.Ref$State@39e499e) to class 
> org.apache.cassandra.io.sstable.SSTableReader$DescriptorTypeTidy@1619232020:/tmp/dtest-A15hEO/test/node1/data2/system/schema_columns-296e9c049bec3085827dc17d3df2122a/system-schema_columns-ka-1
>  was not released before the reference was garbage collected
> Unexpected error in node1 log, error: 
> ERROR [Reference-Reaper:1] 2016-10-30 15:47:36,752 Ref.java:199 - LEAK 
> DETECTED: a reference 
> (org.apache.cassandra.utils.concurrent.Ref$State@6d974cbb) to class 
> org.apache.cassandra.utils.concurrent.WrappedSharedCloseable$1@1765405204:[Memory@[0..4),
>  Memory@[0..e)] was not released before the reference was garbage collected
> {code}



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


[jira] [Updated] (CASSANDRA-12866) dtest failure in upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_current_2_1_x_To_indev_3_x.bug_5732_test

2016-11-23 Thread Sean McCarthy (JIRA)

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

Sean McCarthy updated CASSANDRA-12866:
--
Attachment: node1.log

Seems to me like the error is happening at the end of shutdown.

Lines 328 - 491 in the attached log.

So, 2.1 error. I'll add that pattern to ignore_log_patterns as well?

> dtest failure in 
> upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_current_2_1_x_To_indev_3_x.bug_5732_test
> --
>
> Key: CASSANDRA-12866
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12866
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Sean McCarthy
>Assignee: Sean McCarthy
>  Labels: dtest, test-failure
> Attachments: node1.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.X_dtest_upgrade/17/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_1_x_To_indev_3_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 
> 214, in tearDown
> super(UpgradeTester, self).tearDown()
>   File "/home/automaton/cassandra-dtest/dtest.py", line 581, in tearDown
> raise AssertionError('Unexpected error in log, see stdout')
> {code}{code}
> Standard Output
> http://git-wip-us.apache.org/repos/asf/cassandra.git 
> git:0a1f1c81e641039ca9fd573d5217b6b6f2ad8fb8
> Unexpected error in node1 log, error: 
> ERROR [Reference-Reaper:1] 2016-10-30 15:47:36,749 Ref.java:199 - LEAK 
> DETECTED: a reference 
> (org.apache.cassandra.utils.concurrent.Ref$State@4f5697fa) to class 
> org.apache.cassandra.io.util.CompressedPoolingSegmentedFile$Cleanup@1100050528:/tmp/dtest-A15hEO/test/node1/data2/system/schema_columns-296e9c049bec3085827dc17d3df2122a/system-schema_columns-ka-1-Data.db
>  was not released before the reference was garbage collected
> Unexpected error in node1 log, error: 
> ERROR [Reference-Reaper:1] 2016-10-30 15:47:36,750 Ref.java:199 - LEAK 
> DETECTED: a reference 
> (org.apache.cassandra.utils.concurrent.Ref$State@45aefc8a) to class 
> org.apache.cassandra.utils.concurrent.WrappedSharedCloseable$1@11303515:[[OffHeapBitSet]]
>  was not released before the reference was garbage collected
> Unexpected error in node1 log, error: 
> ERROR [Reference-Reaper:1] 2016-10-30 15:47:36,750 Ref.java:199 - LEAK 
> DETECTED: a reference 
> (org.apache.cassandra.utils.concurrent.Ref$State@7b3ed4f3) to class 
> org.apache.cassandra.io.util.MmappedSegmentedFile$Cleanup@837204356:/tmp/dtest-A15hEO/test/node1/data2/system/schema_columns-296e9c049bec3085827dc17d3df2122a/system-schema_columns-ka-1-Index.db
>  was not released before the reference was garbage collected
> Unexpected error in node1 log, error: 
> ERROR [Reference-Reaper:1] 2016-10-30 15:47:36,752 Ref.java:199 - LEAK 
> DETECTED: a reference 
> (org.apache.cassandra.utils.concurrent.Ref$State@39e499e) to class 
> org.apache.cassandra.io.sstable.SSTableReader$DescriptorTypeTidy@1619232020:/tmp/dtest-A15hEO/test/node1/data2/system/schema_columns-296e9c049bec3085827dc17d3df2122a/system-schema_columns-ka-1
>  was not released before the reference was garbage collected
> Unexpected error in node1 log, error: 
> ERROR [Reference-Reaper:1] 2016-10-30 15:47:36,752 Ref.java:199 - LEAK 
> DETECTED: a reference 
> (org.apache.cassandra.utils.concurrent.Ref$State@6d974cbb) to class 
> org.apache.cassandra.utils.concurrent.WrappedSharedCloseable$1@1765405204:[Memory@[0..4),
>  Memory@[0..e)] was not released before the reference was garbage collected
> {code}



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


[jira] [Commented] (CASSANDRA-12866) dtest failure in upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_current_2_1_x_To_indev_3_x.bug_5732_test

2016-11-23 Thread Sean McCarthy (JIRA)

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

Sean McCarthy commented on CASSANDRA-12866:
---

Working on a fix here : 
https://github.com/riptano/cassandra-dtest/compare/master...smccarthy788:fix-12866

Ran CI 
http://cassci.datastax.com/view/Parameterized/job/parameterized_dtest_multiplexer/368/testReport/

Not sure what to think about these errors:
{code}
ERROR [Reference-Reaper:1] 2016-11-23 16:32:09,464 Ref.java:228 - Allocate 
trace org.apache.cassandra.utils.concurrent.Ref$State@46823323:
Thread[CompactionExecutor:1,1,main]
at java.lang.Thread.getStackTrace(Thread.java:1552)
at org.apache.cassandra.utils.concurrent.Ref$Debug.(Ref.java:218)
at org.apache.cassandra.utils.concurrent.Ref$State.(Ref.java:151)
at org.apache.cassandra.utils.concurrent.Ref.(Ref.java:84)
at org.apache.cassandra.utils.concurrent.Ref.tryRef(Ref.java:116)
at org.apache.cassandra.utils.concurrent.Ref.ref(Ref.java:121)
at 
org.apache.cassandra.utils.concurrent.SharedCloseableImpl.(SharedCloseableImpl.java:35)
at 
org.apache.cassandra.io.util.SegmentedFile.(SegmentedFile.java:76)
at 
org.apache.cassandra.io.util.MmappedSegmentedFile.(MmappedSegmentedFile.java:62)
at 
org.apache.cassandra.io.util.MmappedSegmentedFile.sharedCopy(MmappedSegmentedFile.java:68)
at 
org.apache.cassandra.io.util.MmappedSegmentedFile.sharedCopy(MmappedSegmentedFile.java:40)
at 
org.apache.cassandra.io.sstable.SSTableReader.cloneAndReplace(SSTableReader.java:1067)
at 
org.apache.cassandra.io.sstable.SSTableReader.cloneAndReplace(SSTableReader.java:1048)
at 
org.apache.cassandra.io.sstable.SSTableReader.cloneAsShadowed(SSTableReader.java:1106)
at 
org.apache.cassandra.io.sstable.SSTableRewriter.moveStarts(SSTableRewriter.java:322)
at 
org.apache.cassandra.io.sstable.SSTableRewriter.switchWriter(SSTableRewriter.java:405)
at 
org.apache.cassandra.io.sstable.SSTableRewriter.finishAndMaybeThrow(SSTableRewriter.java:458)
at 
org.apache.cassandra.io.sstable.SSTableRewriter.finish(SSTableRewriter.java:440)
at 
org.apache.cassandra.io.sstable.SSTableRewriter.finish(SSTableRewriter.java:420)
at 
org.apache.cassandra.db.compaction.CompactionTask.runMayThrow(CompactionTask.java:214)
at 
org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28)
at 
org.apache.cassandra.db.compaction.CompactionTask.executeInternal(CompactionTask.java:73)
at 
org.apache.cassandra.db.compaction.AbstractCompactionTask.execute(AbstractCompactionTask.java:59)
at 
org.apache.cassandra.db.compaction.CompactionManager$BackgroundCompactionCandidate.run(CompactionManager.java:264)
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
{code}

[~philipthompson], thoughts? 

> dtest failure in 
> upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_current_2_1_x_To_indev_3_x.bug_5732_test
> --
>
> Key: CASSANDRA-12866
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12866
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Sean McCarthy
>Assignee: Sean McCarthy
>  Labels: dtest, test-failure
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.X_dtest_upgrade/17/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_1_x_To_indev_3_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 
> 214, in tearDown
> super(UpgradeTester, self).tearDown()
>   File "/home/automaton/cassandra-dtest/dtest.py", line 581, in tearDown
> raise AssertionError('Unexpected error in log, see stdout')
> {code}{code}
> Standard Output
> http://git-wip-us.apache.org/repos/asf/cassandra.git 
> git:0a1f1c81e641039ca9fd573d5217b6b6f2ad8fb8
> Unexpected error in node1 log, error: 
> ERROR [Reference-Reaper:1] 2016-10-30 15:47:36,749 Ref.java:199 - LEAK 
> DETECTED: a reference 
> (org.apache.cassandra.utils.concurrent.Ref$State@4f5697fa) to class 
> org.apache.cassandra.io.util.CompressedPoolingSegmentedFile$Cleanup@1100050528:/tmp/dtest-A15hEO/test/node1/data2/system/schema_columns-296e9c049bec3085827dc17d3df2122a/system-schema_columns-ka-1-Data.db
>  was not released before 

[jira] [Created] (CASSANDRA-12939) dtest failure in cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_bulk_round_trip_with_backoff

2016-11-21 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-12939:
-

 Summary: dtest failure in 
cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_bulk_round_trip_with_backoff
 Key: CASSANDRA-12939
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12939
 Project: Cassandra
  Issue Type: Test
Reporter: Sean McCarthy
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.X_dtest/40/testReport/cqlsh_tests.cqlsh_copy_tests/CqlshCopyTest/test_bulk_round_trip_with_backoff

{code}
Error Message

25 != 244475

...

dtest: DEBUG: Errors:
Using CQL driver: 
Using connect timeout: 5 seconds
Using 'utf-8' encoding
Using ssl: False
:3:Error for (2730718820402670492, 3207787379576163567): 
OperationTimedOut - errors={'127.0.0.1': 'Client request timeout. See 
Session.execute[_async](timeout)'}, last_host=127.0.0.1 (permanently given up 
after 1000 rows and 1 attempts)
:3:Exported 96 ranges out of 97 total ranges, some records might be 
missing
{code}{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/dtest.py", line 1099, in wrapped
f(obj)
  File "/home/automaton/cassandra-dtest/tools/decorators.py", line 46, in 
wrapped
f(obj)
  File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_copy_tests.py", line 
2613, in test_bulk_round_trip_with_backoff
copy_from_options={'MAXINFLIGHTMESSAGES': 64, 'MAXPENDINGCHUNKS': 1})
  File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_copy_tests.py", line 
2508, 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)
{code}



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


[jira] [Updated] (CASSANDRA-12616) dtest failure in upgrade_supercolumns_test.TestSCUpgrade.upgrade_with_index_creation_test

2016-11-15 Thread Sean McCarthy (JIRA)

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

Sean McCarthy updated CASSANDRA-12616:
--
Resolution: Fixed
Status: Resolved  (was: Patch Available)

> dtest failure in 
> upgrade_supercolumns_test.TestSCUpgrade.upgrade_with_index_creation_test
> -
>
> Key: CASSANDRA-12616
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12616
> Project: Cassandra
>  Issue Type: Test
>Reporter: Sean McCarthy
>Assignee: Sean McCarthy
>  Labels: dtest
> Attachments: node1.log, node2.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-2.1_dtest/506/testReport/upgrade_supercolumns_test/TestSCUpgrade/upgrade_with_index_creation_test
> {code}
> Stacktrace
>   File "/usr/lib/python2.7/unittest/case.py", line 329, in run
> testMethod()
>   File "/home/automaton/cassandra-dtest/upgrade_supercolumns_test.py", line 
> 54, in upgrade_with_index_creation_test
> session = self.patient_exclusive_cql_connection(node1)
>   File "/home/automaton/cassandra-dtest/dtest.py", line 551, in 
> patient_exclusive_cql_connection
> bypassed_exception=NoHostAvailable
>   File "/home/automaton/cassandra-dtest/dtest.py", line 198, in 
> retry_till_success
> return fun(*args, **kwargs)
>   File "/home/automaton/cassandra-dtest/dtest.py", line 466, in 
> exclusive_cql_connection
> protocol_version, wlrr, port=port, ssl_opts=ssl_opts)
>   File "/home/automaton/cassandra-dtest/dtest.py", line 485, in 
> _create_session
> session = cluster.connect(wait_for_all_pools=True)
>   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\': 
> ConnectionException(\'Failed to initialize new connection to 127.0.0.1: Error 
> from server: code= [Server error] 
> message="java.lang.ArrayIndexOutOfBoundsException: 4"\',)})
> {code}
> Related failure:
> http://cassci.datastax.com/job/cassandra-2.1_dtest/506/testReport/upgrade_supercolumns_test/TestSCUpgrade/upgrade_with_counters_test/



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


[jira] [Updated] (CASSANDRA-12616) dtest failure in upgrade_supercolumns_test.TestSCUpgrade.upgrade_with_index_creation_test

2016-11-15 Thread Sean McCarthy (JIRA)

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

Sean McCarthy updated CASSANDRA-12616:
--
Reviewer: Philip Thompson
  Status: Patch Available  (was: In Progress)

Dtest PR : https://github.com/riptano/cassandra-dtest/pull/1385

CI : 
https://cassci.datastax.com/view/Parameterized/job/parameterized_dtest_multiplexer/363

> dtest failure in 
> upgrade_supercolumns_test.TestSCUpgrade.upgrade_with_index_creation_test
> -
>
> Key: CASSANDRA-12616
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12616
> Project: Cassandra
>  Issue Type: Test
>Reporter: Sean McCarthy
>Assignee: Sean McCarthy
>  Labels: dtest
> Attachments: node1.log, node2.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-2.1_dtest/506/testReport/upgrade_supercolumns_test/TestSCUpgrade/upgrade_with_index_creation_test
> {code}
> Stacktrace
>   File "/usr/lib/python2.7/unittest/case.py", line 329, in run
> testMethod()
>   File "/home/automaton/cassandra-dtest/upgrade_supercolumns_test.py", line 
> 54, in upgrade_with_index_creation_test
> session = self.patient_exclusive_cql_connection(node1)
>   File "/home/automaton/cassandra-dtest/dtest.py", line 551, in 
> patient_exclusive_cql_connection
> bypassed_exception=NoHostAvailable
>   File "/home/automaton/cassandra-dtest/dtest.py", line 198, in 
> retry_till_success
> return fun(*args, **kwargs)
>   File "/home/automaton/cassandra-dtest/dtest.py", line 466, in 
> exclusive_cql_connection
> protocol_version, wlrr, port=port, ssl_opts=ssl_opts)
>   File "/home/automaton/cassandra-dtest/dtest.py", line 485, in 
> _create_session
> session = cluster.connect(wait_for_all_pools=True)
>   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\': 
> ConnectionException(\'Failed to initialize new connection to 127.0.0.1: Error 
> from server: code= [Server error] 
> message="java.lang.ArrayIndexOutOfBoundsException: 4"\',)})
> {code}
> Related failure:
> http://cassci.datastax.com/job/cassandra-2.1_dtest/506/testReport/upgrade_supercolumns_test/TestSCUpgrade/upgrade_with_counters_test/



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


[jira] [Created] (CASSANDRA-12875) testall failure in org.apache.cassandra.net.MessagingServiceTest.testDCLatency-compression

2016-11-03 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-12875:
-

 Summary: testall failure in 
org.apache.cassandra.net.MessagingServiceTest.testDCLatency-compression
 Key: CASSANDRA-12875
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12875
 Project: Cassandra
  Issue Type: Bug
Reporter: Sean McCarthy


example failure:

http://cassci.datastax.com/job/cassandra-3.X_testall/54/testReport/org.apache.cassandra.net/MessagingServiceTest/testDCLatency_compression/

{code}
Error Message

expected:<107964792> but was:<129557750>
{code}{code}
Stacktrace

junit.framework.AssertionFailedError: expected:<107964792> but was:<129557750>
at 
org.apache.cassandra.net.MessagingServiceTest.testDCLatency(MessagingServiceTest.java:115)
{code}



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


[jira] [Created] (CASSANDRA-12874) dtest failure in materialized_views_test.TestMaterializedViews.populate_mv_after_insert_wide_rows_test

2016-11-03 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-12874:
-

 Summary: dtest failure in 
materialized_views_test.TestMaterializedViews.populate_mv_after_insert_wide_rows_test
 Key: CASSANDRA-12874
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12874
 Project: Cassandra
  Issue Type: Test
Reporter: Sean McCarthy
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/316/testReport/materialized_views_test/TestMaterializedViews/populate_mv_after_insert_wide_rows_test

{code}
Error Message

Expected [[0, 0]] from SELECT * FROM t_by_v WHERE id = 0 AND v = 0, but got []
{code}{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/materialized_views_test.py", line 211, 
in populate_mv_after_insert_wide_rows_test
assert_one(session, "SELECT * FROM t_by_v WHERE id = {} AND v = 
{}".format(i, j), [j, i])
  File "/home/automaton/cassandra-dtest/tools/assertions.py", line 130, in 
assert_one
assert list_res == [expected], "Expected {} from {}, but got 
{}".format([expected], query, list_res)
{code}



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


[jira] [Commented] (CASSANDRA-12866) dtest failure in upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_current_2_1_x_To_indev_3_x.bug_5732_test

2016-10-31 Thread Sean McCarthy (JIRA)

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

Sean McCarthy commented on CASSANDRA-12866:
---

Seems like this is still failing in 3.x

> dtest failure in 
> upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_current_2_1_x_To_indev_3_x.bug_5732_test
> --
>
> Key: CASSANDRA-12866
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12866
> Project: Cassandra
>  Issue Type: Test
>Reporter: Sean McCarthy
>Assignee: DS Test Eng
>  Labels: dtest, test-failure
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.X_dtest_upgrade/17/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_1_x_To_indev_3_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 
> 214, in tearDown
> super(UpgradeTester, self).tearDown()
>   File "/home/automaton/cassandra-dtest/dtest.py", line 581, in tearDown
> raise AssertionError('Unexpected error in log, see stdout')
> {code}{code}
> Standard Output
> http://git-wip-us.apache.org/repos/asf/cassandra.git 
> git:0a1f1c81e641039ca9fd573d5217b6b6f2ad8fb8
> Unexpected error in node1 log, error: 
> ERROR [Reference-Reaper:1] 2016-10-30 15:47:36,749 Ref.java:199 - LEAK 
> DETECTED: a reference 
> (org.apache.cassandra.utils.concurrent.Ref$State@4f5697fa) to class 
> org.apache.cassandra.io.util.CompressedPoolingSegmentedFile$Cleanup@1100050528:/tmp/dtest-A15hEO/test/node1/data2/system/schema_columns-296e9c049bec3085827dc17d3df2122a/system-schema_columns-ka-1-Data.db
>  was not released before the reference was garbage collected
> Unexpected error in node1 log, error: 
> ERROR [Reference-Reaper:1] 2016-10-30 15:47:36,750 Ref.java:199 - LEAK 
> DETECTED: a reference 
> (org.apache.cassandra.utils.concurrent.Ref$State@45aefc8a) to class 
> org.apache.cassandra.utils.concurrent.WrappedSharedCloseable$1@11303515:[[OffHeapBitSet]]
>  was not released before the reference was garbage collected
> Unexpected error in node1 log, error: 
> ERROR [Reference-Reaper:1] 2016-10-30 15:47:36,750 Ref.java:199 - LEAK 
> DETECTED: a reference 
> (org.apache.cassandra.utils.concurrent.Ref$State@7b3ed4f3) to class 
> org.apache.cassandra.io.util.MmappedSegmentedFile$Cleanup@837204356:/tmp/dtest-A15hEO/test/node1/data2/system/schema_columns-296e9c049bec3085827dc17d3df2122a/system-schema_columns-ka-1-Index.db
>  was not released before the reference was garbage collected
> Unexpected error in node1 log, error: 
> ERROR [Reference-Reaper:1] 2016-10-30 15:47:36,752 Ref.java:199 - LEAK 
> DETECTED: a reference 
> (org.apache.cassandra.utils.concurrent.Ref$State@39e499e) to class 
> org.apache.cassandra.io.sstable.SSTableReader$DescriptorTypeTidy@1619232020:/tmp/dtest-A15hEO/test/node1/data2/system/schema_columns-296e9c049bec3085827dc17d3df2122a/system-schema_columns-ka-1
>  was not released before the reference was garbage collected
> Unexpected error in node1 log, error: 
> ERROR [Reference-Reaper:1] 2016-10-30 15:47:36,752 Ref.java:199 - LEAK 
> DETECTED: a reference 
> (org.apache.cassandra.utils.concurrent.Ref$State@6d974cbb) to class 
> org.apache.cassandra.utils.concurrent.WrappedSharedCloseable$1@1765405204:[Memory@[0..4),
>  Memory@[0..e)] was not released before the reference was garbage collected
> {code}



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


[jira] [Created] (CASSANDRA-12866) dtest failure in upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_current_2_1_x_To_indev_3_x.bug_5732_test

2016-10-31 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-12866:
-

 Summary: dtest failure in 
upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_current_2_1_x_To_indev_3_x.bug_5732_test
 Key: CASSANDRA-12866
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12866
 Project: Cassandra
  Issue Type: Test
Reporter: Sean McCarthy
Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/cassandra-3.X_dtest_upgrade/17/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_2_1_x_To_indev_3_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 
214, in tearDown
super(UpgradeTester, self).tearDown()
  File "/home/automaton/cassandra-dtest/dtest.py", line 581, in tearDown
raise AssertionError('Unexpected error in log, see stdout')
{code}{code}
Standard Output

http://git-wip-us.apache.org/repos/asf/cassandra.git 
git:0a1f1c81e641039ca9fd573d5217b6b6f2ad8fb8
Unexpected error in node1 log, error: 
ERROR [Reference-Reaper:1] 2016-10-30 15:47:36,749 Ref.java:199 - LEAK 
DETECTED: a reference 
(org.apache.cassandra.utils.concurrent.Ref$State@4f5697fa) to class 
org.apache.cassandra.io.util.CompressedPoolingSegmentedFile$Cleanup@1100050528:/tmp/dtest-A15hEO/test/node1/data2/system/schema_columns-296e9c049bec3085827dc17d3df2122a/system-schema_columns-ka-1-Data.db
 was not released before the reference was garbage collected
Unexpected error in node1 log, error: 
ERROR [Reference-Reaper:1] 2016-10-30 15:47:36,750 Ref.java:199 - LEAK 
DETECTED: a reference 
(org.apache.cassandra.utils.concurrent.Ref$State@45aefc8a) to class 
org.apache.cassandra.utils.concurrent.WrappedSharedCloseable$1@11303515:[[OffHeapBitSet]]
 was not released before the reference was garbage collected
Unexpected error in node1 log, error: 
ERROR [Reference-Reaper:1] 2016-10-30 15:47:36,750 Ref.java:199 - LEAK 
DETECTED: a reference 
(org.apache.cassandra.utils.concurrent.Ref$State@7b3ed4f3) to class 
org.apache.cassandra.io.util.MmappedSegmentedFile$Cleanup@837204356:/tmp/dtest-A15hEO/test/node1/data2/system/schema_columns-296e9c049bec3085827dc17d3df2122a/system-schema_columns-ka-1-Index.db
 was not released before the reference was garbage collected
Unexpected error in node1 log, error: 
ERROR [Reference-Reaper:1] 2016-10-30 15:47:36,752 Ref.java:199 - LEAK 
DETECTED: a reference (org.apache.cassandra.utils.concurrent.Ref$State@39e499e) 
to class 
org.apache.cassandra.io.sstable.SSTableReader$DescriptorTypeTidy@1619232020:/tmp/dtest-A15hEO/test/node1/data2/system/schema_columns-296e9c049bec3085827dc17d3df2122a/system-schema_columns-ka-1
 was not released before the reference was garbage collected
Unexpected error in node1 log, error: 
ERROR [Reference-Reaper:1] 2016-10-30 15:47:36,752 Ref.java:199 - LEAK 
DETECTED: a reference 
(org.apache.cassandra.utils.concurrent.Ref$State@6d974cbb) to class 
org.apache.cassandra.utils.concurrent.WrappedSharedCloseable$1@1765405204:[Memory@[0..4),
 Memory@[0..e)] was not released before the reference was garbage collected
{code}



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


[jira] [Created] (CASSANDRA-12865) dtest failure in materialized_views_test.TestMaterializedViews.view_tombstone_test

2016-10-31 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-12865:
-

 Summary: dtest failure in 
materialized_views_test.TestMaterializedViews.view_tombstone_test
 Key: CASSANDRA-12865
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12865
 Project: Cassandra
  Issue Type: Test
Reporter: Sean McCarthy
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_dtest/844/testReport/materialized_views_test/TestMaterializedViews/view_tombstone_test

{code}
Error Message

Encountered digest mismatch when we shouldn't
{code}{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/materialized_views_test.py", line 971, 
in view_tombstone_test
self.check_trace_events(result.get_query_trace(), False)
  File "/home/automaton/cassandra-dtest/materialized_views_test.py", line 995, 
in check_trace_events
self.fail("Encountered digest mismatch when we shouldn't")
  File "/usr/lib/python2.7/unittest/case.py", line 410, in fail
raise self.failureException(msg)
{code}



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


[jira] [Updated] (CASSANDRA-12808) testall failure inorg.apache.cassandra.io.sstable.IndexSummaryManagerTest.testCancelIndex

2016-10-31 Thread Sean McCarthy (JIRA)

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

Sean McCarthy updated CASSANDRA-12808:
--
Description: 
example failure:
http://cassci.datastax.com/job/cassandra-2.2_testall/594/testReport/org.apache.cassandra.io.sstable/IndexSummaryManagerTest/testCancelIndex/

{code}
Error Message

Expected compaction interrupted exception
{code}
{code}
Stacktrace

junit.framework.AssertionFailedError: Expected compaction interrupted exception
at 
org.apache.cassandra.io.sstable.IndexSummaryManagerTest.testCancelIndex(IndexSummaryManagerTest.java:641)
{code}

Related failure:
http://cassci.datastax.com/job/cassandra-2.2_testall/600/testReport/org.apache.cassandra.io.sstable/IndexSummaryManagerTest/testCancelIndex_compression/

  was:
example failure:
http://cassci.datastax.com/job/cassandra-2.2_testall/594/testReport/org.apache.cassandra.io.sstable/IndexSummaryManagerTest/testCancelIndex/

{code}
Error Message

Expected compaction interrupted exception
{code}
{code}
Stacktrace

junit.framework.AssertionFailedError: Expected compaction interrupted exception
at 
org.apache.cassandra.io.sstable.IndexSummaryManagerTest.testCancelIndex(IndexSummaryManagerTest.java:641)
{code}


> testall failure 
> inorg.apache.cassandra.io.sstable.IndexSummaryManagerTest.testCancelIndex
> -
>
> Key: CASSANDRA-12808
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12808
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Sean McCarthy
>  Labels: test-failure
>
> example failure:
> http://cassci.datastax.com/job/cassandra-2.2_testall/594/testReport/org.apache.cassandra.io.sstable/IndexSummaryManagerTest/testCancelIndex/
> {code}
> Error Message
> Expected compaction interrupted exception
> {code}
> {code}
> Stacktrace
> junit.framework.AssertionFailedError: Expected compaction interrupted 
> exception
>   at 
> org.apache.cassandra.io.sstable.IndexSummaryManagerTest.testCancelIndex(IndexSummaryManagerTest.java:641)
> {code}
> Related failure:
> http://cassci.datastax.com/job/cassandra-2.2_testall/600/testReport/org.apache.cassandra.io.sstable/IndexSummaryManagerTest/testCancelIndex_compression/



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


[jira] [Created] (CASSANDRA-12858) testall failure in org.apache.cassandra.dht.Murmur3PartitionerTest.testSplitWrapping-compression

2016-10-28 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-12858:
-

 Summary: testall failure in 
org.apache.cassandra.dht.Murmur3PartitionerTest.testSplitWrapping-compression
 Key: CASSANDRA-12858
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12858
 Project: Cassandra
  Issue Type: Bug
Reporter: Sean McCarthy


example failure:

http://cassci.datastax.com/job/cassandra-3.X_testall/49/testReport/org.apache.cassandra.dht/Murmur3PartitionerTest/testSplitWrapping_compression/

{code}
Error Message

For 8833996864316961974,8833996864316961979: range did not contain new 
token:8833996864316961974
{code}{code}
Stacktrace

junit.framework.AssertionFailedError: For 
8833996864316961974,8833996864316961979: range did not contain new 
token:8833996864316961974
at 
org.apache.cassandra.dht.PartitionerTestCase.assertSplit(PartitionerTestCase.java:138)
at 
org.apache.cassandra.dht.PartitionerTestCase.assertSplit(PartitionerTestCase.java:150)
at 
org.apache.cassandra.dht.PartitionerTestCase.assertSplit(PartitionerTestCase.java:148)
at 
org.apache.cassandra.dht.PartitionerTestCase.assertSplit(PartitionerTestCase.java:150)
at 
org.apache.cassandra.dht.PartitionerTestCase.assertSplit(PartitionerTestCase.java:148)
at 
org.apache.cassandra.dht.PartitionerTestCase.assertSplit(PartitionerTestCase.java:150)
at 
org.apache.cassandra.dht.PartitionerTestCase.assertSplit(PartitionerTestCase.java:150)
at 
org.apache.cassandra.dht.PartitionerTestCase.assertSplit(PartitionerTestCase.java:150)
at 
org.apache.cassandra.dht.PartitionerTestCase.assertSplit(PartitionerTestCase.java:150)
at 
org.apache.cassandra.dht.PartitionerTestCase.assertSplit(PartitionerTestCase.java:148)
at 
org.apache.cassandra.dht.PartitionerTestCase.assertSplit(PartitionerTestCase.java:148)
at 
org.apache.cassandra.dht.PartitionerTestCase.assertSplit(PartitionerTestCase.java:150)
at 
org.apache.cassandra.dht.PartitionerTestCase.assertSplit(PartitionerTestCase.java:150)
at 
org.apache.cassandra.dht.PartitionerTestCase.assertSplit(PartitionerTestCase.java:148)
at 
org.apache.cassandra.dht.PartitionerTestCase.assertSplit(PartitionerTestCase.java:148)
at 
org.apache.cassandra.dht.PartitionerTestCase.assertSplit(PartitionerTestCase.java:148)
at 
org.apache.cassandra.dht.PartitionerTestCase.assertSplit(PartitionerTestCase.java:148)
at 
org.apache.cassandra.dht.PartitionerTestCase.assertSplit(PartitionerTestCase.java:129)
at 
org.apache.cassandra.dht.Murmur3PartitionerTest.testSplitWrapping(Murmur3PartitionerTest.java:50)
{code}



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


[jira] [Created] (CASSANDRA-12856) dtest failure in replication_test.SnitchConfigurationUpdateTest.test_cannot_restart_with_different_rack

2016-10-28 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-12856:
-

 Summary: dtest failure in 
replication_test.SnitchConfigurationUpdateTest.test_cannot_restart_with_different_rack
 Key: CASSANDRA-12856
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12856
 Project: Cassandra
  Issue Type: Test
Reporter: Sean McCarthy
Assignee: DS Test Eng
 Attachments: node1.log

example failure:

http://cassci.datastax.com/job/cassandra-2.1_novnode_dtest/280/testReport/replication_test/SnitchConfigurationUpdateTest/test_cannot_restart_with_different_rack

{code}
Error Message

Problem stopping node node1
{code}{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
  File "/home/automaton/cassandra-dtest/replication_test.py", line 630, in 
test_cannot_restart_with_different_rack
node1.stop(wait_other_notice=True)
  File "/usr/local/lib/python2.7/dist-packages/ccmlib/node.py", line 727, in 
stop
raise NodeError("Problem stopping node %s" % self.name)
{code}



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


[jira] [Updated] (CASSANDRA-12825) testall failure in org.apache.cassandra.db.compaction.CompactionsCQLTest.testTriggerMinorCompactionDTCS-compression

2016-10-26 Thread Sean McCarthy (JIRA)

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

Sean McCarthy updated CASSANDRA-12825:
--
Description: 
example failure:
http://cassci.datastax.com/job/trunk_testall/1243/testReport/org.apache.cassandra.db.compaction/CompactionsCQLTest/testTriggerMinorCompactionDTCS_compression/

{code}
Error Message

No minor compaction triggered in 5000ms
{code}{code}
Stacktrace

junit.framework.AssertionFailedError: No minor compaction triggered in 5000ms
at 
org.apache.cassandra.db.compaction.CompactionsCQLTest.waitForMinor(CompactionsCQLTest.java:247)
at 
org.apache.cassandra.db.compaction.CompactionsCQLTest.testTriggerMinorCompactionDTCS(CompactionsCQLTest.java:72)
{code}

Related failure:
http://cassci.datastax.com/job/cassandra-3.X_testall/47/testReport/org.apache.cassandra.db.compaction/CompactionsCQLTest/testTriggerMinorCompactionDTCS/

  was:
example failure:
http://cassci.datastax.com/job/trunk_testall/1243/testReport/org.apache.cassandra.db.compaction/CompactionsCQLTest/testTriggerMinorCompactionDTCS_compression/

{code}
Error Message

No minor compaction triggered in 5000ms
{code}{code}
Stacktrace

junit.framework.AssertionFailedError: No minor compaction triggered in 5000ms
at 
org.apache.cassandra.db.compaction.CompactionsCQLTest.waitForMinor(CompactionsCQLTest.java:247)
at 
org.apache.cassandra.db.compaction.CompactionsCQLTest.testTriggerMinorCompactionDTCS(CompactionsCQLTest.java:72)
{code}


> testall failure in 
> org.apache.cassandra.db.compaction.CompactionsCQLTest.testTriggerMinorCompactionDTCS-compression
> ---
>
> Key: CASSANDRA-12825
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12825
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Sean McCarthy
>  Labels: test-failure
>
> example failure:
> http://cassci.datastax.com/job/trunk_testall/1243/testReport/org.apache.cassandra.db.compaction/CompactionsCQLTest/testTriggerMinorCompactionDTCS_compression/
> {code}
> Error Message
> No minor compaction triggered in 5000ms
> {code}{code}
> Stacktrace
> junit.framework.AssertionFailedError: No minor compaction triggered in 5000ms
>   at 
> org.apache.cassandra.db.compaction.CompactionsCQLTest.waitForMinor(CompactionsCQLTest.java:247)
>   at 
> org.apache.cassandra.db.compaction.CompactionsCQLTest.testTriggerMinorCompactionDTCS(CompactionsCQLTest.java:72)
> {code}
> Related failure:
> http://cassci.datastax.com/job/cassandra-3.X_testall/47/testReport/org.apache.cassandra.db.compaction/CompactionsCQLTest/testTriggerMinorCompactionDTCS/



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


[jira] [Resolved] (CASSANDRA-12826) testall failure in org.apache.cassandra.db.compaction.CompactionsCQLTest.testTriggerMinorCompactionDTCS-compression

2016-10-26 Thread Sean McCarthy (JIRA)

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

Sean McCarthy resolved CASSANDRA-12826.
---
Resolution: Duplicate

> testall failure in 
> org.apache.cassandra.db.compaction.CompactionsCQLTest.testTriggerMinorCompactionDTCS-compression
> ---
>
> Key: CASSANDRA-12826
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12826
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Sean McCarthy
>  Labels: test-failure
>
> example failure:
> http://cassci.datastax.com/job/trunk_testall/1243/testReport/org.apache.cassandra.db.compaction/CompactionsCQLTest/testTriggerMinorCompactionDTCS_compression/
> {code}
> Error Message
> No minor compaction triggered in 5000ms
> {code}{code}
> Stacktrace
> junit.framework.AssertionFailedError: No minor compaction triggered in 5000ms
>   at 
> org.apache.cassandra.db.compaction.CompactionsCQLTest.waitForMinor(CompactionsCQLTest.java:247)
>   at 
> org.apache.cassandra.db.compaction.CompactionsCQLTest.testTriggerMinorCompactionDTCS(CompactionsCQLTest.java:72)
> {code}



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


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

2016-10-26 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-12843:
-

 Summary: dtest failure in thrift_hsha_test.ThriftHSHATest.test_6285
 Key: CASSANDRA-12843
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12843
 Project: Cassandra
  Issue Type: Test
Reporter: Sean McCarthy
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.X_novnode_dtest/7/testReport/thrift_hsha_test/ThriftHSHATest/test_6285

{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 358, in run
self.tearDown()
  File "/home/automaton/cassandra-dtest/dtest.py", line 581, in tearDown
raise AssertionError('Unexpected error in log, see stdout')
{code}{code}
Standard Output

Unexpected error in node1 log, error: 
ERROR [MessagingService-Incoming-/127.0.0.2] 2016-10-25 04:44:32,035 
CassandraDaemon.java:229 - Exception in thread 
Thread[MessagingService-Incoming-/127.0.0.2,5,main]
java.io.IOError: java.io.EOFException: EOF after 62 bytes out of 128
at 
org.apache.cassandra.db.rows.UnfilteredRowIteratorSerializer$1.computeNext(UnfilteredRowIteratorSerializer.java:227)
 ~[main/:na]
at 
org.apache.cassandra.db.rows.UnfilteredRowIteratorSerializer$1.computeNext(UnfilteredRowIteratorSerializer.java:215)
 ~[main/:na]
at 
org.apache.cassandra.utils.AbstractIterator.hasNext(AbstractIterator.java:47) 
~[main/:na]
at 
org.apache.cassandra.db.partitions.PartitionUpdate$PartitionUpdateSerializer.deserialize30(PartitionUpdate.java:839)
 ~[main/:na]
at 
org.apache.cassandra.db.partitions.PartitionUpdate$PartitionUpdateSerializer.deserialize(PartitionUpdate.java:800)
 ~[main/:na]
at 
org.apache.cassandra.db.Mutation$MutationSerializer.deserialize(Mutation.java:415)
 ~[main/:na]
at 
org.apache.cassandra.db.Mutation$MutationSerializer.deserialize(Mutation.java:434)
 ~[main/:na]
at 
org.apache.cassandra.db.Mutation$MutationSerializer.deserialize(Mutation.java:371)
 ~[main/:na]
at org.apache.cassandra.net.MessageIn.read(MessageIn.java:114) 
~[main/:na]
at 
org.apache.cassandra.net.IncomingTcpConnection.receiveMessage(IncomingTcpConnection.java:191)
 ~[main/:na]
at 
org.apache.cassandra.net.IncomingTcpConnection.receiveMessages(IncomingTcpConnection.java:179)
 ~[main/:na]
at 
org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpConnection.java:93)
 ~[main/:na]
Caused by: java.io.EOFException: EOF after 62 bytes out of 128
at 
org.apache.cassandra.io.util.RebufferingInputStream.readFully(RebufferingInputStream.java:68)
 ~[main/:na]
at 
org.apache.cassandra.io.util.RebufferingInputStream.readFully(RebufferingInputStream.java:60)
 ~[main/:na]
at 
org.apache.cassandra.utils.ByteBufferUtil.read(ByteBufferUtil.java:402) 
~[main/:na]
at 
org.apache.cassandra.db.marshal.AbstractType.readValue(AbstractType.java:431) 
~[main/:na]
at 
org.apache.cassandra.db.rows.Cell$Serializer.deserialize(Cell.java:245) 
~[main/:na]
at 
org.apache.cassandra.db.rows.UnfilteredSerializer.readSimpleColumn(UnfilteredSerializer.java:610)
 ~[main/:na]
at 
org.apache.cassandra.db.rows.UnfilteredSerializer.lambda$deserializeRowBody$294(UnfilteredSerializer.java:575)
 ~[main/:na]
at 
org.apache.cassandra.db.rows.UnfilteredSerializer$$Lambda$151/1160549071.accept(Unknown
 Source) ~[na:na]
at 
org.apache.cassandra.utils.btree.BTree.applyForwards(BTree.java:1222) 
~[main/:na]
at org.apache.cassandra.utils.btree.BTree.apply(BTree.java:1177) 
~[main/:na]
at org.apache.cassandra.db.Columns.apply(Columns.java:377) ~[main/:na]
at 
org.apache.cassandra.db.rows.UnfilteredSerializer.deserializeRowBody(UnfilteredSerializer.java:571)
 ~[main/:na]
at 
org.apache.cassandra.db.rows.UnfilteredSerializer.deserialize(UnfilteredSerializer.java:440)
 ~[main/:na]
at 
org.apache.cassandra.db.rows.UnfilteredRowIteratorSerializer$1.computeNext(UnfilteredRowIteratorSerializer.java:222)
 ~[main/:na]
... 11 common frames omitted
{code}



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


[jira] [Created] (CASSANDRA-12842) testall failure inorg.apache.cassandra.pig.CqlTableTest.testCqlNativeStorageCompositeKeyTable

2016-10-26 Thread Sean McCarthy (JIRA)
Sean McCarthy created CASSANDRA-12842:
-

 Summary: testall failure 
inorg.apache.cassandra.pig.CqlTableTest.testCqlNativeStorageCompositeKeyTable
 Key: CASSANDRA-12842
 URL: https://issues.apache.org/jira/browse/CASSANDRA-12842
 Project: Cassandra
  Issue Type: Bug
Reporter: Sean McCarthy


example failure:

http://cassci.datastax.com/job/cassandra-2.2_testall/598/testReport/org.apache.cassandra.pig/CqlTableTest/testCqlNativeStorageCompositeKeyTable/

{code}
Error Message

expected:<4> but was:<9>
{code}{code}
Stacktrace

junit.framework.AssertionFailedError: expected:<4> but was:<9>
at 
org.apache.cassandra.pig.CqlTableTest.compositeKeyTableTest(CqlTableTest.java:200)
at 
org.apache.cassandra.pig.CqlTableTest.testCqlNativeStorageCompositeKeyTable(CqlTableTest.java:172)
{code}



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


[jira] [Updated] (CASSANDRA-12841) testall failure in org.apache.cassandra.db.compaction.NeverPurgeTest.minorNeverPurgeTombstonesTest-compression

2016-10-26 Thread Sean McCarthy (JIRA)

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

Sean McCarthy updated CASSANDRA-12841:
--
Description: 
example failure:

http://cassci.datastax.com/job/cassandra-2.2_testall/597/testReport/org.apache.cassandra.db.compaction/NeverPurgeTest/minorNeverPurgeTombstonesTest_compression/

{code}
Error Message

Memory was freed by Thread[NonPeriodicTasks:1,5,main]
{code}{code}
Stacktrace

junit.framework.AssertionFailedError: Memory was freed by 
Thread[NonPeriodicTasks:1,5,main]
at 
org.apache.cassandra.io.util.SafeMemory.checkBounds(SafeMemory.java:103)
at org.apache.cassandra.io.util.Memory.getLong(Memory.java:260)
at 
org.apache.cassandra.io.compress.CompressionMetadata.chunkFor(CompressionMetadata.java:223)
at 
org.apache.cassandra.io.compress.CompressedRandomAccessReader.reBufferMmap(CompressedRandomAccessReader.java:168)
at 
org.apache.cassandra.io.compress.CompressedRandomAccessReader.reBuffer(CompressedRandomAccessReader.java:226)
at 
org.apache.cassandra.io.util.RandomAccessReader.read(RandomAccessReader.java:303)
at 
org.apache.cassandra.io.util.AbstractDataInput.readInt(AbstractDataInput.java:202)
at 
org.apache.cassandra.io.util.AbstractDataInput.readLong(AbstractDataInput.java:264)
at 
org.apache.cassandra.db.ColumnSerializer.deserializeColumnBody(ColumnSerializer.java:131)
at 
org.apache.cassandra.db.OnDiskAtom$Serializer.deserializeFromSSTable(OnDiskAtom.java:92)
at 
org.apache.cassandra.db.AbstractCell$1.computeNext(AbstractCell.java:52)
at 
org.apache.cassandra.db.AbstractCell$1.computeNext(AbstractCell.java:46)
at 
com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143)
at 
com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138)
at 
org.apache.cassandra.io.sstable.SSTableIdentityIterator.hasNext(SSTableIdentityIterator.java:169)
at 
org.apache.cassandra.db.compaction.NeverPurgeTest.verifyContainsTombstones(NeverPurgeTest.java:114)
at 
org.apache.cassandra.db.compaction.NeverPurgeTest.minorNeverPurgeTombstonesTest(NeverPurgeTest.java:85)
{code}

Related failure:

http://cassci.datastax.com/job/cassandra-2.2_testall/598/testReport/org.apache.cassandra.db.compaction/NeverPurgeTest/minorNeverPurgeTombstonesTest/

  was:
example failure:

http://cassci.datastax.com/job/cassandra-2.2_testall/597/testReport/org.apache.cassandra.db.compaction/NeverPurgeTest/minorNeverPurgeTombstonesTest_compression/

{code}
Error Message

Memory was freed by Thread[NonPeriodicTasks:1,5,main]
{code}{code}
Stacktrace

junit.framework.AssertionFailedError: Memory was freed by 
Thread[NonPeriodicTasks:1,5,main]
at 
org.apache.cassandra.io.util.SafeMemory.checkBounds(SafeMemory.java:103)
at org.apache.cassandra.io.util.Memory.getLong(Memory.java:260)
at 
org.apache.cassandra.io.compress.CompressionMetadata.chunkFor(CompressionMetadata.java:223)
at 
org.apache.cassandra.io.compress.CompressedRandomAccessReader.reBufferMmap(CompressedRandomAccessReader.java:168)
at 
org.apache.cassandra.io.compress.CompressedRandomAccessReader.reBuffer(CompressedRandomAccessReader.java:226)
at 
org.apache.cassandra.io.util.RandomAccessReader.read(RandomAccessReader.java:303)
at 
org.apache.cassandra.io.util.AbstractDataInput.readInt(AbstractDataInput.java:202)
at 
org.apache.cassandra.io.util.AbstractDataInput.readLong(AbstractDataInput.java:264)
at 
org.apache.cassandra.db.ColumnSerializer.deserializeColumnBody(ColumnSerializer.java:131)
at 
org.apache.cassandra.db.OnDiskAtom$Serializer.deserializeFromSSTable(OnDiskAtom.java:92)
at 
org.apache.cassandra.db.AbstractCell$1.computeNext(AbstractCell.java:52)
at 
org.apache.cassandra.db.AbstractCell$1.computeNext(AbstractCell.java:46)
at 
com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143)
at 
com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138)
at 
org.apache.cassandra.io.sstable.SSTableIdentityIterator.hasNext(SSTableIdentityIterator.java:169)
at 
org.apache.cassandra.db.compaction.NeverPurgeTest.verifyContainsTombstones(NeverPurgeTest.java:114)
at 
org.apache.cassandra.db.compaction.NeverPurgeTest.minorNeverPurgeTombstonesTest(NeverPurgeTest.java:85)
{code}


> testall failure in 
> org.apache.cassandra.db.compaction.NeverPurgeTest.minorNeverPurgeTombstonesTest-compression
> --
>
> Key: CASSANDRA-12841
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12841
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Sean 

  1   2   3   4   5   >