xiaoyuyao commented on issue #1074: HDDS-1544. Support default Acls for volume, bucket, keys and prefix. Contributed by Ajay Kumar. URL: https://github.com/apache/hadoop/pull/1074#issuecomment-511053477 TestOzoneNativeAuthorizer failure is related. The Prefix_Lock is not reentrant. The fix is refactor the PrefixmanagerImpl#getLongestPrefixPath with a helper function that does not acquire prefix lock. In PrefixManagerImpl#setAcl, we should call the helper function without lock.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
