Github user bbende commented on the issue:

    https://github.com/apache/nifi/pull/772
  
    @YolandaMDavis Thanks for testing this! The behavior you are seeing is 
interesting, I tested this a few times before submitting the PR and again right 
now and can't seem to reproduce that. Also had a unit test that simulated 
starting with only a users file and verified policies were created.
    
    Could you use the debugger to try and step into 
authorizationsHolder.getAllPolicies().isEmpty() and see how isEmpty() is 
returning false?  
    
    It should be an unmodifiable HashSet which seems to call HashMap isEmpty() 
which does return size == 0;


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to