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 22:02:16 UTC

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

     [ https://issues.apache.org/jira/browse/CASSANDRA-5536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lanny Ripple updated CASSANDRA-5536:
------------------------------------

    Attachment: cassandra-1.2.3-5536.txt

Suggested changes.
                
> 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
>         Attachments: cassandra-1.2.3-5536.txt
>
>
> 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