You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Lukas Nalezenec (JIRA)" <ji...@apache.org> on 2014/01/24 14:24:39 UTC

[jira] [Created] (HBASE-10413) TableSplits are not sorted by size.

Lukas Nalezenec created HBASE-10413:
---------------------------------------

             Summary: TableSplits are not sorted by size.
                 Key: HBASE-10413
                 URL: https://issues.apache.org/jira/browse/HBASE-10413
             Project: HBase
          Issue Type: Bug
          Components: Client
    Affects Versions: 0.96.1.1
            Reporter: Lukas Nalezenec


We had serious issue in our production today.

InputSplits should be sorted by length but TableSplit does not contain real getLength implementation:

  @Override
  public long getLength() {
    // Not clear how to obtain this... seems to be used only for sorting splits
    return 0;
  }

Can we implement this method ? 
What is the best way ?



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)