Re: Proposal: create a mailing list for just the newly created Jira ticket notifications

2016-08-29 Thread Russell Hatch
This is currently possible using jira saved search + subscription. Create a new saved search with a query like: project = CASSANDRA AND created >= -24h ORDER BY createdDate DESC When viewing your filter, go to Details > New Subscription and set it up to run once a day and you're set! Hope it hel

Re: RandomPartitioner and new token allocation algorithm

2016-02-10 Thread Russell Hatch
(forgot to mention, if there's more to add, please move this over to the standard cassandra mailing list -- this list is used for development of cassandra itself). RandomPartitioner will probably be there for a long time for backwards compat, and if it goes away (unlikely) there would certainly be

Re: RandomPartitioner and new token allocation algorithm

2016-02-10 Thread Russell Hatch
RandomPartitioner is included for backwards compatibility, though not suggested for new projects. As far as I know Murmur is faster and offers less hotspots in token allocation. Cheers, Russ On Wed, Feb 10, 2016 at 10:04 AM, Romain Hardouin wrote: > Hi all, > > cassandra.yaml mentions that the

Re: [VOTE] Release Apache Cassandra 2.0.12 (Second attempt)

2015-01-15 Thread Russell Hatch
A quick testing update: 2.0 test jobs have all been run against this latest 2.0.12-tentative (90780b55), and results can be seen here: http://cassci.datastax.com/view/cassandra-2.0/ Test results look pretty good. Dtest functional test failures appear to be accounted for by CASSANDRA-7281, and Phi