YARN-3358. Audit log not present while refreshing Service ACLs.
Contributed by Varun Saxena.
This commit is contained in:
parent
e5e492a963
commit
ef3d66d462
|
@ -400,6 +400,9 @@ Release 2.7.1 - UNRELEASED
|
|||
YARN-3385. Fixed a race-condition in ResourceManager's ZooKeeper based
|
||||
state-store to avoid crashing on duplicate deletes. (Zhihai Xu via vinodkv)
|
||||
|
||||
YARN-3358. Audit log not present while refreshing Service ACLs.
|
||||
(Varun Saxena via devaraj)
|
||||
|
||||
Release 2.7.0 - 2015-04-20
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -509,6 +509,8 @@ public class AdminService extends CompositeService implements
|
|||
rmContext.getResourceTrackerService().refreshServiceAcls(
|
||||
conf, policyProvider);
|
||||
|
||||
RMAuditLogger.logSuccess(user.getShortUserName(), argName, "AdminService");
|
||||
|
||||
return recordFactory.newRecordInstance(RefreshServiceAclsResponse.class);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue