[jira] [Updated] (CASSANDRA-4567) Error in log related to Murmur3Partitioner

2012-08-28 Thread Vijay (JIRA)

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

Vijay updated CASSANDRA-4567:
-

Attachment: 0001-CASSANDRA-4567-v3.patch

Done!

> Error in log related to Murmur3Partitioner
> --
>
> Key: CASSANDRA-4567
> URL: https://issues.apache.org/jira/browse/CASSANDRA-4567
> Project: Cassandra
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 1.2.0 beta 1
> Environment: Using ccm on ubuntu
>Reporter: Tyler Patterson
>Assignee: Vijay
> Fix For: 1.2.0 beta 1
>
> Attachments: 0001-CASSANDRA-4567.patch, 0001-CASSANDRA-4567-v2.patch, 
> 0001-CASSANDRA-4567-v3.patch
>
>
> Start a 2-node cluster on cassandra-1.1. Bring down one node, upgrade it to 
> trunk, start it back up. The following error shows up in the log:
> {code}
> ...
>  INFO [main] 2012-08-22 10:44:40,012 CacheService.java (line 170) Scheduling 
> row cache save to each 0 seconds (going to save all keys).
>  INFO [SSTableBatchOpen:1] 2012-08-22 10:44:40,106 SSTableReader.java (line 
> 164) Opening 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-2
>  (148 bytes)
>  INFO [SSTableBatchOpen:2] 2012-08-22 10:44:40,106 SSTableReader.java (line 
> 164) Opening 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-1
>  (226 bytes)
>  INFO [SSTableBatchOpen:3] 2012-08-22 10:44:40,106 SSTableReader.java (line 
> 164) Opening 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-3
>  (89 bytes)
> ERROR [SSTableBatchOpen:3] 2012-08-22 10:44:40,114 CassandraDaemon.java (line 
> 131) Exception in thread Thread[SSTableBatchOpen:3,5,main]
> java.lang.RuntimeException: Cannot open 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-3
>  because partitioner does not match 
> org.apache.cassandra.dht.Murmur3Partitioner
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:175)
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:149)
> at 
> org.apache.cassandra.io.sstable.SSTableReader$1.run(SSTableReader.java:236)
> at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:662)
> ERROR [SSTableBatchOpen:2] 2012-08-22 10:44:40,114 CassandraDaemon.java (line 
> 131) Exception in thread Thread[SSTableBatchOpen:2,5,main]
> java.lang.RuntimeException: Cannot open 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-1
>  because partitioner does not match 
> org.apache.cassandra.dht.Murmur3Partitioner
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:175)
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:149)
> at 
> org.apache.cassandra.io.sstable.SSTableReader$1.run(SSTableReader.java:236)
> at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:662)
> ERROR [SSTableBatchOpen:1] 2012-08-22 10:44:40,114 CassandraDaemon.java (line 
> 131) Exception in thread Thread[SSTableBatchOpen:1,5,main]
> java.lang.RuntimeException: Cannot open 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-2
>  because partitioner does not match 
> org.apache.cassandra.dht.Murmur3Partitioner
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:175)
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:149)
> at 
> org.apache.cassandra.io.sstable.SSTableReader$1.run(SSTableReader.java:236)
> at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecuto

[jira] [Updated] (CASSANDRA-4567) Error in log related to Murmur3Partitioner

2012-08-28 Thread Vijay (JIRA)

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

Vijay updated CASSANDRA-4567:
-

Attachment: 0001-CASSANDRA-4567-v2.patch

