Re: [BETA RELEASE] Apache Cassandra 1.2.0-beta2 released

2012-11-12 Thread Tyler Hobbs
On Sun, Nov 11, 2012 at 4:21 AM, Sylvain Lebresne sylv...@datastax.comwrote: Actually, if we're going to be precise, it's -2^63 to 2^63 - 1. Long.MIN_VALUE is not a valid token for technical reasons. I think you typo'd, so just to be clear, did you mean to say that then lower end of the range

Re: [BETA RELEASE] Apache Cassandra 1.2.0-beta2 released

2012-11-12 Thread Sylvain Lebresne
On Mon, Nov 12, 2012 at 6:10 PM, Tyler Hobbs ty...@datastax.com wrote: On Sun, Nov 11, 2012 at 4:21 AM, Sylvain Lebresne sylv...@datastax.comwrote: Actually, if we're going to be precise, it's -2^63 to 2^63 - 1. Long.MIN_VALUE is not a valid token for technical reasons. I think you typo'd,

Re: [BETA RELEASE] Apache Cassandra 1.2.0-beta2 released

2012-11-11 Thread Sylvain Lebresne
Actually, if we're going to be precise, it's -2^63 to 2^63 - 1. Long.MIN_VALUE is not a valid token for technical reasons. Do note that you can still not change partitioner, so the new partitioner is for new cluster. But that does mean that for existing ones you'll have to make sure you do keep

Re: [BETA RELEASE] Apache Cassandra 1.2.0-beta2 released

2012-11-10 Thread Edward Capriolo
just a note for all. The default partitioner is no longer randompartitioner. It is now murmur, and the token range starts in negative numbers. So you don't chose tokens Luke your father taught you anymore. On Friday, November 9, 2012, Sylvain Lebresne sylv...@datastax.com wrote: The Cassandra

Re: [BETA RELEASE] Apache Cassandra 1.2.0-beta2 released

2012-11-10 Thread Michael Kjellman
Ohh lala. Any documentation yet? On Nov 10, 2012, at 6:27 PM, Edward Capriolo edlinuxg...@gmail.commailto:edlinuxg...@gmail.com wrote: just a note for all. The default partitioner is no longer randompartitioner. It is now murmur, and the token range starts in negative numbers. So you don't

Re: [BETA RELEASE] Apache Cassandra 1.2.0-beta2 released

2012-11-10 Thread Brian O'Neill
Wow...good catch. We had puppet scripts which automatically assigned the proper tokens given the cluster size. What is the range now? Got a link? -brian On Nov 10, 2012, at 9:27 PM, Edward Capriolo wrote: just a note for all. The default partitioner is no longer randompartitioner. It is

Re: [BETA RELEASE] Apache Cassandra 1.2.0-beta2 released

2012-11-10 Thread Tyler Hobbs
The Murmur3Partitioner range is from -2^63 to 2^63 - 1 (Java's Long.MIN_VALUE to Long.MAX_VALUE). On Sat, Nov 10, 2012 at 8:59 PM, Brian O'Neill b...@alumni.brown.eduwrote: Wow...good catch. We had puppet scripts which automatically assigned the proper tokens given the cluster size. What

[BETA RELEASE] Apache Cassandra 1.2.0-beta2 released

2012-11-09 Thread Sylvain Lebresne
The Cassandra team is pleased to announce the release of the second beta for the future Apache Cassandra 1.2.0. Let me first stress that this is beta software and as such is *not* ready for production use. This release is still beta so is likely not bug free. However, lots have been fixed since