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 4BBD1200D48 for ; Wed, 25 Oct 2017 00:20:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4A6371609C8; Tue, 24 Oct 2017 22:20:04 +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 9066E160BF1 for ; Wed, 25 Oct 2017 00:20:03 +0200 (CEST) Received: (qmail 57176 invoked by uid 500); 24 Oct 2017 22:20: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 57072 invoked by uid 99); 24 Oct 2017 22:20: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; Tue, 24 Oct 2017 22:20: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 0502D1A1609 for ; Tue, 24 Oct 2017 22:20: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 neORHqzsdx11 for ; Tue, 24 Oct 2017 22:20: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 0677D5FD97 for ; Tue, 24 Oct 2017 22:20: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 9B41EE00C9 for ; Tue, 24 Oct 2017 22:20:00 +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 568AA212F9 for ; Tue, 24 Oct 2017 22:20:00 +0000 (UTC) Date: Tue, 24 Oct 2017 22:20:00 +0000 (UTC) From: "Jeff Jirsa (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (CASSANDRA-13876) speculative retry should allow more friendly params MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 24 Oct 2017 22:20:04 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-13876?page=3Dcom.atl= assian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Jirsa reassigned CASSANDRA-13876: -------------------------------------- Assignee: Micha=C5=82 Szczygie=C5=82 > speculative retry should allow more friendly params > --------------------------------------------------- > > Key: CASSANDRA-13876 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1387= 6 > Project: Cassandra > Issue Type: Improvement > Components: Distributed Metadata > Reporter: Jon Haddad > Assignee: Micha=C5=82 Szczygie=C5=82 > Priority: Minor > Labels: lhf, user-experience > Fix For: 4.0 > > Attachments: 13876-trunk.txt > > > speculative_retry should be more flexible with case. > {code} > cqlsh:movielens> alter table users WITH speculative_retry =3D 'none'; > ConfigurationException: Invalid value none for option 'speculative_retry' > cqlsh:movielens> alter table users WITH speculative_retry =3D '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