1. Created a sample Table
2. Took table properties and I get the below exceptions:
java.sql.SQLSyntaxErrorException: Undefined name default_read_consistency in selection clause
'SELECT bloom_filter_fp_chance, caching, column_aliases, comment, compaction_strategy_class, compaction_strategy_options, comparator, compression_parameters, default_read_consistency, default_validator, default_write_consistency, gc_grace_seconds, id, key_alias, key_aliases, key_validator, local_read_repair_chance, max_compaction_threshold, min_compaction_threshold, read_repair_chance, replicate_on_write, subcomparator, type, value_alias FROM system.schema_columnfamilies WHERE keyspace_name = 'jonathantest' AND columnfamily_name = 'test''
at org.apache.cassandra.cql.jdbc.CassandraStatement.doExecute(Unknown Source)
at org.apache.cassandra.cql.jdbc.CassandraStatement.executeQuery(Unknown Source)
at \\...\\ .\\हिñçêČάй語简??한\\.Rꁷꂦ̆ᡭ boolean.executeQuery(Unknown Source)
at \\...\\ .\\हिñçêČάй語简??한\\.Pᠳꂉꋢꁂ 5.a(Unknown Source)
at \\...\\ .\\हिñçêČάй語简??한\\.Pᠳꂉꋢꁂ 5.a(Unknown Source)
at \\...\\ .\\हिñçêČάй語简??한\\.Bꅱᠧꑶꃼ float.ch(Unknown Source)
at \\...\\ .\\हिñçêČάй語简??한\\.hꂔᜫꋀꄢ throws for.process(Unknown Source)
at com.common.ui.util.BackgroundThread.run(Unknown Source)
Caused by: InvalidRequestException(why:Undefined name default_read_consistency in selection clause)
at org.apache.cassandra.thrift.Cassandra$execute_cql3_query_result.read(Cassandra.java:37849)
at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:78)
at org.apache.cassandra.thrift.Cassandra$Client.recv_execute_cql3_query(Cassandra.java:1562)
at org.apache.cassandra.thrift.Cassandra$Client.execute_cql3_query(Cassandra.java:1547)
at org.apache.cassandra.cql.jdbc.CassandraConnection.execute(Unknown Source)
at org.apache.cassandra.cql.jdbc.CassandraConnection.execute(Unknown Source)
... 8 more
I see a similar error in the logs if I right click on a keyspace and attempt to launch ER Diagram Generator
The following columns have been removed from the system.schema_columnfamilies system catalog table in 1.2.9:
default_read_consistency
default_write_consistency
Made changes accordingly on extracting table attributes. I think these 2 attributes are not used by other components at the moment.
14.0 - SVN r34143/14.0.0-rc-30
trunk - SVN r34144/15.0.0-dev-16
The following columns have been removed from the system.schema_columnfamilies system catalog table in 1.2.9:
default_read_consistency
default_write_consistency
Made changes accordingly on extracting table attributes. I think these 2 attributes are not used by other components at the moment.
14.0 - SVN r34143/14.0.0-rc-30
trunk - SVN r34144/15.0.0-dev-16
Issue #10186 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 14.0.0-rc-30/15.0.0-dev-16 |
No time estimate |
1 issue link |
relates to #10313
Issue #10313ADS not supporting Cassandra 2.0.1 |
I see a similar error in the logs if I right click on a keyspace and attempt to launch ER Diagram Generator