Nate McCall

Results 17 comments of Nate McCall

Defaulting to QUORUM/QUORUM. There is no option yet (I've been lazy and changing it in code when I need it). I'll add one though as it should be there. Thanks...

It is a function of the hashing algorithm when you page via rangeslices with random partitioner. In other words, you are using the order of the hashed values - not...

Strange - looks like you got a null SC back in the result list. Can you show me output from cassandra-cli of what you expect to be there?

This doc is super helpful if you have not seen it yet: https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide It's still not the most straight-forward thing to do. Feel free to ping me directly if you...

+1 on that. Fantastic idea. @adejanovski what do you think the scope of something like this might be?

@afilipchik Adding reaping is a non-trivial change given the addition of a thread pool to manage (making sure it plays nice with containers, stand-alone apps, etc.). I don't think it's...

@ffarfan Not really a bug - this is by design. Your last sentence sums up your two options: - use CQL - use WITH COMPACT STORAGE in the schema There...

@Kurt-von-Laven not so much to discourage. It has to do with how CQL table typing works under the hood - specifically the use composite prefixes as column meta data. Thrift...

@varjoranta Just sent a PR back to @djsly's Nuance fork for merge conflicts. Please let me know if there are any other ways I can help get 2.1, 2.2, etc...

I'm gonna be "that guy" and ping @Yarin78 as well :) Seriously folks, I'm happy to get involved with this wherever to keep things moving. @djsly - did you get...