Re: What causes NoHostAvailableException, WriteTimeoutException, and UnavailableException?

2014-11-24 Thread Parag Shah
In our case, the timeouts were happening because internode authentication was turned on and by default the user column family in the system_auth keyspace is replicated only on 1 node. We also had to tune the permissions_validity_in_ms from the default of 2000 ms to a larger value. The issue was

Re: Disabling compaction

2014-10-10 Thread Parag Shah
es.apache.org_jira_browse_CASSANDRA-2D7187&d=AAMFaQ&c=Vxt5e0Osvvt2gflwSlsJ5DmPGcPvTRKLJyp031rXjhg&r=Zm-paw4L-LBldtJybEWfBLLjvC5axjko2vu-eqkngMI&m=7buRq9Dt25OaWjoEDHVcOqu1FQ4kYiNX3BLqnGNXYXI&s=cGXvzXOISsNR4t-L5pm837TZYO5fk4uRra8MzdoD7Us&e=> /Marcus On Fri, Oct 10, 2014 at 7:11 PM, Parag Shah mailto:ps...

Re: Disabling compaction

2014-10-10 Thread Parag Shah
ay, October 9, 2014 at 11:56 PM To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>> Subject: Re: Disabling compaction what version are you on? On Thu, Oct 9, 2014 at 10:33 PM, Parag Shah mailto:ps...@proofpoint.com>> wrot

Disabling compaction

2014-10-09 Thread Parag Shah
Hi all, I am trying to disable compaction for a few select tables. Here is a definition of one such table: CREATE TABLE blob_2014_12_31 ( blob_id uuid, blob_index int, blob_chunk blob, PRIMARY KEY (blob_id, blob_index) ) WITH bloom_filter_fp_chance=0.01 AND caching='KEYS_ONL