[
https://issues.apache.org/jira/browse/CASSANDRA-1712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12928708#action_12928708
]
Dhaivat Pandit commented on CASSANDRA-1712:
-------------------------------------------
Output of show keyspaces
Keyspace: system:
Replication Factor: 1
Column Families:
ColumnFamily: IndexInfo
"indexes that have been completed"
Columns sorted by: org.apache.cassandra.db.marshal.UTF8Type
Row cache size / save period: 0.0/0
Key cache size / save period: 0.01/3600
Memtable thresholds: 0.571875/122/60
GC grace seconds: 0
Compaction min/max thresholds: 4/32
ColumnFamily: Schema
"current state of the schema"
Columns sorted by: org.apache.cassandra.db.marshal.UTF8Type
Row cache size / save period: 0.0/0
Key cache size / save period: 0.01/3600
Memtable thresholds: 0.571875/122/60
GC grace seconds: 0
Compaction min/max thresholds: 4/32
ColumnFamily: Migrations
"individual schema mutations"
Columns sorted by: org.apache.cassandra.db.marshal.TimeUUIDType
Row cache size / save period: 0.0/0
Key cache size / save period: 0.01/3600
Memtable thresholds: 0.571875/122/60
GC grace seconds: 0
Compaction min/max thresholds: 4/32
ColumnFamily: LocationInfo
"persistent metadata for the local node"
Columns sorted by: org.apache.cassandra.db.marshal.BytesType
Row cache size / save period: 0.0/0
Key cache size / save period: 0.01/3600
Memtable thresholds: 0.571875/122/60
GC grace seconds: 0
Compaction min/max thresholds: 4/32
ColumnFamily: HintsColumnFamily (Super)
"hinted handoff data"
Columns sorted by:
org.apache.cassandra.db.marshal.BytesType/org.apache.cassandra.db.marshal.BytesType
Subcolumns sorted by: org.apache.cassandra.db.marshal.BytesType
Row cache size / save period: 0.0/0
Key cache size / save period: 0.01/3600
Memtable thresholds: 0.571875/122/60
GC grace seconds: 0
Compaction min/max thresholds: 4/32
Keyspace: Skunk:
Replication Factor: 1
Column Families:
ColumnFamily: CFYaml (Super)
Columns sorted by:
org.apache.cassandra.db.marshal.LongType/org.apache.cassandra.db.marshal.UTF8Type
Subcolumns sorted by: org.apache.cassandra.db.marshal.LongType
Row cache size / save period: 1000.0/0
Key cache size / save period: 10000.0/3600
Memtable thresholds: 0.29/255/59
GC grace seconds: 864000
Compaction min/max thresholds: 4/32
ColumnFamily: CFCli (Super)
Columns sorted by:
org.apache.cassandra.db.marshal.LongType/org.apache.cassandra.db.marshal.UTF8Type
Subcolumns sorted by: org.apache.cassandra.db.marshal.LongType
Row cache size / save period: 0.0/0
Key cache size / save period: 200000.0/3600
Memtable thresholds: 0.571875/122/60
GC grace seconds: 864000
Compaction min/max thresholds: 4/32
Keyspace: Lucandra:
Replication Factor: 1
Column Families:
ColumnFamily: Documents
Columns sorted by: org.apache.cassandra.db.marshal.BytesType
Row cache size / save period: 0.0/0
Key cache size / save period: 200000.0/3600
Memtable thresholds: 0.571875/122/60
GC grace seconds: 864000
Compaction min/max thresholds: 4/32
ColumnFamily: TermInfo (Super)
Columns sorted by:
org.apache.cassandra.db.marshal.BytesType/org.apache.cassandra.db.marshal.BytesType
Subcolumns sorted by: org.apache.cassandra.db.marshal.BytesType
Row cache size / save period: 0.0/0
Key cache size / save period: 200000.0/3600
Memtable thresholds: 0.571875/122/60
GC grace seconds: 864000
Compaction min/max thresholds: 4/32
> Creating a SuperColumnFamily other than BytesType results in incorrect
> comparator types
> ----------------------------------------------------------------------------------------
>
> Key: CASSANDRA-1712
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1712
> Project: Cassandra
> Issue Type: Bug
> Affects Versions: 0.7 beta 3
> Environment: ubuntu using 0.7.0 beta 3 bin
> Reporter: Dhaivat Pandit
>
> CF 1
> ColumnFamily: CFCli (Super)
> Columns sorted by:
> org.apache.cassandra.db.marshal.LongType/org.apache.cassandra.db.marshal.UTF8Type
> Subcolumns sorted by: org.apache.cassandra.db.marshal.LongType
> was created with cli using
> create column family CFCli with column_type= 'Super' and comparator=
> 'LongType' and subcomparator='UTF8Type'
> CF 2
> ColumnFamily: CFYaml (Super)
> Columns sorted by:
> org.apache.cassandra.db.marshal.LongType/org.apache.cassandra.db.marshal.UTF8Type
> Subcolumns sorted by: org.apache.cassandra.db.marshal.LongType
> was created with yaml using
> column_families:
> - name: CFYaml
> column_type: Super
> compare_with: LongType
> compare_subcolumns_with: UTF8Type
> In both cases Subcolumn comparator was defined as UTF8Type but CF was created
> with subcomparatortype of LongType
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.