[
https://issues.apache.org/jira/browse/HBASE-1354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Evgeny Ryabitskiy updated HBASE-1354:
-------------------------------------
Attachment: HBASE-1354.patch
Separated split check to another method that is called only for Store with
largest StoreFile after compaction for all stores. So no useless checks split
now.
Also code become MUCH MORE READABLE. That was first aim.
> Separate check split from compaction method
> -------------------------------------------
>
> Key: HBASE-1354
> URL: https://issues.apache.org/jira/browse/HBASE-1354
> Project: Hadoop HBase
> Issue Type: Sub-task
> Components: regionserver
> Reporter: Evgeny Ryabitskiy
> Assignee: Evgeny Ryabitskiy
> Priority: Minor
> Attachments: HBASE-1354.patch
>
>
> Now check for split is running from compaction method.
> This check if called after each store compaction. But results of this check
> used only for one Store. All other calling method are for nothing.
> So check split runs much more times that it should.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.