public Long getACL(DataNodeV1 oldDataNode) { synchronized (oldDataNode) { return aclCache.convertAcls(oldDataNode.acl); } }