> Error in log related to Murmur3Partitioner
> --
>
> Key: CASSANDRA-4567
> URL: https://issues.apache.org/jira/browse/CASSANDRA-4567
> Project: Cassandra
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 1.2.0 beta 1
> Environment: Using ccm on ubuntu
>Reporter: Tyler Patterson
>Assignee: Vijay
> Fix For: 1.2.0 beta 1
>
> Attachments: 0001-CASSANDRA-4567.patch, 0001-CASSANDRA-4567-v2.patch
>
>
> Start a 2-node cluster on cassandra-1.1. Bring down one node, upgrade it to 
> trunk, start it back up. The following error shows up in the log:
> {code}
> ...
>  INFO [main] 2012-08-22 10:44:40,012 CacheService.java (line 170) Scheduling 
> row cache save to each 0 seconds (going to save all keys).
>  INFO [SSTableBatchOpen:1] 2012-08-22 10:44:40,106 SSTableReader.java (line 
> 164) Opening 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-2
>  (148 bytes)
>  INFO [SSTableBatchOpen:2] 2012-08-22 10:44:40,106 SSTableReader.java (line 
> 164) Opening 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-1
>  (226 bytes)
>  INFO [SSTableBatchOpen:3] 2012-08-22 10:44:40,106 SSTableReader.java (line 
> 164) Opening 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-3
>  (89 bytes)
> ERROR [SSTableBatchOpen:3] 2012-08-22 10:44:40,114 CassandraDaemon.java (line 
> 131) Exception in thread Thread[SSTableBatchOpen:3,5,main]
> java.lang.RuntimeException: Cannot open 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-3
>  because partitioner does not match 
> org.apache.cassandra.dht.Murmur3Partitioner
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:175)
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:149)
> at 
> org.apache.cassandra.io.sstable.SSTableReader$1.run(SSTableReader.java:236)
> at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:662)
> ERROR [SSTableBatchOpen:2] 2012-08-22 10:44:40,114 CassandraDaemon.java (line 
> 131) Exception in thread Thread[SSTableBatchOpen:2,5,main]
> java.lang.RuntimeException: Cannot open 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-1
>  because partitioner does not match 
> org.apache.cassandra.dht.Murmur3Partitioner
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:175)
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:149)
> at 
> org.apache.cassandra.io.sstable.SSTableReader$1.run(SSTableReader.java:236)
> at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:662)
> ERROR [SSTableBatchOpen:1] 2012-08-22 10:44:40,114 CassandraDaemon.java (line 
> 131) Exception in thread Thread[SSTableBatchOpen:1,5,main]
> java.lang.RuntimeException: Cannot open 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-2
>  because partitioner does not match 
> org.apache.cassandra.dht.Murmur3Partitioner
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:175)
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:149)
> at 
> org.apache.cassandra.io.sstable.SSTableReader$1.run(SSTableReader.java:236)
> at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread

[jira] [Updated] (CASSANDRA-4567) Error in log related to Murmur3Partitioner

2012-08-28 Thread Vijay (JIRA)

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

Vijay updated CASSANDRA-4567:
-

Attachment: (was: 0001-CASSANDRA-4567-v2.patch)

> Error in log related to Murmur3Partitioner
> --
>
> Key: CASSANDRA-4567
> URL: https://issues.apache.org/jira/browse/CASSANDRA-4567
> Project: Cassandra
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 1.2.0 beta 1
> Environment: Using ccm on ubuntu
>Reporter: Tyler Patterson
>Assignee: Vijay
> Fix For: 1.2.0 beta 1
>
> Attachments: 0001-CASSANDRA-4567.patch, 0001-CASSANDRA-4567-v2.patch
>
>
> Start a 2-node cluster on cassandra-1.1. Bring down one node, upgrade it to 
> trunk, start it back up. The following error shows up in the log:
> {code}
> ...
>  INFO [main] 2012-08-22 10:44:40,012 CacheService.java (line 170) Scheduling 
> row cache save to each 0 seconds (going to save all keys).
>  INFO [SSTableBatchOpen:1] 2012-08-22 10:44:40,106 SSTableReader.java (line 
> 164) Opening 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-2
>  (148 bytes)
>  INFO [SSTableBatchOpen:2] 2012-08-22 10:44:40,106 SSTableReader.java (line 
> 164) Opening 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-1
>  (226 bytes)
>  INFO [SSTableBatchOpen:3] 2012-08-22 10:44:40,106 SSTableReader.java (line 
> 164) Opening 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-3
>  (89 bytes)
> ERROR [SSTableBatchOpen:3] 2012-08-22 10:44:40,114 CassandraDaemon.java (line 
> 131) Exception in thread Thread[SSTableBatchOpen:3,5,main]
> java.lang.RuntimeException: Cannot open 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-3
>  because partitioner does not match 
> org.apache.cassandra.dht.Murmur3Partitioner
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:175)
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:149)
> at 
> org.apache.cassandra.io.sstable.SSTableReader$1.run(SSTableReader.java:236)
> at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:662)
> ERROR [SSTableBatchOpen:2] 2012-08-22 10:44:40,114 CassandraDaemon.java (line 
> 131) Exception in thread Thread[SSTableBatchOpen:2,5,main]
> java.lang.RuntimeException: Cannot open 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-1
>  because partitioner does not match 
> org.apache.cassandra.dht.Murmur3Partitioner
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:175)
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:149)
> at 
> org.apache.cassandra.io.sstable.SSTableReader$1.run(SSTableReader.java:236)
> at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:662)
> ERROR [SSTableBatchOpen:1] 2012-08-22 10:44:40,114 CassandraDaemon.java (line 
> 131) Exception in thread Thread[SSTableBatchOpen:1,5,main]
> java.lang.RuntimeException: Cannot open 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-2
>  because partitioner does not match 
> org.apache.cassandra.dht.Murmur3Partitioner
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:175)
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:149)
> at 
> org.apache.cassandra.io.sstable.SSTableReader$1.run(SSTableReader.java:236)
> at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread

