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
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...
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'
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
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
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
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...
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
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
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
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
11 matches
Mail list logo