[
https://issues.apache.org/jira/browse/HBASE-7672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Kyle Purtell closed HBASE-7672.
--------------------------------------
Assignee: (was: Chunhui Shen)
> Merging compaction requests in the queue for same store
> -------------------------------------------------------
>
> Key: HBASE-7672
> URL: https://issues.apache.org/jira/browse/HBASE-7672
> Project: HBase
> Issue Type: Improvement
> Components: Compaction
> Affects Versions: 0.94.4
> Reporter: Chunhui Shen
> Priority: Major
> Attachments: HBASE-7672.patch
>
>
> With a high write presesure, we could found many compaction requests for same
> store in the compaction queue.
> I think we could merge compaction requests for same store to increase
> compaction efficiency greately. It is so in 0.90 version because doing
> compacting files selection only when executing compaction
> e.g.
> {code}
> SmallCompation active count:1,Queue:
> regionName=abctest,90F9AUIPK4YO47W55WS4R8RSKGDFNRYBNB79COYKHNQD9F62G7,1359104485823.f05568c159940b8a72bd84c988388ad3.,
> storeName=c1, fileCount=4, fileSize=371.1m (212.0m, 53.0m, 53.0m, 53.0m),
> priority=15, time=56843340270506608
> regionName=abctest,90F9AUIPK4YO47W55WS4R8RSKGDFNRYBNB79COYKHNQD9F62G7,1359104485823.f05568c159940b8a72bd84c988388ad3.,
> storeName=c1, fileCount=4, fileSize=330.4m (171.3m, 53.0m, 53.0m, 53.0m),
> priority=11, time=56843401092063608
> {code}
> We could merge these two compaction requests
--
This message was sent by Atlassian Jira
(v8.20.7#820007)