[jira] [Commented] (CASSANDRA-5572) Write row markers when serializing columnfamilies and columns schema

2013-05-16 Thread Sylvain Lebresne (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-5572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659347#comment-13659347
 ] 

Sylvain Lebresne commented on CASSANDRA-5572:
-

lgtm, +1.

Makes me think it might simplify things a bit to use range tombstones in 
dropFromSchema. And maybe we could start using CQL3 queries (with 
processInternal) to avoid having to deal with row markers manually? But anyway, 
we can definitively do that later. 

 Write row markers when serializing columnfamilies and columns schema
 

 Key: CASSANDRA-5572
 URL: https://issues.apache.org/jira/browse/CASSANDRA-5572
 Project: Cassandra
  Issue Type: Bug
Affects Versions: 1.2.4
Reporter: Aleksey Yeschenko
Assignee: Aleksey Yeschenko
Priority: Minor
 Attachments: 5572.txt


 ColumnDefinition.toSchema() and CFMetaData.toSchemaNoColumns() currently 
 don't write the row markers, which leads to certain queries not returning the 
 expected results, e.g.
 select keyspace_name, columnfamily_name from system.schema_columnfamilies 
 where keyspace_name = 'system' and columnfamily_name = 'hints' - [].

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CASSANDRA-5572) Write row markers when serializing columnfamilies and columns schema

2013-05-16 Thread Aleksey Yeschenko (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-5572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659523#comment-13659523
 ] 

Aleksey Yeschenko commented on CASSANDRA-5572:
--

Yeah, thought about range tombstones here as well yesterday. But, later.

 Write row markers when serializing columnfamilies and columns schema
 

 Key: CASSANDRA-5572
 URL: https://issues.apache.org/jira/browse/CASSANDRA-5572
 Project: Cassandra
  Issue Type: Bug
Affects Versions: 1.2.4
Reporter: Aleksey Yeschenko
Assignee: Aleksey Yeschenko
Priority: Minor
 Attachments: 5572.txt


 ColumnDefinition.toSchema() and CFMetaData.toSchemaNoColumns() currently 
 don't write the row markers, which leads to certain queries not returning the 
 expected results, e.g.
 select keyspace_name, columnfamily_name from system.schema_columnfamilies 
 where keyspace_name = 'system' and columnfamily_name = 'hints' - [].

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira