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)