Re: Steps to do after schema changes

2015-03-12 Thread Ajay
Thanks Mark. - Ajay On 12-Mar-2015 11:08 pm, "Mark Reddy" wrote: > It's always good to run "nodetool describecluster" after a schema change, > this will show you all the nodes in your cluster and what schema version > they have. If they have different versions you have a schema disagreement > an

Re: Steps to do after schema changes

2015-03-12 Thread Mark Reddy
It's always good to run "nodetool describecluster" after a schema change, this will show you all the nodes in your cluster and what schema version they have. If they have different versions you have a schema disagreement and should follow this guide to resolution: http://www.datastax.com/documentat

Re: Steps to do after schema changes

2015-03-11 Thread Phil Yang
Usually, you have nothing to do. Changes will be synced to every nodes automatically. 2015-03-12 13:21 GMT+08:00 Ajay : > Hi, > > Are there any steps to do (like nodetool or restart node) or any > precautions after schema changes are done in a column family say adding a > new column or modifying

Steps to do after schema changes

2015-03-11 Thread Ajay
Hi, Are there any steps to do (like nodetool or restart node) or any precautions after schema changes are done in a column family say adding a new column or modifying any table properties? Thanks Ajay