Build failed in Hudson: Cassandra #658

2011-01-05 Thread Apache Hudson Server
See 

Changes:

[jbellis] merge from 0.7

[jbellis] merge from 0.7

--
[...truncated 1593 lines...]
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.606 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.RowIterationTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.653 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.RowTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 2.463 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.SuperColumnTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.06 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.TableTest
[junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 3.216 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.TimeSortTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 4.807 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.commitlog.CommitLogHeaderTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.462 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.context.CounterContextTest
[junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.06 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.IntegerTypeTest
[junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.19 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.TimeUUIDTypeTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.07 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.TypeCompareTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.138 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.TypeValidationTest
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.296 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.dht.BootStrapperTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.83 sec
[junit] 
[junit] - Standard Error -
[junit]  WARN 08:45:53,974 Generated random token 
Token(bytes[8264a6e9906ff36d829e30fa0e26d2e8]). Random tokens will result in an 
unbalanced ring; see http://wiki.apache.org/cassandra/Operations
[junit] -  ---
[junit] Testsuite: org.apache.cassandra.dht.ByteOrderedPartitionerTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.083 sec
[junit] 
[junit] Testsuite: 
org.apache.cassandra.dht.CollatingOrderPreservingPartitionerTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.337 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.dht.OrderPreservingPartitionerTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1.156 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.dht.RandomPartitionerTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.765 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.dht.RangeTest
[junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.46 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.gms.ArrivalWindowTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.114 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.gms.GossipDigestTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.053 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyInputFormatTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.181 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.BloomFilterTrackerTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.438 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 19.322 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.342 sec
[junit] 
[junit] - Standard Error -
[junit]  WARN 08:46:29,085 Invalid file '.svn' in data directory 

[junit]  WARN 08:46:29,648 Invalid file '.svn' in data directory 

[junit] -  ---
[junit] Testsuite: org.apache.cassandra.io.sstable.SSTableReaderTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 4.771 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.43 sec
[junit] 
[junit] Testsuite: 

Cassandra Meetup in San Francisco Bay Area

2011-01-05 Thread Mubarak Seyed
We are hosting a Cassandra meetup in BayArea. Jonathan will give a talk on
Cassandra 0.7

The link to the meetup page is at
http://www.meetup.com/Cassandra-User-Group-Meeting/


Thanks,
Mubarak Seyed.


Cassandra Meetup in San Francisco Bay Area

2011-01-05 Thread Mubarak Seyed
We are hosting a Cassandra meetup in BayArea. Jonathan will give a talk on
Cassandra 0.7

The link to the meetup page is at
http://www.meetup.com/Cassandra-User-Group-Meeting/

Thanks,
Mubarak


Build failed in Hudson: Cassandra #659

2011-01-05 Thread Apache Hudson Server
See 

Changes:

[eevans] basic connection pooling for python driver

Patch by eevans; reviewed by gdusbabek for CASSANDRA-1711

[eevans] license headers (java driver source)

Patch by eevans for CASSANDRA-1710

[eevans] compile driver source

Patch by eevans for CASSANDRA-1710

[eevans] CASSANDRA-1710 basic connection pooling for java driver

Patch by eevans for CASSANDRA-1710

--
[...truncated 1615 lines...]
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.563 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.RowIterationTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.526 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.RowTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 2.958 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.SuperColumnTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.122 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.TableTest
[junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 2.296 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.TimeSortTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.962 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.commitlog.CommitLogHeaderTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.199 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.context.CounterContextTest
[junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.171 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.IntegerTypeTest
[junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.39 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.TimeUUIDTypeTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.102 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.TypeCompareTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.33 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.TypeValidationTest
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.684 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.dht.BootStrapperTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 4.265 sec
[junit] 
[junit] - Standard Error -
[junit]  WARN 11:54:40,240 Generated random token 
Token(bytes[3740c9f50a83b14b99a89a1e356ad848]). Random tokens will result in an 
unbalanced ring; see http://wiki.apache.org/cassandra/Operations
[junit] -  ---
[junit] Testsuite: org.apache.cassandra.dht.ByteOrderedPartitionerTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 2.255 sec
[junit] 
[junit] Testsuite: 
org.apache.cassandra.dht.CollatingOrderPreservingPartitionerTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 2.741 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.dht.OrderPreservingPartitionerTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 2.603 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.dht.RandomPartitionerTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.819 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.dht.RangeTest
[junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 1.042 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.gms.ArrivalWindowTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.254 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.gms.GossipDigestTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.115 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyInputFormatTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.401 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.BloomFilterTrackerTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.039 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 3.89 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.912 sec
[junit] 
[junit] - Standard Error -
[junit]  WARN 11:55:14,925 Invalid file '.svn' in data directory 

[junit]  WARN 11:55:16,145 Invalid file '.svn' in data directory 

[junit] -  ---
[junit] Testsuite

RRR.resolve broken by commit

2011-01-05 Thread Kelvin Kakugawa
Could we revert / refactor this:
https://github.com/apache/cassandra/commit/c57e7c9e

Testing something in trunk and the above refactor prevents CL > ONE reads.
 The exception is:
ERROR 19:51:52,271 Internal error processing get_counter
java.lang.AssertionError:
org.apache.cassandra.service.DigestMismatchException: Mismatch for key
DecoratedKey(47663949345540697427011412002459125089,
746573742e6b65792e313239343235373039382e303231303034)
(d41d8cd98f00b204e9800998ecf8427e vs 4474cd24733f6b664b61a22bafac4bfe)
 at
org.apache.cassandra.service.StorageProxy.fetchRows(StorageProxy.java:469)
at
org.apache.cassandra.service.StorageProxy.readProtocol(StorageProxy.java:352)
 at
org.apache.cassandra.thrift.CassandraServer.readColumnFamily(CassandraServer.java:108)
at
org.apache.cassandra.thrift.CassandraServer.internal_get(CassandraServer.java:296)
 at
org.apache.cassandra.thrift.CassandraServer.get_counter(CassandraServer.java:1075)
at
org.apache.cassandra.thrift.Cassandra$Processor$get_counter.process(Cassandra.java:3874)
 at
org.apache.cassandra.thrift.Cassandra$Processor.process(Cassandra.java:3227)
at
org.apache.cassandra.thrift.CustomTThreadPoolServer$WorkerProcess.run(CustomTThreadPoolServer.java:167)
 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:619)
Caused by: org.apache.cassandra.service.DigestMismatchException: Mismatch
for key DecoratedKey(47663949345540697427011412002459125089,
746573742e6b65792e313239343235373039382e303231303034)
(d41d8cd98f00b204e9800998ecf8427e vs 4474cd24733f6b664b61a22bafac4bfe)
 at
org.apache.cassandra.service.ReadResponseResolver.resolve(ReadResponseResolver.java:110)
at
org.apache.cassandra.service.ReadResponseResolver.resolve(ReadResponseResolver.java:47)
 at org.apache.cassandra.service.RepairCallback.get(RepairCallback.java:44)
at
org.apache.cassandra.service.StorageProxy.fetchRows(StorageProxy.java:463)
 ... 10 more

Basically, it always considers a read a digest read, so if remote replicas
have different values a digest mismatch exception will prevent it from
advancing.  Thanks.

-Kelvin


Re: Cassandra Meetup in San Francisco Bay Area

2011-01-05 Thread Jonathan Ellis
Thanks for organizing this, Mubarak!

A little more detail -- I'll explain the new features in Cassandra 0.7
including column time-to-live, columnfamily truncation, and secondary
indexes, as well as some of the features that have been backported to
recent 0.6 releases (aka Why You Should Upgrade Yesterday). The focus
will primarily be on how these affect application design, but we'll
also touch on operational considerations.

I'm excited to meet everyone!  I hear there will be pizza, too. :)

On Wed, Jan 5, 2011 at 1:31 PM, Mubarak Seyed  wrote:
> We are hosting a Cassandra meetup in BayArea. Jonathan will give a talk on
> Cassandra 0.7
>
> The link to the meetup page is at
> http://www.meetup.com/Cassandra-User-Group-Meeting/
>
> Thanks,
> Mubarak
>



-- 
Jonathan Ellis
Project Chair, Apache Cassandra
co-founder of Riptano, the source for professional Cassandra support
http://riptano.com


[RESULT] [VOTE] Publish cassandra-0.7.0-rc4 to maven central repository.

2011-01-05 Thread Stephen Connolly
Results

+1: Gary, Jonathan, Brandon

I will promote the staging repositories and the sync to central should kick
in within an hour or so.

Is there any standard set of lists I should announce this on?

-Stephen

On 2 January 2011 20:50, Stephen Connolly
wrote:

> As I am not a cassandra committer I'd rather do the promotion with a vote.
>
> There are two staging repositories:
>
> https://repository.apache.org/content/repositories/orgapachecassandra-065/
>
> Which contains the dependencies which are not available in the maven
> central repository (libthrift and avro... actually these are slightly
> tweaked as jars with both .java and .class files can cause problems for
> people when compiling code, so I have stripped out the .java files and
> rebuilt)
>
> The second staging repository is:
>
> https://repository.apache.org/content/repositories/orgapachecassandra-064/
>
> This contains the actual cassandra jars.
>
> I have given these the GAV of org.apache.cassandra:cassandra-all:0.7.0-rc4
> for two reasons:
> 1. There will be eventually cassandra-thrift-server, cassandra-core,
> cassandra-thrift-client, etc [not committing to how they will be split out,
> but the point is that they will be split out] so a -all.jar makes most
> naming sense in this case
> 2. Also don't want to conflict with the riptano GAV coordinates as there is
> a 0.7.0-rc4 already.
>
> Attached is the patch I am using to publish the cassandra jars:
>
> Vote will be open for 72 hours and will proceed by lazy consensus.
>
> -Stephen
>


Re: [RESULT] [VOTE] Publish cassandra-0.7.0-rc4 to maven central repository.

2011-01-05 Thread Jonathan Ellis
cassandra user and hector user lists are probably most interested.

On Wed, Jan 5, 2011 at 3:37 PM, Stephen Connolly
 wrote:
> Results
>
> +1: Gary, Jonathan, Brandon
>
> I will promote the staging repositories and the sync to central should kick
> in within an hour or so.
>
> Is there any standard set of lists I should announce this on?
>
> -Stephen
>
> On 2 January 2011 20:50, Stephen Connolly
> wrote:
>
>> As I am not a cassandra committer I'd rather do the promotion with a vote.
>>
>> There are two staging repositories:
>>
>> https://repository.apache.org/content/repositories/orgapachecassandra-065/
>>
>> Which contains the dependencies which are not available in the maven
>> central repository (libthrift and avro... actually these are slightly
>> tweaked as jars with both .java and .class files can cause problems for
>> people when compiling code, so I have stripped out the .java files and
>> rebuilt)
>>
>> The second staging repository is:
>>
>> https://repository.apache.org/content/repositories/orgapachecassandra-064/
>>
>> This contains the actual cassandra jars.
>>
>> I have given these the GAV of org.apache.cassandra:cassandra-all:0.7.0-rc4
>> for two reasons:
>> 1. There will be eventually cassandra-thrift-server, cassandra-core,
>> cassandra-thrift-client, etc [not committing to how they will be split out,
>> but the point is that they will be split out] so a -all.jar makes most
>> naming sense in this case
>> 2. Also don't want to conflict with the riptano GAV coordinates as there is
>> a 0.7.0-rc4 already.
>>
>> Attached is the patch I am using to publish the cassandra jars:
>>
>> Vote will be open for 72 hours and will proceed by lazy consensus.
>>
>> -Stephen
>>
>



-- 
Jonathan Ellis
Project Chair, Apache Cassandra
co-founder of Riptano, the source for professional Cassandra support
http://riptano.com


Build failed in Hudson: Cassandra-0.7 #146

2011-01-05 Thread Apache Hudson Server
See 

Changes:

[eevans] replace high-scale-lib.jar from maven central

[brandonwilliams] Distributed test harness.  Patch by Kelvin Kakugawa, Stu 
Hood, and Ryan
King, reviewed by brandonwilliams for CASSANDRA-1859.

--
[...truncated 1517 lines...]
[junit] Testsuite: org.apache.cassandra.db.MultitableTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.962 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.NameSortTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 3.007 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.OneCompactionTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.506 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.ReadMessageTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.667 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.RecoveryManager2Test
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.517 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.RecoveryManager3Test
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.176 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.RecoveryManagerTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.205 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.RecoveryManagerTruncateTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.026 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.RemoveColumnFamilyTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.667 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.RemoveColumnFamilyWithFlush1Test
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.949 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.RemoveColumnFamilyWithFlush2Test
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.746 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.RemoveColumnTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.946 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.RemoveSubColumnTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.931 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.RemoveSuperColumnTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 2.239 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.RowIterationTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.029 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.RowTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 2.486 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.SuperColumnTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.127 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.TableTest
[junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 4.267 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.TimeSortTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 7.454 sec
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 7.454 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.commitlog.CommitLogHeaderTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.453 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.IntegerTypeTest
[junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.188 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.TimeUUIDTypeTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.073 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.TypeCompareTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.139 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.TypeValidationTest
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.288 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.dht.BootStrapperTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 2.622 sec
[junit] 
[junit] - Standard Error -
[junit]  WARN 22:00:08,830 Generated random token 
Token(bytes[dbb83be29b8e2a17cf53247aafd5b679]). Random tokens will result in an 
unbalanced ring; see http://wiki.apache.org/cassandra/Operations
[junit] -  ---
[junit] Testsuite: org.apache.cassandra.dht.ByteOrderedPartitionerTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.104 sec
[junit] 
[junit] Testsuite: 
org.apache.cassandra.dht.CollatingOrderPreservingPartitionerTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.362 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.dht.Or

Re: RRR.resolve broken by commit

2011-01-05 Thread Jonathan Ellis
Reverted, with additional comments to make it more clear why the
refactor incorrect.

On Wed, Jan 5, 2011 at 3:09 PM, Kelvin Kakugawa  wrote:
> Could we revert / refactor this:
> https://github.com/apache/cassandra/commit/c57e7c9e
>
> Testing something in trunk and the above refactor prevents CL > ONE reads.
>  The exception is:
> ERROR 19:51:52,271 Internal error processing get_counter
> java.lang.AssertionError:
> org.apache.cassandra.service.DigestMismatchException: Mismatch for key
> DecoratedKey(47663949345540697427011412002459125089,
> 746573742e6b65792e313239343235373039382e303231303034)
> (d41d8cd98f00b204e9800998ecf8427e vs 4474cd24733f6b664b61a22bafac4bfe)
>  at
> org.apache.cassandra.service.StorageProxy.fetchRows(StorageProxy.java:469)
> at
> org.apache.cassandra.service.StorageProxy.readProtocol(StorageProxy.java:352)
>  at
> org.apache.cassandra.thrift.CassandraServer.readColumnFamily(CassandraServer.java:108)
> at
> org.apache.cassandra.thrift.CassandraServer.internal_get(CassandraServer.java:296)
>  at
> org.apache.cassandra.thrift.CassandraServer.get_counter(CassandraServer.java:1075)
> at
> org.apache.cassandra.thrift.Cassandra$Processor$get_counter.process(Cassandra.java:3874)
>  at
> org.apache.cassandra.thrift.Cassandra$Processor.process(Cassandra.java:3227)
> at
> org.apache.cassandra.thrift.CustomTThreadPoolServer$WorkerProcess.run(CustomTThreadPoolServer.java:167)
>  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:619)
> Caused by: org.apache.cassandra.service.DigestMismatchException: Mismatch
> for key DecoratedKey(47663949345540697427011412002459125089,
> 746573742e6b65792e313239343235373039382e303231303034)
> (d41d8cd98f00b204e9800998ecf8427e vs 4474cd24733f6b664b61a22bafac4bfe)
>  at
> org.apache.cassandra.service.ReadResponseResolver.resolve(ReadResponseResolver.java:110)
> at
> org.apache.cassandra.service.ReadResponseResolver.resolve(ReadResponseResolver.java:47)
>  at org.apache.cassandra.service.RepairCallback.get(RepairCallback.java:44)
> at
> org.apache.cassandra.service.StorageProxy.fetchRows(StorageProxy.java:463)
>  ... 10 more
>
> Basically, it always considers a read a digest read, so if remote replicas
> have different values a digest mismatch exception will prevent it from
> advancing.  Thanks.
>
> -Kelvin
>



-- 
Jonathan Ellis
Project Chair, Apache Cassandra
co-founder of Riptano, the source for professional Cassandra support
http://riptano.com


Build failed in Hudson: Cassandra #660

2011-01-05 Thread Apache Hudson Server
See 

Changes:

[eevans] merge w/ 0.7 branch

--
[...truncated 1667 lines...]
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.743 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.RowIterationTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.574 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.RowTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.189 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.SuperColumnTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.149 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.TableTest
[junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 2.622 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.TimeSortTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3.203 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.commitlog.CommitLogHeaderTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.137 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.context.CounterContextTest
[junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.203 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.IntegerTypeTest
[junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.403 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.TimeUUIDTypeTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.164 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.TypeCompareTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.377 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.TypeValidationTest
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.714 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.dht.BootStrapperTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 4.259 sec
[junit] 
[junit] - Standard Error -
[junit]  WARN 14:31:17,303 Generated random token 
Token(bytes[8d87cbeecfa0c6bd1db2f3ad5c3d0ea4]). Random tokens will result in an 
unbalanced ring; see http://wiki.apache.org/cassandra/Operations
[junit] -  ---
[junit] Testsuite: org.apache.cassandra.dht.ByteOrderedPartitionerTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 2.66 sec
[junit] 
[junit] Testsuite: 
org.apache.cassandra.dht.CollatingOrderPreservingPartitionerTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 2.986 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.dht.OrderPreservingPartitionerTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 2.393 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.dht.RandomPartitionerTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.72 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.dht.RangeTest
[junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 1.016 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.gms.ArrivalWindowTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.153 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.gms.GossipDigestTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.125 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyInputFormatTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.414 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.BloomFilterTrackerTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.813 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 3.206 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.955 sec
[junit] 
[junit] - Standard Error -
[junit]  WARN 14:31:50,725 Invalid file '.svn' in data directory 

[junit]  WARN 14:31:52,038 Invalid file '.svn' in data directory 

[junit] -  ---
[junit] Testsuite: org.apache.cassandra.io.sstable.SSTableReaderTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.963 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.38 sec
[junit] 
[junit] Testsuite: 
org.apache.cassand

Re: [RESULT] [VOTE] Publish cassandra-0.7.0-rc4 to maven central repository.

2011-01-05 Thread Brandon Williams
On Wed, Jan 5, 2011 at 3:45 PM, Jonathan Ellis  wrote:

> cassandra user and hector user lists are probably most interested.
>

client-dev would be good too.

-Brandon


Build failed in Hudson: Cassandra-0.7 #147

2011-01-05 Thread Apache Hudson Server
See 

Changes:

[jbellis] revert r1053443

[jbellis] merge from 0.7.0

--
[...truncated 1524 lines...]
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.703 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.ReadMessageTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.363 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.RecoveryManager2Test
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.798 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.RecoveryManager3Test
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.941 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.RecoveryManagerTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.041 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.RecoveryManagerTruncateTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.207 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.RemoveColumnFamilyTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.183 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.RemoveColumnFamilyWithFlush1Test
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.422 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.RemoveColumnFamilyWithFlush2Test
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.299 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.RemoveColumnTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.255 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.RemoveSubColumnTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.301 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.RemoveSuperColumnTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.771 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.RowIterationTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.527 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.RowTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.286 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.SuperColumnTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.291 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.TableTest
[junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 2.692 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.TimeSortTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3.123 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.commitlog.CommitLogHeaderTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.155 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.IntegerTypeTest
[junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.411 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.TimeUUIDTypeTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.154 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.TypeCompareTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.322 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.TypeValidationTest
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.683 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.dht.BootStrapperTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.561 sec
[junit] 
[junit] - Standard Error -
[junit]  WARN 15:32:45,555 Generated random token 
Token(bytes[70d7820dc1dd863dc603469d04bb1d19]). Random tokens will result in an 
unbalanced ring; see http://wiki.apache.org/cassandra/Operations
[junit] -  ---
[junit] Testsuite: org.apache.cassandra.dht.ByteOrderedPartitionerTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 2.544 sec
[junit] 
[junit] Testsuite: 
org.apache.cassandra.dht.CollatingOrderPreservingPartitionerTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 2.424 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.dht.OrderPreservingPartitionerTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 3.056 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.dht.RandomPartitionerTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.907 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.dht.RangeTest
[junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 1.127 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.gms.ArrivalWindowTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.265 sec
[junit] 
[junit

Re: [RESULT] [VOTE] Publish cassandra-0.7.0-rc4 to maven central repository.

2011-01-05 Thread Stephen Connolly
still waiting for the sync to complete, then I'll post the announce

- Stephen

---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are a direct result of using swype to type on the
screen
On 5 Jan 2011 23:09, "Brandon Williams"  wrote:
> On Wed, Jan 5, 2011 at 3:45 PM, Jonathan Ellis  wrote:
>
>> cassandra user and hector user lists are probably most interested.
>>
>
> client-dev would be good too.
>
> -Brandon


Build failed in Hudson: Cassandra #661

2011-01-05 Thread Apache Hudson Server
See 

Changes:

[eevans] move term-pair parse and map update to separate rule

Patch by Pavel Yaskevich (w/ minor changes); reviewed by eevans for 
CASSANDRA-1705

[jbellis] merge from 0.7

--
[...truncated 1667 lines...]
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.904 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.RowIterationTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.753 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.RowTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 2.462 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.SuperColumnTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.053 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.TableTest
[junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 3.466 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.TimeSortTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.241 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.commitlog.CommitLogHeaderTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.458 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.context.CounterContextTest
[junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.055 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.IntegerTypeTest
[junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.184 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.TimeUUIDTypeTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.07 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.TypeCompareTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.138 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.TypeValidationTest
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.287 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.dht.BootStrapperTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.778 sec
[junit] 
[junit] - Standard Error -
[junit]  WARN 00:51:53,394 Generated random token 
Token(bytes[b8637a1cb09bf5d90926ec67846397cc]). Random tokens will result in an 
unbalanced ring; see http://wiki.apache.org/cassandra/Operations
[junit] -  ---
[junit] Testsuite: org.apache.cassandra.dht.ByteOrderedPartitionerTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.08 sec
[junit] 
[junit] Testsuite: 
org.apache.cassandra.dht.CollatingOrderPreservingPartitionerTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.31 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.dht.OrderPreservingPartitionerTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1.17 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.dht.RandomPartitionerTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.811 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.dht.RangeTest
[junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.452 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.gms.ArrivalWindowTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.125 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.gms.GossipDigestTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.053 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyInputFormatTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.181 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.BloomFilterTrackerTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.435 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 16.553 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.34 sec
[junit] 
[junit] - Standard Error -
[junit]  WARN 00:52:25,656 Invalid file '.svn' in data directory 

[junit]  WARN 00:52:26,248 Invalid file '.svn' in data directory 

[junit] -  ---
[junit] Testsuite: org.apache.cassandra.io.sstable.SSTableReaderTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 4.8 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.sstable.

Build failed in Hudson: Cassandra #662

2011-01-05 Thread Apache Hudson Server
See 

Changes:

[eevans] code markup inside a link upsets mylyn

Patch by eevans

--
[...truncated 1684 lines...]
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.592 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.RowIterationTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.517 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.RowTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.116 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.SuperColumnTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.113 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.TableTest
[junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 2.19 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.TimeSortTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.commitlog.CommitLogHeaderTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.076 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.context.CounterContextTest
[junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.129 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.IntegerTypeTest
[junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.401 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.TimeUUIDTypeTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.137 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.TypeCompareTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.374 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.TypeValidationTest
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.733 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.dht.BootStrapperTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 4.065 sec
[junit] 
[junit] - Standard Error -
[junit]  WARN 19:35:43,582 Generated random token 
Token(bytes[de43b855ad19bc4d5cf4c279d8d6e94c]). Random tokens will result in an 
unbalanced ring; see http://wiki.apache.org/cassandra/Operations
[junit] -  ---
[junit] Testsuite: org.apache.cassandra.dht.ByteOrderedPartitionerTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 2.418 sec
[junit] 
[junit] Testsuite: 
org.apache.cassandra.dht.CollatingOrderPreservingPartitionerTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 3.323 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.dht.OrderPreservingPartitionerTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 2.777 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.dht.RandomPartitionerTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.513 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.dht.RangeTest
[junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 1.085 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.gms.ArrivalWindowTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.163 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.gms.GossipDigestTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.134 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyInputFormatTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.578 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.BloomFilterTrackerTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.091 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 3.808 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.218 sec
[junit] 
[junit] - Standard Error -
[junit]  WARN 19:36:19,072 Invalid file '.svn' in data directory 

[junit]  WARN 19:36:20,507 Invalid file '.svn' in data directory 

[junit] -  ---
[junit] Testsuite: org.apache.cassandra.io.sstable.SSTableReaderTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.928 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.453 sec
[junit] 
[jun