Re: Cassandra Replicas Down during Nodetool repair

2012-07-20 Thread Sachin Bhansali
I am developing an automated script for our server maintenance. It would execute a nodetool repair ever weekend. We have 3 nodes in DC1 and 3 in DC2. We are currently on Cassandra 0.8.4. I am trying to understand effects of what would happens if connectivity between DC1 and DC2 is lost or couple o

Re: Better way for logging ?

2011-11-15 Thread Sachin Bhansali
problem? At INFO cassandra doesn't log much, and at DEBUG > you're going to suffer async or no. :) > > On Tue, Nov 15, 2011 at 12:32 PM, Sachin Bhansali > wrote: > > Hi, > > > > Did anyone try to configure Async Logging in Cassandra 0.8.4 ? It seems > only >

Better way for logging ?

2011-11-15 Thread Sachin Bhansali
Hi, Did anyone try to configure Async Logging in Cassandra 0.8.4 ? It seems only way to configure logging is through property file log4j-embedded-cassandra.properties which doesnt support Async logging. - Sachin

Async Logging in Cassandra ?

2011-11-08 Thread Sachin Bhansali
It seems that by default only way to configure logging is through a property file. XML files are not accepted by default, which limits the functionality of log4j. Specifically we cannot enable Async logging. In case we have to , we have to change the start-up script. That mean every time their is n

Async Logging in Cassandra ?

2011-11-08 Thread Sachin Bhansali
It seems that by default only way to configure logging is through a property file. XML files are not accepted by default, which limits the functionality of log4j. Specifically we cannot enable Async logging. In case we have to , we have to change the start-up script. That mean every time their is n