You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Nick Bailey (JIRA)" <ji...@apache.org> on 2013/10/15 19:36:45 UTC

[jira] [Updated] (CASSANDRA-6182) Unable to modify column_metadata via thrift

     [ https://issues.apache.org/jira/browse/CASSANDRA-6182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Bailey updated CASSANDRA-6182:
-----------------------------------

    Assignee: Sylvain Lebresne

> Unable to modify column_metadata via thrift
> -------------------------------------------
>
>                 Key: CASSANDRA-6182
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6182
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Nick Bailey
>            Assignee: Sylvain Lebresne
>             Fix For: 2.0.2
>
>
> Reproduced on 2.0 HEAD
> {noformat}
> [default@unknown] use opscenter;
> Authenticated to keyspace: OpsCenter
> [default@OpsCenter] create column family test with column_metadata = [{column_name: '1111', validation_class: LongType}];
> 637fffa1-a10f-3d89-8be6-8a316af05dd2
> [default@OpsCenter] update column family test with column_metadata=[];
> e49e435b-ba2a-3a08-8af0-32b897b872b8
> [default@OpsCenter] show schema;
> <other entries removed>
> create column family test
>   with column_type = 'Standard'
>   and comparator = 'BytesType'
>   and default_validation_class = 'BytesType'
>   and key_validation_class = 'BytesType'
>   and read_repair_chance = 0.1
>   and dclocal_read_repair_chance = 0.0
>   and populate_io_cache_on_flush = false
>   and gc_grace = 864000
>   and min_compaction_threshold = 4
>   and max_compaction_threshold = 32
>   and replicate_on_write = true
>   and compaction_strategy = 'org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy'
>   and caching = 'KEYS_ONLY'
>   and default_time_to_live = 0
>   and speculative_retry = 'NONE'
>   and column_metadata = [
>     {column_name : '1111',
>     validation_class : LongType}]
>   and compression_options = {'sstable_compression' : 'org.apache.cassandra.io.compress.LZ4Compressor'}
>   and index_interval = 128;
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1#6144)