HBASE-20486 Change default throughput controller to PressureAwareThroughputController

Signed-off-by: Andrew Purtell <apurtell@apache.org>
This commit is contained in:
Xu Cang 2018-05-21 17:39:40 -07:00 committed by Andrew Purtell
parent 210b90604b
commit 6d1aa2800b
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public final class CompactionThroughputControllerFactory {
}
private static final Class<? extends ThroughputController>
DEFAULT_THROUGHPUT_CONTROLLER_CLASS = NoLimitThroughputController.class;
DEFAULT_THROUGHPUT_CONTROLLER_CLASS = PressureAwareCompactionThroughputController.class;
// for backward compatibility and may not be supported in the future
private static final String DEPRECATED_NAME_OF_PRESSURE_AWARE_THROUGHPUT_CONTROLLER_CLASS =