SSTable generation numbers

2016-06-27 Thread Rajath Subramanyam
Hello Cassandra-dev, Are there any scenarios in which the generation numbers of SSTables (i.e. ksname-cfname--Data.db) can wrap around, without the admin dropping and re-creating the CF with the same name ? I believe that the answer must be version-agnostic, but in case it matters, I am specifica

release branches

2016-06-27 Thread Jake Luciani
- tagged 3.8 for testing will send a release vote one the smoke tests finish. - created cassandra-3.9 branch and changed version in build.xml - trunk build.xml now has 3.10

Re: Easy path to the latest Cassandra in Ubuntu

2016-06-27 Thread Michael Shuler
On 06/27/2016 09:59 AM, Jonathan Ellis wrote: > How would I deploy a cluster with Snap? > > With the package I can pre-deploy my configuration to the node with cluster > name, seeds, etc. With Snap do I have to build a custom container to do > that? Or is there some way to pull in config from th

Re: Easy path to the latest Cassandra in Ubuntu

2016-06-27 Thread Jonathan Ellis
How would I deploy a cluster with Snap? With the package I can pre-deploy my configuration to the node with cluster name, seeds, etc. With Snap do I have to build a custom container to do that? Or is there some way to pull in config from the host machine or a config server? Aside: there's at 3

Re: Easy path to the latest Cassandra in Ubuntu

2016-06-27 Thread Michael Shuler
On 06/26/2016 11:03 AM, Jonathan Ellis wrote: > > Is Snap a new packaging format like deb/rpm, or does it consume the > existing deb package? It's an LXD container delivery system. -- Kind regards, Michael