[jira] [Updated] (CASSANDRA-4567) Error in log related to Murmur3Partitioner

2012-08-28 Thread Vijay (JIRA)

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

Vijay updated CASSANDRA-4567:
-

Attachment: (was: 0001-CASSANDRA-4567-v2.patch)

> Error in log related to Murmur3Partitioner
> --
>
> Key: CASSANDRA-4567
> URL: https://issues.apache.org/jira/browse/CASSANDRA-4567
> Project: Cassandra
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 1.2.0 beta 1
> Environment: Using ccm on ubuntu
>Reporter: Tyler Patterson
>Assignee: Vijay
> Fix For: 1.2.0 beta 1
>
> Attachments: 0001-CASSANDRA-4567.patch, 0001-CASSANDRA-4567-v2.patch
>
>
> Start a 2-node cluster on cassandra-1.1. Bring down one node, upgrade it to 
> trunk, start it back up. The following error shows up in the log:
> {code}
> ...
>  INFO [main] 2012-08-22 10:44:40,012 CacheService.java (line 170) Scheduling 
> row cache save to each 0 seconds (going to save all keys).
>  INFO [SSTableBatchOpen:1] 2012-08-22 10:44:40,106 SSTableReader.java (line 
> 164) Opening 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-2
>  (148 bytes)
>  INFO [SSTableBatchOpen:2] 2012-08-22 10:44:40,106 SSTableReader.java (line 
> 164) Opening 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-1
>  (226 bytes)
>  INFO [SSTableBatchOpen:3] 2012-08-22 10:44:40,106 SSTableReader.java (line 
> 164) Opening 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-3
>  (89 bytes)
> ERROR [SSTableBatchOpen:3] 2012-08-22 10:44:40,114 CassandraDaemon.java (line 
> 131) Exception in thread Thread[SSTableBatchOpen:3,5,main]
> java.lang.RuntimeException: Cannot open 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-3
>  because partitioner does not match 
> org.apache.cassandra.dht.Murmur3Partitioner
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:175)
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:149)
> at 
> org.apache.cassandra.io.sstable.SSTableReader$1.run(SSTableReader.java:236)
> at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:662)
> ERROR [SSTableBatchOpen:2] 2012-08-22 10:44:40,114 CassandraDaemon.java (line 
> 131) Exception in thread Thread[SSTableBatchOpen:2,5,main]
> java.lang.RuntimeException: Cannot open 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-1
>  because partitioner does not match 
> org.apache.cassandra.dht.Murmur3Partitioner
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:175)
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:149)
> at 
> org.apache.cassandra.io.sstable.SSTableReader$1.run(SSTableReader.java:236)
> at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:662)
> ERROR [SSTableBatchOpen:1] 2012-08-22 10:44:40,114 CassandraDaemon.java (line 
> 131) Exception in thread Thread[SSTableBatchOpen:1,5,main]
> java.lang.RuntimeException: Cannot open 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-2
>  because partitioner does not match 
> org.apache.cassandra.dht.Murmur3Partitioner
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:175)
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:149)
> at 
> org.apache.cassandra.io.sstable.SSTableReader$1.run(SSTableReader.java:236)
> at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread

