You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Mikhail Stepura (JIRA)" <ji...@apache.org> on 2014/05/11 00:12:28 UTC

[jira] [Comment Edited] (CASSANDRA-7185) cqlsh can't tab-complete disabling compaction

    [ https://issues.apache.org/jira/browse/CASSANDRA-7185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13992996#comment-13992996 ] 

Mikhail Stepura edited comment on CASSANDRA-7185 at 5/8/14 6:41 PM:
--------------------------------------------------------------------

Hm, I don't see that option in http://cassandra.apache.org/doc/cql3/CQL.html#compactionOptions

http://www.datastax.com/documentation/cql/3.1/cql/cql_reference/compactSubprop.html

bq. To disable background compactions, use nodetool disableautocompaction/enableautocompaction instead of setting min/max compaction thresholds to 0.


was (Author: mishail):
Hm, I don't see that option in http://cassandra.apache.org/doc/cql3/CQL.html#compactionOptions

> cqlsh can't tab-complete disabling compaction
> ---------------------------------------------
>
>                 Key: CASSANDRA-7185
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7185
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Brandon Williams
>            Assignee: Mikhail Stepura
>            Priority: Trivial
>             Fix For: 2.0.9, 2.1 rc1
>
>         Attachments: CASSANDRA-2.0-7185.patch
>
>
> cqlsh can't tab-complete the following case where you want to disable compaction:
> {noformat}
> alter table keys with compaction = {'class': 'SizeTieredCompactionStrategy', 'enabled': 'false'}
> {noformat}
> Specfically it doesn't know 'enabled' is a valid option.



--
This message was sent by Atlassian JIRA
(v6.2#6252)