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 17:49:18 UTC

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

Philip Thompson created CASSANDRA-9492:
------------------------------------------

             Summary: 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}, but with jdk8 it contains {{Cannot add a non counter column}}. 

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)