Description
Currently KMSACLs is made thread safe using ReadWriteLock. It is possible to safely publish the acls collection using volatile.
Similar refactoring has been done in HADOOP-10448
Currently KMSACLs is made thread safe using ReadWriteLock. It is possible to safely publish the acls collection using volatile.
Similar refactoring has been done in HADOOP-10448