Re: A question about using 'update keyspace with strategyoptions' command

2014-08-05 Thread Mark Reddy
; the change has taken effect on all nodes right? > > > > *From:* Rahul Neelakantan [mailto:ra...@rahul.be] > *Sent:* 2014年8月5日 18:46 > *To:* user@cassandra.apache.org > *Subject:* Re: A question about using 'update keyspace with > strategyoptions' command > &g

RE: A question about using 'update keyspace with strategyoptions' command

2014-08-05 Thread Lu, Boying
@cassandra.apache.org Subject: Re: A question about using 'update keyspace with strategyoptions' command Try running "describe cluster" from Cassandra-CLI to see if all nodes have the same schema version. Rahul Neelakantan On Aug 5, 2014, at 6:13 AM, Sylvain Lebresne mailto:sylv...@

Re: A question about using 'update keyspace with strategyoptions' command

2014-08-05 Thread Rahul Neelakantan
t; >> >> >> >> >> From: Sylvain Lebresne [mailto:sylv...@datastax.com] >> Sent: 2014年8月5日 16:59 >> To: user@cassandra.apache.org >> >> >> Subject: Re: A question about using 'update keyspace with strategyoptions' >> c

Re: A question about using 'update keyspace with strategyoptions' command

2014-08-05 Thread Sylvain Lebresne
changed? > > > > > > *From:* Sylvain Lebresne [mailto:sylv...@datastax.com] > *Sent:* 2014年8月5日 16:59 > *To:* user@cassandra.apache.org > > *Subject:* Re: A question about using 'update keyspace with > strategyoptions' command > > > > Changing

RE: A question about using 'update keyspace with strategyoptions' command

2014-08-05 Thread Lu, Boying
returns, are the strategy options already changed? Or I need to wait some time for the strategy to be changed? From: Sylvain Lebresne [mailto:sylv...@datastax.com] Sent: 2014年8月5日 16:59 To: user@cassandra.apache.org Subject: Re: A question about using 'update keyspace with strategyoptions'

Re: A question about using 'update keyspace with strategyoptions' command

2014-08-05 Thread Sylvain Lebresne
o:ra...@apigee.com] > *Sent:* 2014年8月5日 16:38 > *To:* user > *Subject:* Re: A question about using 'update keyspace with > strategyoptions' command > > > > Try the show keyspaces command and look for "Options" under each keyspace. > > > > Tha

RE: A question about using 'update keyspace with strategyoptions' command

2014-08-05 Thread Lu, Boying
To: user Subject: Re: A question about using 'update keyspace with strategyoptions' command Try the show keyspaces command and look for "Options" under each keyspace. Thanks Rahul On Tue, Aug 5, 2014 at 2:01 PM, Lu, Boying mailto:boying...@emc.com>> wrote: Hi, A

Re: A question about using 'update keyspace with strategyoptions' command

2014-08-05 Thread Rahul Menon
Try the show keyspaces command and look for "Options" under each keyspace. Thanks Rahul On Tue, Aug 5, 2014 at 2:01 PM, Lu, Boying wrote: > Hi, All, > > > > I want to run ‘update keyspace with strategy_options={dc1:3, dc2:3}’ from > cassandra-cli to update the strategy options of some keyspace

A question about using 'update keyspace with strategyoptions' command

2014-08-05 Thread Lu, Boying
Hi, All, I want to run 'update keyspace with strategy_options={dc1:3, dc2:3}' from cassandra-cli to update the strategy options of some keyspace in a multi-DC environment. When the command returns successfully, does it mean that the strategy options have been updated successfully or I need to w