Why was Thrift defined obsolete?

2013-12-17 Thread Daneel Yaitskov
Hi, I've read some articles about Cassandra and I noticed an opinion that Thrift protocol has some flaws. Thrift should go away in the nearest futures. But I cannot find any reference answering the question why is it so bad? -- Daneel S. Yaitskov

Re: list all nodes as seeds (excluding self)

2013-12-09 Thread Daneel Yaitskov
What is the problem to put all nodes on the seed list without any exclusion. Constant list is the simplest solution. You should write it once in cassandra.yaml, tar with everything you need (cassandra, jdk) and copy as many as number of your nodes on the list. Really 1 thing you should generate is

Re: how to find nodes by row key?

2013-12-06 Thread Daneel Yaitskov
nteger.parseInt(Integer.java:527) at org.apache.cassandra.db.marshal.Int32Type.fromString(Int32Type.java:65) ... 36 more On Thu, Dec 5, 2013 at 10:19 PM, Robert Coli wrote: > On Thu, Dec 5, 2013 at 9:58 AM, Daneel Yaitskov > wrote: > >> The best solution would be get IP address (node UUID) directly by a

how to find nodes by row key?

2013-12-05 Thread Daneel Yaitskov
Hi, I study cassandra and want to play with it. I need to shrink the number of available row instances. Next send a search request for it in cqlsh with different consistency levels. To observe behavior I need to know which instance to take down. I found cassandra-cli command list. this command