How wide rows are structured in CQL3

2013-02-22 Thread Boris Solovyov
Hi, My impression from reading docs is that in old versions of Cassandra, you could create very wide rows, say with timestamps as column names for time series data, and read an ordered slice of the row. So, RowKeyColumns === == RowKey1 1:val1 2:val2 3:val3 N:valN With this

Re: Nodetool doesn't shows two nodes

2013-02-18 Thread Boris Solovyov
/CASSANDRA-4026 I wish it could be fixed properly. Good luck! On 17 February 2013 16:16, Boris Solovyov boris.solov...@gmail.com wrote: OK. I got it. I realized that storage_port wasn't actually open between the nodes, because it is using the public IP. (I did find this information

Re: Nodetool doesn't shows two nodes

2013-02-18 Thread Boris Solovyov
at 9:12 AM, Boris Solovyov boris.solov...@gmail.com wrote: I think it is actually more of a problem that there were no error messages or other indication of what went wrong in the setup where the nodes couldn't contact. Should I file issue report on this? Clearly Cassandra must have tried

Re: Both nodes own 100% of cluster

2013-02-18 Thread Boris Solovyov
as the '0' start value? At least that is what is said on the tutorials I've read. On Mon, Feb 18, 2013 at 2:55 PM, Boris Solovyov boris.solov...@gmail.comwrote: What does the it mean that each node owns effective 100% of cluster? Both nodes report same output. [ec2-user@ip-10-152-162-228

Re: Both nodes own 100% of cluster

2013-02-18 Thread Boris Solovyov
That makes sense, thanks. On Mon, Feb 18, 2013 at 2:26 PM, Hiller, Dean dean.hil...@nrel.gov wrote: Yes, for instance I have 6 nodes and have 50% ownership because I have RF=3, and 6/3 = 2 virtual entities that are written to which means each node owns 50%.

Re: Nodetool doesn't shows two nodes

2013-02-17 Thread Boris Solovyov
to connect to a private IP that Cassandra is not listening.) Thanks, - Boris On Wed, Feb 13, 2013 at 10:37 AM, Boris Solovyov boris.solov...@gmail.comwrote: Thank you Alain. I will check the things you suggest and report my results. - Boris On Wed, Feb 13, 2013 at 7:54 AM, Alain RODRIGUEZ arodr

Re: Is C* common nickname for Cassandra?

2013-02-17 Thread Boris Solovyov
...@barracuda.comwrote: Why do you feel that link is unprofessional? Just wondering. I actually quite like the abbreviation personally. On Feb 17, 2013, at 1:37 PM, Boris Solovyov boris.solov...@gmail.com wrote: Thanks. I don't know if anyone cares my opinion, but as a newcomer to the community

Re: Nodetool doesn't shows two nodes

2013-02-17 Thread Boris Solovyov
PM, Boris Solovyov boris.solov...@gmail.comwrote: Aha! I think I might have something breakthrough. I tried setting public IP in listen_address (and therefore in broadcast_address, because as I understand it inherits if it is commented out), and in seeds list. Node fails to start, because

Re: Nodetool doesn't shows two nodes

2013-02-17 Thread Boris Solovyov
OK. I got it. I realized that storage_port wasn't actually open between the nodes, because it is using the public IP. (I did find this information in the docs, after looking more... it is in section on Types of snitches. It explains everything I found by try and error.) After opening this port

Re: Seeking suggestions for a use case

2013-02-12 Thread Boris Solovyov
Would you mind sharing your schema on the list? It would be useful to see how you modeled your data. Or you could email me privately if you want. Thanks Boris On Tue, Feb 12, 2013 at 4:11 PM, Hiller, Dean dean.hil...@nrel.gov wrote: Yes, the limit of the width of a row is approximately in the

Is C* common nickname for Cassandra?

2013-02-08 Thread Boris Solovyov
I see people refer to C* and I assume it mean Cassandra, but just wanted to check for sure. In case it is somethings else and I miss it :) Do I right understand?