Re: Removing Columns from production table

2017-08-18 Thread Jonathan Baynes
Thanks Jeff I have a horrible feeling it may be. I'll get the errors from the dev guys Monday and email the group, hopefully I can tie this down. Thanks Sent from my iPhone > On 18 Aug 2017, at 17:24, Jeff Jirsa wrote: > > Cassandra-13004 ___

Re: Removing Columns from production table

2017-08-18 Thread Jeff Jirsa
Regrettably, this may be a manifestation of Cassandra-13004, which could corrupt data being read at the time you issued the ALTER TABLE command What type of issues are you seeing? Anything in the logs? -- Jeff Jirsa > On Aug 18, 2017, at 8:41 AM, Jonathan Baynes > wrote: > > Hi > > Is t

Removing Columns from production table

2017-08-18 Thread Jonathan Baynes
Hi Is there anything I need to do after dropping a column and adding in a column to flush cassandra of the changes? We are experiencing issues with our front end application, and the developers are asking if the issue was caused by the change in schema, as I've done the drop and add of a column