Re: CREATE INDEX without IF NOT EXISTS when snapshoting

2017-10-10 Thread Lutaya Shafiq Holmes
ze once table and index are already created > using nodetool cfstats, but I want to know before loading data into table. > Could you please help if there is any such formula to find out. > > Thanks and Regards > Ganesh > From: Javier Canillas [mailto:javier.canil...@gmail.com] &g

RE: CREATE INDEX without IF NOT EXISTS when snapshoting

2017-10-09 Thread ganesh.gadde
Ganesh From: Javier Canillas [mailto:javier.canil...@gmail.com] Sent: 05 October 2017 14:42 To: user@cassandra.apache.org Cc: Cassandra DEV Subject: Re: CREATE INDEX without IF NOT EXISTS when snapshoting Well, Patches submitted for version 3.0, 3.11 and trunk (although 3.0 patch can be applied to

Re: CREATE INDEX without IF NOT EXISTS when snapshoting

2017-10-05 Thread Javier Canillas
Well, Patches submitted for version 3.0, 3.11 and trunk (although 3.0 patch can be applied to 3.11). Feel free to review and comment. Thanks! 2017-10-04 16:41 GMT-03:00 Javier Canillas : > Kurt, > > Thanks for your response. Created this ticket >

Re: CREATE INDEX without IF NOT EXISTS when snapshoting

2017-10-04 Thread Javier Canillas
Kurt, Thanks for your response. Created this ticket . Feel free to add anything to it that seems legit. Downloading Cassandra code right now. Fix seems quite simple. Expect a pull-request soon xD 2017-10-03 20:19 GMT-03:00 kurt greaves : >

Re: CREATE INDEX without IF NOT EXISTS when snapshoting

2017-10-03 Thread kurt greaves
Certainly would make sense and should be trivial. here is where you want to look. Just create a ticket for it and prod here for a reviewer once

CREATE INDEX without IF NOT EXISTS when snapshoting

2017-10-03 Thread Javier Canillas
Hi everyone, I came across something that bothers me a lot. I'm using snapshots to backup data from my Cassandra cluster in case something really bad happens (like dropping a table or a keyspace). Exercising the recovery actions from those backups, I discover that the schema put on the file "sche