[jira] [Updated] (CASSANDRA-4567) Error in log related to Murmur3Partitioner

2012-08-28 Thread Vijay (JIRA)

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

Vijay updated CASSANDRA-4567:
-

Attachment: 0001-CASSANDRA-4567-v2.patch

> Error in log related to Murmur3Partitioner
> --
>
> Key: CASSANDRA-4567
> URL: https://issues.apache.org/jira/browse/CASSANDRA-4567
> Project: Cassandra
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 1.2.0 beta 1
> Environment: Using ccm on ubuntu
>Reporter: Tyler Patterson
>Assignee: Vijay
> Fix For: 1.2.0 beta 1
>
> Attachments: 0001-CASSANDRA-4567.patch, 0001-CASSANDRA-4567-v2.patch
>
>
> Start a 2-node cluster on cassandra-1.1. Bring down one node, upgrade it to 
> trunk, start it back up. The following error shows up in the log:
> {code}
> ...
>  INFO [main] 2012-08-22 10:44:40,012 CacheService.java (line 170) Scheduling 
> row cache save to each 0 seconds (going to save all keys).
>  INFO [SSTableBatchOpen:1] 2012-08-22 10:44:40,106 SSTableReader.java (line 
> 164) Opening 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-2
>  (148 bytes)
>  INFO [SSTableBatchOpen:2] 2012-08-22 10:44:40,106 SSTableReader.java (line 
> 164) Opening 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-1
>  (226 bytes)
>  INFO [SSTableBatchOpen:3] 2012-08-22 10:44:40,106 SSTableReader.java (line 
> 164) Opening 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-3
>  (89 bytes)
> ERROR [SSTableBatchOpen:3] 2012-08-22 10:44:40,114 CassandraDaemon.java (line 
> 131) Exception in thread Thread[SSTableBatchOpen:3,5,main]
> java.lang.RuntimeException: Cannot open 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-3
>  because partitioner does not match 
> org.apache.cassandra.dht.Murmur3Partitioner
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:175)
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:149)
> at 
> org.apache.cassandra.io.sstable.SSTableReader$1.run(SSTableReader.java:236)
> at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:662)
> ERROR [SSTableBatchOpen:2] 2012-08-22 10:44:40,114 CassandraDaemon.java (line 
> 131) Exception in thread Thread[SSTableBatchOpen:2,5,main]
> java.lang.RuntimeException: Cannot open 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-1
>  because partitioner does not match 
> org.apache.cassandra.dht.Murmur3Partitioner
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:175)
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:149)
> at 
> org.apache.cassandra.io.sstable.SSTableReader$1.run(SSTableReader.java:236)
> at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:662)
> ERROR [SSTableBatchOpen:1] 2012-08-22 10:44:40,114 CassandraDaemon.java (line 
> 131) Exception in thread Thread[SSTableBatchOpen:1,5,main]
> java.lang.RuntimeException: Cannot open 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-2
>  because partitioner does not match 
> org.apache.cassandra.dht.Murmur3Partitioner
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:175)
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:149)
> at 
> org.apache.cassandra.io.sstable.SSTableReader$1.run(SSTableReader.java:236)
> at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread

[jira] [Updated] (CASSANDRA-4567) Error in log related to Murmur3Partitioner

2012-08-28 Thread Vijay (JIRA)

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

Vijay updated CASSANDRA-4567:
-

Attachment: 0001-CASSANDRA-4567-v2.patch

