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

Mike Adamson commented on CASSANDRA-9390:
-----------------------------------------

+1

> 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
>
>         Attachments: 9390-1.txt
>
>
> 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