[ https://issues.apache.org/jira/browse/CASSANDRA-13876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16217804#comment-16217804 ]
Jeff Jirsa edited comment on CASSANDRA-13876 at 10/24/17 10:32 PM: ------------------------------------------------------------------- Thanks for the patch, [~mychal]! Marking you as assignee. Patch looks great to me. Pushed to my branch here so I can trigger CI: https://github.com/jeffjirsa/cassandra/tree/cassandra-13876 Pushed to CircleCI here for unit tests: https://circleci.com/gh/jeffjirsa/cassandra/tree/cassandra-13876 Running ASF dtests -when ASF Jenkins stops being awful- here: https://builds.apache.org/view/A-D/view/Cassandra/job/Cassandra-devbranch-dtest/393/ was (Author: jjirsa): Thanks for the patch, [~mychal]! Marking you as assignee. Patch looks great to me. Pushed to my branch here so I can trigger CI: https://github.com/jeffjirsa/cassandra/tree/cassandra-13876 Pushed to CircleCI here for unit tests: https://circleci.com/gh/jeffjirsa/cassandra/tree/cassandra-13876 Running ASF dtests when ASF Jenkins stops being awful > 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