Nodetool move failure, no data partitions determined

2011-12-25 Thread RobinUs2
I was moving around some nodes in my cluster but when I get one node there appears an error: "Error during move: The data partitions for node [IP] have not been determined" How to solve this problem? -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.c

Re: Datastructure time tracking

2011-11-19 Thread RobinUs2
Thank you very much. This was very helpfull. I'll post an update here when I managed to finish my datastructure design. -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Datastructure-time-tracking-tp7005672p7011370.html Sent from the cassandra-u...

Re: Datastructure time tracking

2011-11-18 Thread RobinUs2
We should be able to: - find all time records from all users within a given project (with optionally a certain date range) - find total time per task - find all time records from user X (with optionally a certain date range) As I understand from your answer this would require atleast 3 (or 5?) CF'

Datastructure time tracking

2011-11-17 Thread RobinUs2
We're currently developing a system with a time tracking part. We need to store following details: - user - time (in minutes) - description - billable - project - task ID What would be a proper data structure for this in Cassandra? -- View this message in context: http://cassandra-user-incubator

Re: SimpleAuthenticator missing in Cassandra 1.0

2011-10-27 Thread RobinUs2
Oke, that makes sense, even though I couldn't find it in the first place. What would you suggest for authentication? Firewall rules that only allow from whitelist hosts? Writing a custom Authenticator? -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble

SimpleAuthenticator missing in Cassandra 1.0

2011-10-27 Thread RobinUs2
It seems that org.apache.cassandra.auth.SimpleAuthenticator is missing in the cassandra 1.0 binaries. Is this on purpose or did I found a bug? -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/SimpleAuthenticator-missing-in-Cassandra-1-0-tp6937930p6

Re: 2 node cluster, 1 node down, overall failure

2011-10-27 Thread RobinUs2
Thank you very much Jake! It solved the problem. All reads and writes are working now. Have a nice day! -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/2-node-cluster-1-node-down-overall-failure-tp6936722p6936947.html Sent from the cassandra-u...

Re: 2 node cluster, 1 node down, overall failure

2011-10-27 Thread RobinUs2
I'm reading with: cassandra_ConsistencyLevel::ANY (phpcassa lib). Is there any way to verify that all the nodes know that they are RF=2 ? -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/2-node-cluster-1-node-down-overall-failure-tp6936722p6936912

Re: 2 node cluster, 1 node down, overall failure

2011-10-27 Thread RobinUs2
The error I currently see when I take down node B: Error performing get_indexed_slices on NODE A IP:9160: exception 'cassandra_UnavailableException' -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/2-node-cluster-1-node-down-overall-failure-tp6936

Re: UnavailableException with 1 node down and RF=2?

2011-10-27 Thread RobinUs2
I'm currently having a similar problem with a 2-node cluster. When 1 shutdown one of the nodes, the other isn't responding any more. Did you found a solution for your problem? /I'm new to mailing lists, if it's inappropriate to reply here, please let me know../ http://cassandra-user-incubator-ap

2 node cluster, 1 node down, overall failure

2011-10-27 Thread RobinUs2
I currently run a 2-node cluster with version cassandra 1.0 (stable). With replication factor 2 on the keyspace which I'm testing. When I shutdown node B, it's impossible to connect with thrift to node A. The gossiper on node A says that node B is down. My keyspace: create keyspace Testing with p