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