Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-13876

speculative retry should allow more friendly params

    XMLWordPrintableJSON

Details

    Description

      speculative_retry should be more flexible with case.

      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'
      

      Let's make the text component case insensitive and for nPERCENTILE let's allow nP, for instance 99p.

      Attachments

        1. 13876-trunk.txt
          6 kB
          Michał Szczygieł

        Activity

          People

            mychal Michał Szczygieł
            rustyrazorblade Jon Haddad
            Michał Szczygieł
            Jeff Jirsa
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: