Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CDBBF200D0F for ; Fri, 15 Sep 2017 00:06:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CC6D51609CE; Thu, 14 Sep 2017 22:06:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1EAFB1609CD for ; Fri, 15 Sep 2017 00:06:04 +0200 (CEST) Received: (qmail 33346 invoked by uid 500); 14 Sep 2017 22:06:02 -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 33335 invoked by uid 99); 14 Sep 2017 22:06:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Sep 2017 22:06:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 722681A4E9D for ; Thu, 14 Sep 2017 22:06:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id ea36uJzBswXA for ; Thu, 14 Sep 2017 22:06:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 8B9615F19D for ; Thu, 14 Sep 2017 22:06:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 1B415E002C for ; Thu, 14 Sep 2017 22:06:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 1286A25381 for ; Thu, 14 Sep 2017 22:06:00 +0000 (UTC) Date: Thu, 14 Sep 2017 22:06:00 +0000 (UTC) From: "Jon Haddad (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-13876) speculative retry should allow more friendly params MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 14 Sep 2017 22:06:06 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-13876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jon Haddad updated CASSANDRA-13876: ----------------------------------- Labels: lhf user-experience (was: lhf) > speculative retry should allow more friendly params > --------------------------------------------------- > > Key: CASSANDRA-13876 > URL: https://issues.apache.org/jira/browse/CASSANDRA-13876 > Project: Cassandra > Issue Type: Improvement > Components: Distributed Metadata > Reporter: Jon Haddad > Priority: Minor > Labels: lhf, user-experience > Fix For: 4.0 > > > speculative_retry should be more flexible with case. > {code} > cqlsh:movielens> alter table users WITH speculative_retry = 'none'; > ConfigurationException: Invalid value none for option 'speculative_retry' > cqlsh:movielens> alter table users WITH speculative_retry = 'None'; > ConfigurationException: Invalid value None for option 'speculative_retry' > {code} > Let's make the text component case insensitive and for nPERCENTILE let's allow nP, for instance {{99p}}. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org For additional commands, e-mail: commits-help@cassandra.apache.org