Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 50372 invoked from network); 21 Jul 2010 19:33:47 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Jul 2010 19:33:47 -0000 Received: (qmail 34004 invoked by uid 500); 21 Jul 2010 19:33:46 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 33774 invoked by uid 500); 21 Jul 2010 19:33:46 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 33766 invoked by uid 99); 21 Jul 2010 19:33:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jul 2010 19:33:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jul 2010 19:33:43 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6LJPqeN017677 for ; Wed, 21 Jul 2010 19:25:52 GMT Message-ID: <30013707.502121279740352156.JavaMail.jira@thor> Date: Wed, 21 Jul 2010 15:25:52 -0400 (EDT) From: "Gary Dusbabek (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Resolved: (CASSANDRA-1307) Get the 'system' keyspace info In-Reply-To: <27893807.490581279693609854.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-1307?page=3Dcom.atla= ssian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek resolved CASSANDRA-1307. -------------------------------------- Fix Version/s: 0.7 Resolution: Fixed +1. Thanks for the patch. > Get the 'system' keyspace info > ------------------------------ > > Key: CASSANDRA-1307 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1307 > Project: Cassandra > Issue Type: Improvement > Reporter: Ching-Shen Chen > Priority: Minor > Fix For: 0.6.4, 0.7 > > Attachments: trunk-1307.txt > > > cassandra> get system.LocationInfo['L'] =20 > Exception Internal error processing get_slice > It should be as below: > cassandra> get system.LocationInfo['L'] > =3D> (column=3DToken, value=3D=EF=BF=BD=EF=BF=BD=EF=BF=BD=EF=BF=BDZ=EF=BF= =BD:K^=EF=BF=BD=EF=BF=BD, timestamp=3D0) > =3D> (column=3DPartioner, value=3Dorg.apache.cassandra.dht.RandomPartitio= ner, timestamp=3D0) > =3D> (column=3DGeneration, value=3DLF=EF=BF=BD=EF=BF=BD, timestamp=3D16) > =3D> (column=3DClusterName, value=3DTest Cluster, timestamp=3D0) > Returned 4 results. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.