[
https://issues.apache.org/jira/browse/HBASE-10908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rekha Joshi reassigned HBASE-10908:
-----------------------------------
Assignee: Rekha Joshi
> On CompactionRequest, reader can be null on recalculateSize
> -----------------------------------------------------------
>
> Key: HBASE-10908
> URL: https://issues.apache.org/jira/browse/HBASE-10908
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.96.0
> Reporter: Rekha Joshi
> Assignee: Rekha Joshi
> Priority: Minor
>
> Comment from Honghua Feng
> {code}
> private void recalculateSize() {
> long sz = 0;
> for (StoreFile sf : this.filesToCompact) {
> sz += sf.getReader().length();
> }
> this.totalSize = sz;
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)