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

[RELEASE] Apache Cassandra 3.0.11 released

2017-02-21 Thread Michael Shuler
The Cassandra team is pleased to announce the release of Apache Cassandra version 3.0.11. Apache Cassandra is a fully distributed database. It is the right choice when you need scalability and high availability without compromising performance. http://cassandra.apache.org/ Downloads of source a