HBASE-14655 Addendum passes User to store#compact()

This commit is contained in:
tedyu 2015-10-27 11:18:29 -07:00
parent 8fc9c2803f
commit f6a30d2331

View File

@ -1825,7 +1825,7 @@ public class HRegion implements HeapSize, PropagatingConfigurationObserver, Regi
// We no longer need to cancel the request on the way out of this
// method because Store#compact will clean up unconditionally
requestNeedsCancellation = false;
store.compact(compaction, throughputController);
store.compact(compaction, throughputController, user);
} catch (InterruptedIOException iioe) {
String msg = "compaction interrupted";
LOG.info(msg, iioe);