Done! (not sure how i missed this with the tests which i did :( )

Attached patch also exits the VM if it detects the change in partitioner, 
earlier we where skiping the SST's and start the node without any data.

> Error in log related to Murmur3Partitioner
> --
>
> Key: CASSANDRA-4567
> URL: https://issues.apache.org/jira/browse/CASSANDRA-4567
> Project: Cassandra
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 1.2.0 beta 1
> Environment: Using ccm on ubuntu
>Reporter: Tyler Patterson
>Assignee: Vijay
> Fix For: 1.2.0 beta 1
>
> Attachments: 0001-CASSANDRA-4567.patch, 0001-CASSANDRA-4567-v2.patch
>
>
> Start a 2-node cluster on cassandra-1.1. Bring down one node, upgrade it to 
> trunk, start it back up. The following error shows up in the log:
> {code}
> ...
>  INFO [main] 2012-08-22 10:44:40,012 CacheService.java (line 170) Scheduling 
> row cache save to each 0 seconds (going to save all keys).
>  INFO [SSTableBatchOpen:1] 2012-08-22 10:44:40,106 SSTableReader.java (line 
> 164) Opening 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-2
>  (148 bytes)
>  INFO [SSTableBatchOpen:2] 2012-08-22 10:44:40,106 SSTableReader.java (line 
> 164) Opening 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-1
>  (226 bytes)
>  INFO [SSTableBatchOpen:3] 2012-08-22 10:44:40,106 SSTableReader.java (line 
> 164) Opening 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-3
>  (89 bytes)
> ERROR [SSTableBatchOpen:3] 2012-08-22 10:44:40,114 CassandraDaemon.java (line 
> 131) Exception in thread Thread[SSTableBatchOpen:3,5,main]
> java.lang.RuntimeException: Cannot open 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-3
>  because partitioner does not match 
> org.apache.cassandra.dht.Murmur3Partitioner
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:175)
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:149)
> at 
> org.apache.cassandra.io.sstable.SSTableReader$1.run(SSTableReader.java:236)
> at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:662)
> ERROR [SSTableBatchOpen:2] 2012-08-22 10:44:40,114 CassandraDaemon.java (line 
> 131) Exception in thread Thread[SSTableBatchOpen:2,5,main]
> java.lang.RuntimeException: Cannot open 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-1
>  because partitioner does not match 
> org.apache.cassandra.dht.Murmur3Partitioner
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:175)
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:149)
> at 
> org.apache.cassandra.io.sstable.SSTableReader$1.run(SSTableReader.java:236)
> at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:662)
> ERROR [SSTableBatchOpen:1] 2012-08-22 10:44:40,114 CassandraDaemon.java (line 
> 131) Exception in thread Thread[SSTableBatchOpen:1,5,main]
> java.lang.RuntimeException: Cannot open 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-2
>  because partitioner does not match 
> org.apache.cassandra.dht.Murmur3Partitioner
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:175)
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:149)
> at 
> org.apache.cassandra.io.sstable.SSTableReader$1.run(SSTableReader.java:236)
> at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>

[jira] [Updated] (CASSANDRA-4567) Error in log related to Murmur3Partitioner

2012-08-28 Thread Vijay (JIRA)

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

Vijay updated CASSANDRA-4567:
-

Attachment: 0001-CASSANDRA-4567.patch

Didn't realize that System table requires SS.getPartitioner (Some how thought 
it uses local partitioner). 

Looks like we cannot store the partitioner information in system table like 
initial token (because to open the Table/CF we need a partitioner) and we have 
to store it as a cluster metadata (new file or something). IMHO, We can make 
the log messages pretty print and live with it?

BTW: checking the partitioner to be consistent with the cluster is a safe thing 
which we have to do, hence the attached patch.

