Build failed in Jenkins: Cassandra-quick #125

2011-11-17 Thread Apache Jenkins Server
See Changes: [slebresne] merge from 1.0 -- [...truncated 1604 lines...] [junit] [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest [junit] Tests run: 3, F

Build failed in Jenkins: Cassandra #1210

2011-11-17 Thread Apache Jenkins Server
See Changes: [slebresne] merge from 1.0 -- [...truncated 2243 lines...] [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.127 sec [junit] [junit] Testsuite: org.apache.cassand

Re: How is Cassandra being used?

2011-11-17 Thread Eric Evans
On Thu, Nov 17, 2011 at 1:16 AM, Jeremy Hanna wrote: > Sounds like it would be best if it were in a separate jar for people? A separate jar (distributed separately) sounds like the best way to setup an opt-in arrangement without forcing people to patch-out the affected bits. > On Nov 16, 2011, a

Re: [VOTE] Release Apache Cassandra 1.0.3 (take 2)

2011-11-17 Thread Sylvain Lebresne
On Wed, Nov 16, 2011 at 10:14 PM, Jonathan Ellis wrote: > I'm +1 on either these artifacts as is, or these artifacts with thrift > rebuilt to reflect the correct api version Unless someone object strongly I'm probably going to be lazy and not rebuild the artifacts to reflect the correct api. My o

Re: [VOTE] Release Apache Cassandra 1.0.3 (take 2)

2011-11-17 Thread Eric Evans
On Thu, Nov 17, 2011 at 2:05 PM, Sylvain Lebresne wrote: > On Wed, Nov 16, 2011 at 10:14 PM, Jonathan Ellis wrote: >> I'm +1 on either these artifacts as is, or these artifacts with thrift >> rebuilt to reflect the correct api version > > Unless someone object strongly I'm probably going to be la

Re: [VOTE] Release Apache Cassandra 1.0.3 (take 2)

2011-11-17 Thread Brandon Williams
On Thu, Nov 17, 2011 at 8:05 AM, Sylvain Lebresne wrote: > Unless someone object strongly I'm probably going to be lazy and not rebuild > the > artifacts to reflect the correct api. My own "justification" for my > laziness is that I > don't want to get into the habit of releasing artifacts that h

Build failed in Jenkins: Cassandra-quick #126

2011-11-17 Thread Apache Jenkins Server
See Changes: [jbellis] fix ConsistencyLevelTest -- [...truncated 1582 lines...] [junit] [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest [junit] Tests run:

Build failed in Jenkins: Cassandra #1211

2011-11-17 Thread Apache Jenkins Server
See Changes: [jbellis] fix ConsistencyLevelTest -- [...truncated 2240 lines...] [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.351 sec [junit] [junit] Testsuite: org.apache

Re: How is Cassandra being used?

2011-11-17 Thread Radim Kolar
Dne 16.11.2011 23:58, Bill napsal(a): We'll turn this off, and would possibly patch it out of the code. That's not to say it wouldn't be useful to others. we patch out of code spyware in ehcache and quartz too. This is only way to be sure that it will not be enabled by configuration mistake. W

Build failed in Jenkins: Cassandra-quick #127

2011-11-17 Thread Apache Jenkins Server
See Changes: [brandonwilliams] Streaming uses BroadcastAddress instead of the remote socket. Patch by Vijay, reviewed by brandonwilliams for CASSANDRA-3503 -- [...truncated 1584 lines...] [jun

Build failed in Jenkins: Cassandra #1212

2011-11-17 Thread Apache Jenkins Server
See Changes: [brandonwilliams] Streaming uses BroadcastAddress instead of the remote socket. Patch by Vijay, reviewed by brandonwilliams for CASSANDRA-3503 -- [...truncated 2241 lines...] [junit]

Re: How is Cassandra being used?

2011-11-17 Thread Dop Sun
I am not dev of cassandra, sub this list because i'm dev for app using it. To me, this (phone home) opens a door, and it may designed to be used only for carefully selected anonymous data: 1) but software has at least one bug (side effect), what happen it sends something more accidentally? Also,

Jenkins build is still unstable: Cassandra-Coverage #169

2011-11-17 Thread Apache Jenkins Server
See

Re: hintedhandoff in 1.0.3

2011-11-17 Thread Radim Kolar
Dne 16.11.2011 18:17, Jonathan Ellis napsal(a): Keys in HCF are nodes it has hints for. Because it is 2 node cluster then it must write HH to himself and that explains why after second node gets back again. HH for it are delivered and cleaned but HH with second key are never delivered.