markobean commented on PR #6638:
URL: https://github.com/apache/nifi/pull/6638#issuecomment-1309432249

   I found the issue. I don't think the max event driven thread count was being 
read from the flow on startup. 
   
   See 
https://github.com/apache/nifi/blob/0643f336e8266043c4ec01e1c07b8ef5bb38b02a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/serialization/VersionedFlowSynchronizer.java#L372
   
   The following needs to be added:
   ```
   
controller.setMaxEventDrivenThreadCount(versionedFlow.getMaxEventDrivenThreadCount());
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to