Jon Haddad created CASSANDRA-13876:
--------------------------------------
Summary: 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
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: [email protected]
For additional commands, e-mail: [email protected]