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

Lanny Ripple commented on CASSANDRA-5536:
-----------------------------------------

Note that the assertion requiring OrderPreservingPartition mentions 
"ConfigHelper.setInputKeyRange()" which no longer exists.
                
> 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

Reply via email to