/[Apache-SVN]
ViewVC logotype

Revision 1338809


Jump to revision: Previous Next
Author: nspiegelberg
Date: Tue May 15 17:54:06 2012 UTC (12 years, 5 months ago)
Changed paths: 2
Log Message:
[HBASE-5867] Improve Compaction Throttle Default

Summary:
We recently had a production issue where our compactions fell
behind because our compaction throttle was improperly tuned and
accidentally upgraded all compactions to the large pool. The default
from HBASE-3877 makes 1 bad assumption: the default number of flushed
files in a compaction. MinFilesToCompact should be taken into
consideration. As a default, it is less damaging for the large thread
to be slightly higher than it needs to be and only get timed-majors
versus having everything accidentally promoted.

Test Plan:  - mvn test

Reviewers: JIRA, Kannan, Liyin
Reviewed By: Kannan
CC: stack

Differential Revision: https://reviews.facebook.net/D2943

Changed paths

Path Details
Directoryhbase/trunk/src/main/java/org/apache/hadoop/hbase/regionserver/CompactSplitThread.java modified , text changed
Directoryhbase/trunk/src/main/java/org/apache/hadoop/hbase/regionserver/Store.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26