> Error in log related to Murmur3Partitioner
> --
>
> Key: CASSANDRA-4567
> URL: https://issues.apache.org/jira/browse/CASSANDRA-4567
> Project: Cassandra
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 1.2.0 beta 1
> Environment: Using ccm on ubuntu
>Reporter: Tyler Patterson
>Assignee: Vijay
> Fix For: 1.2.0 beta 1
>
> Attachments: 0001-CASSANDRA-4567.patch
>
>
> Start a 2-node cluster on cassandra-1.1. Bring down one node, upgrade it to 
> trunk, start it back up. The following error shows up in the log:
> {code}
> ...
>  INFO [main] 2012-08-22 10:44:40,012 CacheService.java (line 170) Scheduling 
> row cache save to each 0 seconds (going to save all keys).
>  INFO [SSTableBatchOpen:1] 2012-08-22 10:44:40,106 SSTableReader.java (line 
> 164) Opening 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-2
>  (148 bytes)
>  INFO [SSTableBatchOpen:2] 2012-08-22 10:44:40,106 SSTableReader.java (line 
> 164) Opening 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-1
>  (226 bytes)
>  INFO [SSTableBatchOpen:3] 2012-08-22 10:44:40,106 SSTableReader.java (line 
> 164) Opening 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-3
>  (89 bytes)
> ERROR [SSTableBatchOpen:3] 2012-08-22 10:44:40,114 CassandraDaemon.java (line 
> 131) Exception in thread Thread[SSTableBatchOpen:3,5,main]
> java.lang.RuntimeException: Cannot open 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-3
>  because partitioner does not match 
> org.apache.cassandra.dht.Murmur3Partitioner
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:175)
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:149)
> at 
> org.apache.cassandra.io.sstable.SSTableReader$1.run(SSTableReader.java:236)
> at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:662)
> ERROR [SSTableBatchOpen:2] 2012-08-22 10:44:40,114 CassandraDaemon.java (line 
> 131) Exception in thread Thread[SSTableBatchOpen:2,5,main]
> java.lang.RuntimeException: Cannot open 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-1
>  because partitioner does not match 
> org.apache.cassandra.dht.Murmur3Partitioner
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:175)
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:149)
> at 
> org.apache.cassandra.io.sstable.SSTableReader$1.run(SSTableReader.java:236)
> at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:662)
> ERROR [SSTableBatchOpen:1] 2012-08-22 10:44:40,114 CassandraDaemon.java (line 
> 131) Exception in thread Thread[SSTableBatchOpen:1,5,main]
> java.lang.RuntimeException: Cannot open 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-2
>  because partitioner does not match 
> org.apache.cassandra.dht.Murmur3Partitioner
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:175)
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:149)
> at 
> org.apache.cassandra.io.sstable.SSTableReader$1.r

[jira] [Updated] (CASSANDRA-4567) Error in log related to Murmur3Partitioner

2012-08-27 Thread Vijay (JIRA)

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

Vijay updated CASSANDRA-4567:
-

Reviewer: xedin  (was: vijay2...@yahoo.com)

