Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 48013 invoked from network); 9 Jul 2010 17:08:51 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Jul 2010 17:08:51 -0000 Received: (qmail 56314 invoked by uid 500); 9 Jul 2010 17:08:51 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 56283 invoked by uid 500); 9 Jul 2010 17:08:50 -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 56270 invoked by uid 99); 9 Jul 2010 17:08:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jul 2010 17:08:50 +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; Fri, 09 Jul 2010 17:08:48 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o69H0vJ6005599 for ; Fri, 9 Jul 2010 17:00:57 GMT Message-ID: <30546658.286281278694856995.JavaMail.jira@thor> Date: Fri, 9 Jul 2010 13:00:56 -0400 (EDT) From: "Oren Benjamin (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Created: (CASSANDRA-1262) stress.py stdev option should be float not int 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 stress.py stdev option should be float not int ---------------------------------------------- Key: CASSANDRA-1262 URL: https://issues.apache.org/jira/browse/CASSANDRA-1262 Project: Cassandra Issue Type: Bug Components: Contrib Affects Versions: 0.6.3, 0.6.2, 0.6.1, 0.6, 0.5, 0.4, 0.3, 0.6.4, 0.7, 0.8 Reporter: Oren Benjamin Priority: Trivial The option to set the standard deviation parameter for the gaussian key generator defaults to 0.1 but has a type of int in the option parser. As a result, it's impossible to use non-integer standard deviation values when testing. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.