RFC: Cassandra Virtual Nodes

2012-03-16 Thread Sam Overton
, ideas and recommendations. Best Regards, Sam Overton [1] Staggering repair: https://issues.apache.org/jira/browse/CASSANDRA-3721 [2] Project Voldemort, Design: http://project-voldemort.com/design.php [3] Dynamo: http://www.allthingsdistributed.com/files/amazon-dynamo-sosp2007.pdf [4] Ketama

Re: RFC: Cassandra Virtual Nodes

2012-03-17 Thread Sam Overton
anticipate support for heterogeneity in cluster hardware. Sam -- Sam Overton Acunu | http://www.acunu.com | @acunu

Re: RFC: Cassandra Virtual Nodes

2012-03-19 Thread Sam Overton
DF towards N) Regards, -- Sam Overton Acunu | http://www.acunu.com | @acunu

Re: RFC: Cassandra Virtual Nodes

2012-03-19 Thread Sam Overton
certainly be more control than just increasing or decreasing the number of tokens assigned to a node. -- Sam Overton Acunu | http://www.acunu.com | @acunu

Re: RFC: Cassandra Virtual Nodes

2012-03-19 Thread Sam Overton
For OPP the problem of load balancing is more profound. Now you need vnodes per keyspace because you can not expect each keyspace to have the same distribution. With three keyspaces you are not unsure as to which was is causing the hotness. I think OPP should just go away. That's a good

Re: RFC: Cassandra Virtual Nodes

2012-03-20 Thread Sam Overton
trivial. The only additional change needed is to assign the tokens in some other way which does not restrict the ranges to being contiguous. -- Sam Overton Acunu | http://www.acunu.com | @acunu

Re: RFC: Cassandra Virtual Nodes

2012-03-20 Thread Sam Overton
On 20 March 2012 13:37, Eric Evans eev...@acunu.com wrote: On Tue, Mar 20, 2012 at 6:40 AM, Sam Overton s...@acunu.com wrote: On 20 March 2012 04:35, Vijay vijay2...@gmail.com wrote: May be, what i mean is little more simple than that... We can consider every node having a multiple

Re: RFC: Cassandra Virtual Nodes

2012-03-20 Thread Sam Overton
with CRUSH. I'm not sure if that's exactly what your design is suggesting? -- Sam Overton Acunu | http://www.acunu.com | @acunu

Re: RFC: Cassandra Virtual Nodes

2012-04-10 Thread Sam Overton
There is now a parent ticket for this issue in JIRA: https://issues.apache.org/jira/browse/CASSANDRA-4119 Comments and contributions are still welcome! Cheers, Sam On 16 March 2012 23:38, Sam Overton s...@acunu.com wrote: Hello cassandra-dev, This is a long email. It concerns a significant

Update: Cassandra Virtual Nodes

2012-06-01 Thread Sam Overton
to your questions and comments! -- Sam Overton Acunu | http://www.acunu.com | @acunu

Re: Update: Cassandra Virtual Nodes

2012-06-27 Thread Sam Overton
, 4125, 4127, 4123 as a group. From what I've seen, review should proceed fairly quickly, so hopefully floating the earlier ones a bit longer won't add much pain. Agreed, that makes sense. -- Sam Overton Acunu | http://www.acunu.com | @acunu

Re: Virtual nodes order preserving partitioning

2012-07-26 Thread Sam Overton
/browse/CASSANDRA-4445 -- Sam Overton Acunu | http://www.acunu.com | @acunu

tracing improvements

2017-01-25 Thread Sam Overton
Hello cassandra-dev, I would like to continue the momentum on improving Cassandra's tracing, following Mick's excellent work on pluggable tracing and Zipkin support. There are a couple of areas we can improve that would make tracing an even more useful tool for cluster operators to diagnose