Re: Pointers on writing your own Compaction Strategy

2014-09-07 Thread Tupshin Harper
In addition to what Markus said, take a look at the latest patch in https://issues.apache.org/jira/browse/CASSANDRA-6602 for a relevant example. -Tupshin On Sep 4, 2014 2:28 PM, Marcus Eriksson krum...@gmail.com wrote: 1. create a class that extends AbstractCompactionStrategy (i would keep it

Re: Node side processing

2014-02-27 Thread Tupshin Harper
Hi David, Check out the ongoing discussion in https://issues.apache.org/jira/browse/CASSANDRA-6704 as well as some related tickets linked to from that one. No consensus at this point, but I'm personally hoping to see something along the general lines of Hive's UDFs. -Tupshin On Thu, Feb 27,

Re: network compatibility from 0.6 to 0.7

2010-07-22 Thread Tupshin Harper
As long as network compatibility is in place, it is possible to incrementally upgrade a cluster by restricting thrift clients to only talk to the 0.6 nodes until half the cluster is upgraded and then modify them to talk to the 0.7 nodes. If networking compatibility breaks, there is no way to avoid