Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 27142 invoked from network); 6 Jul 2009 19:35:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Jul 2009 19:35:28 -0000 Received: (qmail 18969 invoked by uid 500); 6 Jul 2009 19:35:38 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 18953 invoked by uid 500); 6 Jul 2009 19:35:38 -0000 Mailing-List: contact cassandra-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-commits@incubator.apache.org Received: (qmail 18943 invoked by uid 99); 6 Jul 2009 19:35:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jul 2009 19:35:38 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jul 2009 19:35:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E9CE2234C1E7 for ; Mon, 6 Jul 2009 12:35:14 -0700 (PDT) Message-ID: <246234414.1246908914956.JavaMail.jira@brutus> Date: Mon, 6 Jul 2009 12:35:14 -0700 (PDT) From: "Jonathan Ellis (JIRA)" To: cassandra-commits@incubator.apache.org Subject: [jira] Commented: (CASSANDRA-70) MultiGet In-Reply-To: <524357723.1239375075365.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-70?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12727722#action_12727722 ] Jonathan Ellis commented on CASSANDRA-70: ----------------------------------------- I mentioned a bug to Avinash many moons ago, public static Map strongReadProtocol(String tablename, String[] keys, String columnFamily, int start, int count) throws IOException, TimeoutException there is the loop over keys but nothing ever gets put into the map. I _think_ this is still relevant. :) > MultiGet > -------- > > Key: CASSANDRA-70 > URL: https://issues.apache.org/jira/browse/CASSANDRA-70 > Project: Cassandra > Issue Type: New Feature > Affects Versions: 0.3 > Reporter: Jonathan Ellis > Assignee: Avinash Lakshman > > Avinash is working on a multiget interface (requesting data from multiple keys at once). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.