Server does not raise on invalid insert into regular ColumnFamily
-----------------------------------------------------------------
Key: CASSANDRA-266
URL: https://issues.apache.org/jira/browse/CASSANDRA-266
Project: Cassandra
Issue Type: Bug
Reporter: Evan Weaver
DEBUG - Applying RowMutation(table='Twitter', key='8',
modifications=[ColumnFamily(Statuses [body:false:5...@1246336092])])
DEBUG - RowMutation(table='Twitter', key='8',
modifications=[ColumnFamily(Statuses [body:false:5...@1246336092])]) applied.
OK
DEBUG - Applying RowMutation(table='Twitter', key='8',
modifications=[ColumnFamily(Statuses [fhwagads:body:false:5...@1246336111])])
DEBUG - RowMutation(table='Twitter', key='8',
modifications=[ColumnFamily(Statuses [fhwagads:body:false:5...@1246336111])])
applied.
Not ok... "Statuses:fhwagads:body" insert should have failed. For example:
java.lang.IllegalArgumentException: Column Family
Statuses:fhwagads:fhwagads:body in invalid format. Must be in <column
family>:<column> format.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.