Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 7757 invoked from network); 27 Mar 2011 21:30:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Mar 2011 21:30:44 -0000 Received: (qmail 54797 invoked by uid 500); 27 Mar 2011 21:30:43 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 54732 invoked by uid 500); 27 Mar 2011 21:30:43 -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 54568 invoked by uid 99); 27 Mar 2011 21:30:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Mar 2011 21:30:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Mar 2011 21:30:42 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 3805C83AD0 for ; Sun, 27 Mar 2011 21:30:06 +0000 (UTC) Date: Sun, 27 Mar 2011 21:30:06 +0000 (UTC) From: "Pavel Yaskevich (JIRA)" To: commits@cassandra.apache.org Message-ID: <59330981.15627.1301261406226.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1360392886.2104.1300137989890.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CASSANDRA-2326) stress.java indexed range slicing is broken MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13011847#comment-13011847 ] Pavel Yaskevich commented on CASSANDRA-2326: -------------------------------------------- It does print an exception message when it's not null. It seems to be imposible to currently implement IndexedRangeSlice operation because Operation.generateValues() now generates strings using randomizer (IndexedRangeSlice implies that we know an exact value we are looking keys for) so each of the runs can potentially give 0 results and we can loop infinitely... > stress.java indexed range slicing is broken > ------------------------------------------- > > Key: CASSANDRA-2326 > URL: https://issues.apache.org/jira/browse/CASSANDRA-2326 > Project: Cassandra > Issue Type: Bug > Components: Contrib > Reporter: Brandon Williams > Assignee: Pavel Yaskevich > Priority: Trivial > > I probably broke it when I fixed the build that CASSANDRA-2312 broke. Now it compiles, but never works. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira