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