[ https://issues.apache.org/jira/browse/CASSANDRA-13876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jeff Jirsa updated CASSANDRA-13876: ----------------------------------- Reviewer: Jeff Jirsa > 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 > Assignee: Michał Szczygieł > 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 = '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-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org