You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Philip Thompson (JIRA)" <ji...@apache.org> on 2015/05/27 18:02:17 UTC

[jira] [Commented] (CASSANDRA-9492) Error message changes based on jdk used

    [ https://issues.apache.org/jira/browse/CASSANDRA-9492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14561200#comment-14561200 ] 

Philip Thompson commented on CASSANDRA-9492:
--------------------------------------------

I've found using IntelliJ that with jdk8, at the relevant line in CFMetadata.java, that defaultValidator is an instance of CounterColumnType. With jdk7, it is an instance of o.a.c.db.marshal.BytesType.

> Error message changes based on jdk used
> ---------------------------------------
>
>                 Key: CASSANDRA-9492
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9492
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Philip Thompson
>            Assignee: Philip Thompson
>             Fix For: 2.1.x, 2.2.x
>
>
> Running the dtest cql_tests:TestCQL.validate_counter_regular test, it passes on both 2.2-HEAD and 2.1-HEAD with jdk7, but fails with jdk8. The test attempts an invalid query and expects a certain failure message. With jdk7, the error returned contains {{Cannot add a counter column in a non counter column family}}.
> With jdk8 it contains {{Cannot add a non counter column in a counter column family}}. 
> This check is made in CFMetadata.java, and the message returned is based on the result of {{if (defaultValidator instanceof CounterColumnType)}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)