nandakumar131 commented on issue #1234: HDDS-1917. TestOzoneRpcClientAbstract is failing. URL: https://github.com/apache/hadoop/pull/1234#issuecomment-520797332 @xiaoyuyao The problem is that we are not considering `OzoneAclType` while checking if a OzoneKey already has the ACL or not. In build machines we have user and group with same name (jenkins), so the OzoneKey have ACLs with same name but different type (user & group). Since we weren't checking `OzoneAclType` we were updating and removing wrong ACL for the key.
---------------------------------------------------------------- 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]
