Can cassandra guarantee the replication factor when a node is resyncing it's data?

2015-08-18 Thread steve landiss
Let's say I have a 3 node cluster. I am writing to node #1. If node #2 in that cluster goes down, and then comes back up and is resyncing the data from the other nodes, and I continue writing to node #1, will the data be synchronously replicated to node #2?  That is, is the replication factor of

Re: Cassandra Wiki Edit Permissions for user AdamHolmberg

2015-08-18 Thread Brandon Williams
I've added you (still waiting for moinmoin to return the submission, a pain you will soon know.) On Tue, Aug 18, 2015 at 3:24 PM, Adam Holmberg wrote: > I'm seeking wiki edit permissions for my user on > https://wiki.apache.org/cassandra/: > "AdamHolmberg" > > Regards, > Adam Holmberg >

Cassandra Wiki Edit Permissions for user AdamHolmberg

2015-08-18 Thread Adam Holmberg
I'm seeking wiki edit permissions for my user on https://wiki.apache.org/cassandra/: "AdamHolmberg" Regards, Adam Holmberg

RE: Should we align JMX Authentication with internal Cassandra authentication?

2015-08-18 Thread Jan Karlsson
If by Permission class you are referring to the enum class which holds the different permissions. Then that’s one possible solution. The other would be expanding the existing permission class. We then use the internal authorizer in Cassandra to authorize against. We would need a way to create pe