CONTAP-674393: Bug public information is not yet available.
Issue
- When applying NTFS Access Control Lists (ACLs) to the same directory path using multiple REST API calls in parallel, the permissions set by one operation are overwritten by another, resulting in inconsistent or missing ACL entries. Both jobs report success, but only the permissions from the last job are retained.
- Example log output:
{ "uuid": "338b0457-0ca7-11f1-9602-d039ea4a96dd", "state": "success", "message": "Complete: Operation completed successfully. File ACLs modified using policy \\"REST_8674041771571236\\" on Vserver \\"vserver1\\". File count: 77704.[0]" }{ "uuid": "335c4872-0ca7-11f1-9602-d039ea4a96dd", "state": "success", "message": "Complete: Operation completed successfully. File ACLs modified using policy \\"REST_8674041771381874\\" on Vserver \\"vserver1\\". File count: 77704.[0]" }
- Despite both jobs reporting success, only one set of permissions is actually applied.
