Mike Adamson created CASSANDRA-9390:
---------------------------------------

             Summary: AbstractColumnFamilyInputFormat doesn't work with mixed 
case keyspaces
                 Key: CASSANDRA-9390
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9390
             Project: Cassandra
          Issue Type: Bug
          Components: Hadoop
            Reporter: Mike Adamson
            Assignee: Philip Thompson
             Fix For: 2.2.x


The AbstractColumnFamilyInputFormat isn't quoting the keyspace before calling 
metadata.getReplicas:
{noformat}
        for (TokenRange tokenRange : metadata.getTokenRanges())
            map.put(tokenRange, metadata.getReplicas(keyspace, tokenRange));
        return map;
{noformat}
This is inconsistent with other areas of the hadoop code and causes the inputs 
using mixed case keyspaces to fail.



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

Reply via email to