Re: CREATE INDEX without IF NOT EXISTS when snapshoting

2018-03-09 Thread Javier Canillas
Guys, Hope you are all doing fine. Is there any news about this trivial issue <https://issues.apache.org/jira/browse/CASSANDRA-13935>? Are you considering to include it in next release? Or there is something I should do? Thanks! Javier. 2017-10-05 10:41 GMT-03:00 Javier Canillas :

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 > <https://issues.apache.

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 : >

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

Re: Repairing question

2017-06-22 Thread Javier Canillas
ta 100% repaired, so > we should probably open a ticket to rename that to "Percent > incrementally repaired" or similar. > > > 2017-06-22 14:38 GMT-05:00 Javier Canillas : > > Hi, > > > > I have been thinking about scheduling a daily routine to force repair

Re: Column TTL misbehavior?

2011-01-19 Thread Javier Canillas
Avoid this subject, giving it a second thought, There is no reason to put a column a TTL value that goes past a year, and this problem will only appear after the year 2038. I need to stop drinking coffee. On Wed, Jan 19, 2011 at 7:08 PM, Javier Canillas wrote: > I have been working on Aqui

Column TTL misbehavior?

2011-01-19 Thread Javier Canillas
avoid converting a long value to its integer representation. Just give me your thoughts about this. Javier Canillas