Re: 3.0 and the Cassandra release process

2015-03-17 Thread Jacob Rhoden
Thanks for everyone's hard work and perseverance, Cassandra to is truly amazing. It really does make redundancy so much easier making my life far less stressful (: it surely is this awesomeness that creates the demand for features in the first place. So this is a great problem to have. Certainl

Re: Reads requiring response from both servers.

2014-11-18 Thread Jacob Rhoden
> On 19 Nov 2014, at 4:44 am, Tyler Hobbs wrote: > >> On Tue, Nov 18, 2014 at 4:46 AM, Jacob Rhoden wrote: >> >> I was going to report a bug, but first figured I should check its not >> “working as expected”. Is it just me or is it wrong that the following >&g

Re: Proposed changes to C* Release Schedule

2014-06-17 Thread Jacob Rhoden
Isn't this how it works now? Aka 2.0 is the "I'm risk averse" stable, and 2.1 is the "I'm living on the edge" stable __ Sent from iPhone > On 17 Jun 2014, at 5:16 pm, Michael Kjellman > wrote: > > Hi Dev@ List— > > TL;DR: > I’d love it if we could modify the C* r

Re: Refactoring cassandra service package

2014-06-03 Thread Jacob Rhoden
> On 4 Jun 2014, at 7:24 am, Dave Brosius wrote: > > The solution to several of these issues is, > > Refactor 1 singleton use case, and post a patch. +1 do it slowly -1 for adding a dependency on a dependency injection framework. It's not strictly needed if your goal is for removing singlet

Re: Proposal: freeze Thrift starting with 2.1.0

2014-03-11 Thread Jacob Rhoden
If there is someone with the time and resources to fork and keep thrift up to date, they could assumedly just push thrift updates back into master. i.e. If the goal is to reduce maintenance overhead for the core secs that's fine, but the it doesn't need to be frozen right? Perhaps it must be mar

Re: Expired column showing up

2014-02-14 Thread Jacob Rhoden
It is my understanding that rows with TTLs don't mix well with rows that don't have TTLs. ie they should all have TTL or all not have TTL. That said if you can create a small java class (test case) that demonstrates the problem, I'm happy to try it out on 2.0.5. This code can be attached to a

Re: Could .gitignore be added?

2013-12-19 Thread Jacob Rhoden
Your missing netbeans includes. I also include the following for anything java related. .*.swo Thumbs.db # Maven and other build system/IDE artifacts bin build out/* target/* # Netbeans nb-configuration.xml nbactions.xml nbproject On 20 Dec 2013, at 10:42 am, Michael Shuler wrote: > How abo

Re: Unexpected value after insert

2013-11-05 Thread Jacob Rhoden
Hi Luiz, On 5 Nov 2013, at 12:37 am, Luiz Carlos Jr wrote: > What script does is: get the real value that should be at database, get the > current value that is persisted at database, calculates the difference > between values and finally send insert command to specific row key passing > the diff