Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7F87F10C61 for ; Wed, 4 Dec 2013 11:39:41 +0000 (UTC) Received: (qmail 96916 invoked by uid 500); 4 Dec 2013 11:38:59 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 96794 invoked by uid 500); 4 Dec 2013 11:38:40 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 96745 invoked by uid 99); 4 Dec 2013 11:38:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Dec 2013 11:38:36 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of horschi@gmail.com designates 209.85.215.182 as permitted sender) Received: from [209.85.215.182] (HELO mail-ea0-f182.google.com) (209.85.215.182) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Dec 2013 11:38:29 +0000 Received: by mail-ea0-f182.google.com with SMTP id a15so268948eae.41 for ; Wed, 04 Dec 2013 03:38:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=mWhds6rFHbWdNhoGW705GH7D0mzTpIqQ7BXVat/IeYg=; b=ZrLzCwD0BEhrEJBuLyiG0bFhTfg/uOtY3IiiEVPb3tGTt42aILTXO86sj5k0sqsLgT zwvf9NUZu/JpKYDibF75sTWO1tOhNdgHPdUisaBfUwO+qBhtzetBE8ArJ3qo/DA5uhko E0x4cdxze6Joj0fvpejuUOri2sSu+/8LP+p1ljlKKx3LArr+hd7sKuXvapVI2mBRjeA+ CU1x/xHHqkn5k912MojvmT/5H0ROSTHGQIIEmrKl2ksD9o1KHhARecyGTlnuEAUw1m8R wYNasjIIg5ArX+FvuKSWFHX3/vRRyduNicf4tj5Vk7WdOC4SDW7IJi9qplgmX36Fd5VH TmhQ== MIME-Version: 1.0 X-Received: by 10.15.56.7 with SMTP id x7mr10794689eew.43.1386157089419; Wed, 04 Dec 2013 03:38:09 -0800 (PST) Received: by 10.15.26.2 with HTTP; Wed, 4 Dec 2013 03:38:09 -0800 (PST) Date: Wed, 4 Dec 2013 12:38:09 +0100 Message-ID: Subject: Murmur Long.MIN_VALUE token allowed? From: horschi To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=001a11c3e57ceaf60404ecb3d850 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c3e57ceaf60404ecb3d850 Content-Type: text/plain; charset=ISO-8859-1 Hi, I just realized that I can move a node to Long.MIN_VALUE: 127.0.0.1 rack1 Up Normal 1011.58 KB 100.00% -9223372036854775808 Is that really a valid token for Murmur3Partitioner ? I thought that Long.MIN_VALUE (like -1 for Random) is not a regular token. Shouldn't be only used for token-range-scans? kind regards, Christian --001a11c3e57ceaf60404ecb3d850 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,

I just realized that = I can move a node to Long.MIN_VALUE:

127.0.0.1=A0 rack1=A0=A0=A0=A0= =A0=A0 Up=A0=A0=A0=A0 Normal=A0 1011.58 KB=A0=A0=A0=A0=A0 100.00%=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0 -9223372036854775808=A0=A0=A0=A0

Is that really a valid token for Murmur3Partitioner ?

I = thought that Long.MIN_VALUE (like -1 for Random) is not a regular token. Sh= ouldn't be only used for token-range-scans?

kind regards,<= br> Christian

--001a11c3e57ceaf60404ecb3d850--