You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Lanny Ripple (JIRA)" <ji...@apache.org> on 2013/05/03 21:54:16 UTC

[jira] [Created] (CASSANDRA-5536) ColumnFamilyInputFormat demands OrderPreservingPartitioner when specifying InputRange with tokens

Lanny Ripple created CASSANDRA-5536:
---------------------------------------

             Summary: ColumnFamilyInputFormat demands OrderPreservingPartitioner when specifying InputRange with tokens
                 Key: CASSANDRA-5536
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5536
             Project: Cassandra
          Issue Type: Bug
          Components: Hadoop
    Affects Versions: 1.2.3
            Reporter: Lanny Ripple


When ColumnFamilyInputFormat starts getting splits (via getSplits(...) [ColumnFamilyInputFormat.java:101]) it checks to see if a `jobKeyRange` has been set.  If it has been set it attempts to set the `jobRange`.  However the if block (ColumnFamilyInputFormat.java:124) looks to see if the `jobKeyRange` has tokens but asserts that the OrderPreservingPartitioner must be in use.

This if block should be looking for keys (not tokens).  Code further down (ColumnFamilyInputFormat.java:147) already manages the range if tokens are used but can never be reached.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira