Re: Correct way to set strategy options in cqlsh?

2012-05-23 Thread Damick, Jeffrey
Since this is the EC2MultiRegionSnitch, how do you suggest I change name? It needs to match the datacenter name that is bound to aws region names, so it seems like this is a bug to me.. On 5/23/12 2:33 AM, "Romain HARDOUIN" wrote: You *must* remove the hyphen. According to the csql 2.0 do

Re: Correct way to set strategy options in cqlsh?

2012-05-22 Thread Damick, Jeffrey
strategy_options={us-east:1}; On 5/22/12 11:18 AM, "Yiming Sun" wrote: AND strategy_options={us-east:1, us-west:1}; On Tue, May 22, 2012 at 11:10 AM, Damick, Jeffrey wrote: What's the correct way to set the strategy options for the networktopologystrategy with cqlsh? I'

Correct way to set strategy options in cqlsh?

2012-05-22 Thread Damick, Jeffrey
What's the correct way to set the strategy options for the networktopologystrategy with cqlsh? I've tried several variations, but what's expected way to escape the hyphen in "us-east" ? Thanks, -jeff CREATE KEYSPACE something ... WITH strategy_class = 'NetworkTopologyStrategy' ... AN

Re: [RELEASE] 0.7.2

2011-02-17 Thread Damick, Jeffrey
So after upgrade to 0.7.2, I see this on startup - should I just blow away these cache files? WARN [main] 2011-02-17 18:03:24,161 ColumnFamilyStore.java (line 281) error reading saved cache /var/lib/cassandra/saved_caches/xx-KeyCache java.io.EOFException at java.io.ObjectInputStream$Pe

Re: cassandra as session store

2011-02-01 Thread Damick, Jeffrey
Are you going to use TTLs to expire the session columns automagically? (we're working on something similar as well) On 2/1/11 12:30 PM, "Roshan Dawrani" wrote: Please do keep this discussion on the mailing list and not take it offline. :-) I will be in the same boat very soon, I think. It wi

Re: Compact Array OOB

2011-01-31 Thread Damick, Jeffrey
Is there any way to manually fix / workaround this? I don't any in the bug.. On 1/31/11 3:25 PM, "Brandon Williams" wrote: On Mon, Jan 31, 2011 at 2:21 PM, Damick, Jeffrey wrote: And another node (running compact): INFO [StreamStage:1] 2011-01-31 20:03:48,663 StreamOutSes

Compact Array OOB

2011-01-31 Thread Damick, Jeffrey
We're seeing array index out of bounds exceptions (below) on 0.7.0 when running compact. The repair seems to hang indefinitely on all nodes, that may be a symptom and this the underlying problem? On 1 node in our cluster (running compact): INFO [CompactionExecutor:1] 2011-01-31 20:07:12,140

Upgrade from 7.0 beta2 to beta3

2010-11-19 Thread Damick, Jeffrey
On upgrade of one of our nodes to beta3 from beta2, startup it gives: INFO [main] 2010-11-19 14:06:09,482 Mx4jTool.java (line 68) mx4j successfuly loaded INFO [main] 2010-11-19 14:06:09,509 CassandraDaemon.java (line 77) Binding thrift service to /0.0.0.0:9160 INFO [main] 2010-11-19 14:

Re: keys_cached percent?

2010-10-25 Thread Damick, Jeffrey
e.org/cassandra/StorageConfiguration?highlight=(keys)|(cached) Aaron On 26 Oct, 2010,at 02:02 PM, "Damick, Jeffrey" wrote: I tried a few variations, but when it set it to: 100% or "100%" or similar I get: ERROR 19:37:31,898 Fatal error: null; Can't constr

Re: keys_cached percent?

2010-10-25 Thread Damick, Jeffrey
. Defaults to 20 #keys. Is it not working? Aaron On 26 Oct, 2010,at 08:45 AM, "Damick, Jeffrey" wrote: Does 0.7 not support percentages in the keys_cached (in the yaml config)? (I'm on 0.7.0b2 so maybe it has been fixed?) thanks

keys_cached percent?

2010-10-25 Thread Damick, Jeffrey
Does 0.7 not support percentages in the keys_cached (in the yaml config)? (I'm on 0.7.0b2 so maybe it has been fixed?) thanks