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 D793B1B6A for ; Tue, 26 Apr 2011 06:50:01 +0000 (UTC) Received: (qmail 63762 invoked by uid 500); 26 Apr 2011 06:49:59 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 63608 invoked by uid 500); 26 Apr 2011 06:49:59 -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 63600 invoked by uid 99); 26 Apr 2011 06:49:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Apr 2011 06:49:58 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sdolgy@gmail.com designates 209.85.212.44 as permitted sender) Received: from [209.85.212.44] (HELO mail-vw0-f44.google.com) (209.85.212.44) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Apr 2011 06:49:51 +0000 Received: by vws12 with SMTP id 12so299305vws.31 for ; Mon, 25 Apr 2011 23:49:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=OndR2Jyv/AZLUd8kTFVuby60/yuYHJq4CAJxJWvcrC4=; b=ejEVoyQOCwFw96P331zx+5TgUZFNXfCzr1TEjRFcmL1h1QH+HXzyJXccMJbOfje6Y3 C1aNu2xmXBCXC1nT7/rTJy+icOp0o/HgZ9hxdt3+Coe4lOGKR8+8HlHm79rwLOSLHnrz rAZhJmD9mVrhWrb29w0XULVV2LujewfRqd/Kg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=u0HTBbr8sh6NeU4oBxbJgTK/uwVxHnTroYm/JEA1fJMD8W7JABhu1Aa0I/XfRgyH2h L7psfiTMJ3WHGnd1xgS3OQOGRHOYFfanebnNzwL5FwpM1PsG9ofo+4HUkoLn5/rW0o/m ywR+fFDzF0gAEt5nmDZ2dPAcazySBteXIOjPY= Received: by 10.52.173.176 with SMTP id bl16mr620575vdc.41.1303800447183; Mon, 25 Apr 2011 23:47:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.155.68 with HTTP; Mon, 25 Apr 2011 23:47:07 -0700 (PDT) In-Reply-To: References: From: Sasha Dolgy Date: Tue, 26 Apr 2011 08:47:07 +0200 Message-ID: Subject: Re: data management / validation To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Cheers Aaron ... getNaturalEndpoints is perfect. I can pull a random key and analyze the results to check our business rules. Automated through monitoring ... Excellent. As for security, I had looked at the SSL option a month ago maybe ... For us, this would be a great feature, except, by implementing the VPN tunnels on EC2, we've found a decrease in latency between cassandra nodes. As mentioned in another post, I'm not sure why, and wont start to try and debug ... happy with this accidental finding. So.. although the security enhancement is very good, it wouldn't help me on the latency side and I suspect it would add a few more milliseconds... which is important when shuttling data from APAC to NA and Europe .. -sd On Tue, Apr 26, 2011 at 7:46 AM, aaron morton wrote: > There is a JMX operation to get the endpoints for a token > http://wiki.apache.org/cassandra/JmxInterface#org.apache.cassandra.service.StorageService.Operations.getNaturalEndpoints > You can also specify a key when using bin/sstable2json if you want to grab > the actual data from a file. > If you were using vpn for security have you looked at encryption in 0.8 ? > https://svn.apache.org/viewvc/cassandra/tags/cassandra-0.8.0-beta1/NEWS.txt?view=co > > Aaron