[
https://issues.apache.org/jira/browse/HBASE-629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jim Kellerman updated HBASE-629:
--------------------------------
Attachment: 629.patch
> Split reports incorrect elapsed time
> ------------------------------------
>
> Key: HBASE-629
> URL: https://issues.apache.org/jira/browse/HBASE-629
> Project: Hadoop HBase
> Issue Type: Bug
> Components: regionserver
> Affects Versions: 0.2.0
> Reporter: Jim Kellerman
> Attachments: 629.patch
>
>
> Split reports incorrect elapsed time. That is because the start time for the
> split is never set. (It used to be set in closing()).
> Additionally, since CompactSplitThread doesn't do anything in closing or
> closed anymore, why keep them around?
> We can just pass null for the RegionUnavailableListener and can then remove
> closing and closed from CompactSplitThread.
> In fact, it turns out that RegionUnavailableListener is not used anywhere
> anymore so it should just be removed altogether.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.