Re: [RELEASE] Apache Cassandra 3.0.11 released

2017-02-23 Thread Julien Anguenot
If this is the repository’s intended behavior then all good with me. I understand c). Thank you for the reply Michael. J. P.S: All our nodes are controlled by a Salt master so it was indeed rather easy to wget and reinstall as you described. Although easy, not very convenient. > On Feb 23,

Re: [RELEASE] Apache Cassandra 3.0.11 released

2017-02-23 Thread Michael Shuler
This is correct, we use reprepro and leave the old versions in the pool. I'm not exactly sure what you mean by "put them back to the apt cache", Julien. The only thing needed for a downgrade is: `wget $URL && dpkg -i cassandra*.deb` If you run lots of servers on a specific version, then I'd sug

Re: [RELEASE] Apache Cassandra 3.0.11 released

2017-02-23 Thread Murukesh Mohanan
This is speculation on my part, but this might be due to the software used to set up the repository. reprepro is very simple to use (and so, somewhat popular), but it only supports one version of a package at a time. Older deb files are not removed, but they do get dropped from the Packages file. T

Re: [RELEASE] Apache Cassandra 3.0.11 released

2017-02-23 Thread Julien Anguenot
Hey, Any reasons why old versions get removed from the Debian repository when a new version gets promoted? For instance, here one would expect to still be able to: $ apt-get install cassandra=3.0.10 But after that release only the latest 3.0.11 is available: http://dl.bintray.com/apache

Re: Truncate operation not available in Mutation Object

2017-02-23 Thread Sanal Vasudevan
Thank you Chris. On Fri, Feb 24, 2017 at 4:00 AM, Chris Lohfink wrote: > The truncates are written to the truncated_at field in system.local and > should be honored by the commit log replayer ( > https://github.com/apache/cassandra/blob/af3fe39dcabd9ef77a00309ce67412 > 68423206df/src/java/org/ap

Re: Truncate operation not available in Mutation Object

2017-02-23 Thread Jeremy Hanna
thanks Chris > On Feb 23, 2017, at 11:00 AM, Chris Lohfink > wrote: > > The truncates are written to the truncated_at field in system.local and > should be honored by the commit log replayer ( > https://github.com/apache/cassandra/blob/af3fe39dcabd9ef77a00309ce6741268423206df/src/java/org/apach

Re: Truncate operation not available in Mutation Object

2017-02-23 Thread Chris Lohfink
The truncates are written to the truncated_at field in system.local and should be honored by the commit log replayer ( https://github.com/apache/cassandra/blob/af3fe39dcabd9ef77a00309ce6741268423206df/src/java/org/apache/cassandra/db/commitlog/CommitLogReplayer.java#L102 ). Chris On Wed, Feb 22,