-
Type:
Sub-task
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Coprocessors, security
-
Labels:None
-
Hadoop Flags:Reviewed
-
Release Note:Region observer notifications w.r.t. compaction request are now audited with request user through proper scope of doAs() calls.
As what has been done in HBASE-14631 and HBASE-14605, the scope of calling doAs() for compaction related region observer notifications should be narrowed.
User object is passed from CompactSplitThread down to the methods where region observer notifications are made.