Github user markap14 commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/454#discussion_r64043396
  
    --- Diff: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-optimistic-locking/src/main/java/org/apache/nifi/web/revision/NaiveRevisionManager.java
 ---
    @@ -423,7 +440,7 @@ public boolean requestWriteLock(final Revision 
proposedRevision) throws ExpiredR
                             throw ise;
                         }
     
    -                    if (stamp.getClientId() == null || 
stamp.getClientId().equals(proposedRevision.getClientId())) {
    +                    if (stamp.getUser() == null || 
stamp.getUser().equals(user)) {
    --- End diff --
    
    @mcgilman good call. I have addressed the issue and updated the PR.


---
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