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

Re: how to find nodes by row key?

2013-12-06 Thread Daneel Yaitskov
) at org.apache.cassandra.db.marshal.Int32Type.fromString(Int32Type.java:65) ... 36 more On Thu, Dec 5, 2013 at 10:19 PM, Robert Coli rc...@eventbrite.com wrote: On Thu, Dec 5, 2013 at 9:58 AM, Daneel Yaitskov rtfm.rtfm.r...@gmail.comwrote: The best solution would be get IP address (node UUID) directly by a human readable

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