Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2995 I believe the existing code in the finally block was there as a result of an older approach where locking was being performed in the revision manager, but since that is no longer needed, I believe it can be much simpler, similar to how the deleteRevision works.
---