Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-9390

AbstractColumnFamilyInputFormat doesn't work with mixed case keyspaces

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Normal
    • Resolution: Fixed
    • 2.2.0 beta 1
    • None
    • None
    • Normal

    Description

      The AbstractColumnFamilyInputFormat isn't quoting the keyspace before calling metadata.getReplicas:

              for (TokenRange tokenRange : metadata.getTokenRanges())
                  map.put(tokenRange, metadata.getReplicas(keyspace, tokenRange));
              return map;
      

      This is inconsistent with other areas of the hadoop code and causes the inputs using mixed case keyspaces to fail.

      Attachments

        1. 9390-1.txt
          0.8 kB
          Philip Thompson

        Activity

          People

            philipthompson Philip Thompson
            mike_tr_adamson Mike Adamson
            Philip Thompson
            Mike Adamson
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: