Re: Drop in node replacements.

2014-04-05 Thread Anand Somani
Have you tried nodetool rebuild for that node? I have seen that work when repair failed. On Wed, Apr 2, 2014 at 11:44 AM, Redmumba wrote: > Cassandra 1.2.15, using commodity hardware. > > > On Tue, Apr 1, 2014 at 6:37 PM, Robert Coli wrote: > >> On Tue, Apr 1, 2014 at 3:24 PM, Redmumba wrote:

Re: Securing Cassandra database

2014-04-05 Thread Jon Haddad
This isn’t Cassandra specific, but this is why I hate including db configuration with the main codebase instead of making it the responsibility of ops. This case you described shouldn’t even be possible. The production db configs should be provided by the team maintaining the production enviro

Re: Securing Cassandra database

2014-04-05 Thread Robert Wille
Password protection doesn¹t protect against an engineer accidentally running test cases using the live config file instead of the test config file. To protect against that, our RDBMS system will only accept connections from certain IP addresses. Is there an equivalent thing in Cassandra, or should