[ 
https://issues.apache.org/jira/browse/HBASE-7516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shelukhin updated HBASE-7516:
------------------------------------

    Attachment: HBASE-7516-v2.patch

Renamed StoreConfiguration to make it more clear. Its main purpose is basically 
to avoid passing a very large Store interface for things that only need to ask 
for a couple of numbers.
Removed external visibility of compaction configuration. While it is 
convenient, having base policy aware of default configuration muddies that 
interfaces, and there's no real reason for it to see derived config. Policies 
can handle their private config however they desire.
Moved the reflection code into ReflectionUtils.
Some comment cleanup.
                
> Make compaction policy pluggable
> --------------------------------
>
>                 Key: HBASE-7516
>                 URL: https://issues.apache.org/jira/browse/HBASE-7516
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Jimmy Xiang
>            Assignee: Sergey Shelukhin
>         Attachments: HBASE-7516-v0.patch, HBASE-7516-v1.patch, 
> HBASE-7516-v2.patch
>
>
> Currently, the compaction selection is pluggable. It will be great to make 
> the compaction algorithm pluggable too so that we can implement and play with 
> other compaction algorithms.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to