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

    https://github.com/apache/nifi/pull/1478#discussion_r101093314
  
    --- Diff: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/StandardFlowService.java
 ---
    @@ -284,7 +251,7 @@ public boolean isRunning() {
     
         @Override
         public void start() throws LifeCycleStartException {
    -        writeLock.lock();
    +       dao.writeProtectFlow();
    --- End diff --
    
    Thanks @joewitt, I'll move responsibility back over to the caller, along 
with your other feedback, and push an update.


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