> Error in log related to Murmur3Partitioner
> --
>
> Key: CASSANDRA-4567
> URL: https://issues.apache.org/jira/browse/CASSANDRA-4567
> Project: Cassandra
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 1.2.0 beta 1
> Environment: Using ccm on ubuntu
>Reporter: Tyler Patterson
>Assignee: Vijay
> Fix For: 1.2.0 beta 1
>
>
> Start a 2-node cluster on cassandra-1.1. Bring down one node, upgrade it to 
> trunk, start it back up. The following error shows up in the log:
> {code}
> ...
>  INFO [main] 2012-08-22 10:44:40,012 CacheService.java (line 170) Scheduling 
> row cache save to each 0 seconds (going to save all keys).
>  INFO [SSTableBatchOpen:1] 2012-08-22 10:44:40,106 SSTableReader.java (line 
> 164) Opening 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-2
>  (148 bytes)
>  INFO [SSTableBatchOpen:2] 2012-08-22 10:44:40,106 SSTableReader.java (line 
> 164) Opening 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-1
>  (226 bytes)
>  INFO [SSTableBatchOpen:3] 2012-08-22 10:44:40,106 SSTableReader.java (line 
> 164) Opening 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-3
>  (89 bytes)
> ERROR [SSTableBatchOpen:3] 2012-08-22 10:44:40,114 CassandraDaemon.java (line 
> 131) Exception in thread Thread[SSTableBatchOpen:3,5,main]
> java.lang.RuntimeException: Cannot open 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-3
>  because partitioner does not match 
> org.apache.cassandra.dht.Murmur3Partitioner
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:175)
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:149)
> at 
> org.apache.cassandra.io.sstable.SSTableReader$1.run(SSTableReader.java:236)
> at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:662)
> ERROR [SSTableBatchOpen:2] 2012-08-22 10:44:40,114 CassandraDaemon.java (line 
> 131) Exception in thread Thread[SSTableBatchOpen:2,5,main]
> java.lang.RuntimeException: Cannot open 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-1
>  because partitioner does not match 
> org.apache.cassandra.dht.Murmur3Partitioner
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:175)
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:149)
> at 
> org.apache.cassandra.io.sstable.SSTableReader$1.run(SSTableReader.java:236)
> at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:662)
> ERROR [SSTableBatchOpen:1] 2012-08-22 10:44:40,114 CassandraDaemon.java (line 
> 131) Exception in thread Thread[SSTableBatchOpen:1,5,main]
> java.lang.RuntimeException: Cannot open 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-2
>  because partitioner does not match 
> org.apache.cassandra.dht.Murmur3Partitioner
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:175)
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:149)
> at 
> org.apache.cassandra.io.sstable.SSTableReader$1.run(SSTableReader.java:236)
> at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:662)
>  INFO [main] 2012-08-22 10:44:40,486 DatabaseDescriptor.java (lin

[jira] [Updated] (CASSANDRA-4567) Error in log related to Murmur3Partitioner

2012-08-23 Thread Brandon Williams (JIRA)

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

Brandon Williams updated CASSANDRA-4567:


Summary: Error in log related to Murmur3Partitioner  (was: Error in log 
related to Murmer3Partitioner)

> Error in log related to Murmur3Partitioner
> --
>
> Key: CASSANDRA-4567
> URL: https://issues.apache.org/jira/browse/CASSANDRA-4567
> Project: Cassandra
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 1.2.0
> Environment: Using ccm on ubuntu
>Reporter: Tyler Patterson
>Assignee: Pavel Yaskevich
> Fix For: 1.2.0
>
>
> Start a 2-node cluster on cassandra-1.1. Bring down one node, upgrade it to 
> trunk, start it back up. The following error shows up in the log:
> {code}
> ...
>  INFO [main] 2012-08-22 10:44:40,012 CacheService.java (line 170) Scheduling 
> row cache save to each 0 seconds (going to save all keys).
>  INFO [SSTableBatchOpen:1] 2012-08-22 10:44:40,106 SSTableReader.java (line 
> 164) Opening 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-2
>  (148 bytes)
>  INFO [SSTableBatchOpen:2] 2012-08-22 10:44:40,106 SSTableReader.java (line 
> 164) Opening 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-1
>  (226 bytes)
>  INFO [SSTableBatchOpen:3] 2012-08-22 10:44:40,106 SSTableReader.java (line 
> 164) Opening 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-3
>  (89 bytes)
> ERROR [SSTableBatchOpen:3] 2012-08-22 10:44:40,114 CassandraDaemon.java (line 
> 131) Exception in thread Thread[SSTableBatchOpen:3,5,main]
> java.lang.RuntimeException: Cannot open 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-3
>  because partitioner does not match 
> org.apache.cassandra.dht.Murmur3Partitioner
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:175)
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:149)
> at 
> org.apache.cassandra.io.sstable.SSTableReader$1.run(SSTableReader.java:236)
> at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:662)
> ERROR [SSTableBatchOpen:2] 2012-08-22 10:44:40,114 CassandraDaemon.java (line 
> 131) Exception in thread Thread[SSTableBatchOpen:2,5,main]
> java.lang.RuntimeException: Cannot open 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-1
>  because partitioner does not match 
> org.apache.cassandra.dht.Murmur3Partitioner
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:175)
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:149)
> at 
> org.apache.cassandra.io.sstable.SSTableReader$1.run(SSTableReader.java:236)
> at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:662)
> ERROR [SSTableBatchOpen:1] 2012-08-22 10:44:40,114 CassandraDaemon.java (line 
> 131) Exception in thread Thread[SSTableBatchOpen:1,5,main]
> java.lang.RuntimeException: Cannot open 
> /tmp/dtest-IYHWfV/test/node1/data/system/LocationInfo/system-LocationInfo-he-2
>  because partitioner does not match 
> org.apache.cassandra.dht.Murmur3Partitioner
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:175)
> at 
> org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:149)
> at 
> org.apache.cassandra.io.sstable.SSTableReader$1.run(SSTableReader.java:236)
> at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread