HBASE-14655 Addendum passes User to store#compact()
This commit is contained in:
parent
8fc9c2803f
commit
f6a30d2331
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user