Ordering of schema updates and data modifications

2014-05-18 Thread Jan Algermissen
Hi, in our project, we apparently have a problem or misunderstanding of the relationship between schema changes and data updates. One team is doing automated tests during build and deployment that executes data migration tests on a development cluster. In those migrations there will be schema

Re: Ordering of schema updates and data modifications

2014-05-18 Thread Colin
Hi Jan, Try waiting a period of time, say 60 seconds, after modifying the schema so the changes propagate throughout the cluster. Also, you could add a step to your automation where you verify the schema change by attempting to insert/delete from the schema with a higher consistency level to

Re: Ordering of schema updates and data modifications

2014-05-18 Thread Jan Algermissen
Colin, On 18 May 2014, at 15:29, Colin co...@clark.ws wrote: Hi Jan, Try waiting a period of time, say 60 seconds, after modifying the schema so the changes propagate throughout the cluster. Also, you could add a step to your automation where you verify the schema change by attempting

Re: Ordering of schema updates and data modifications

2014-05-18 Thread Jan Algermissen
On 18 May 2014, at 10:30, Jan Algermissen jan.algermis...@nordsc.com wrote: Hi, in our project, we apparently have a problem or misunderstanding of the relationship between schema changes and data updates. One team is doing automated tests during build and deployment that executes

RE: Tombstones

2014-05-18 Thread Dimetrio
oh, its for for cassandra 1.x, right? I use 2.0.7. How could I reset leveled manifest in this case? -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Tombstones-tp7594467p7594559.html Sent from the cassandra-u...@incubator.apache.org mailing