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

   The error message that resulted from the previous commit (missing max event 
thread count) was 
   
   ```
   Caused by: java.lang.IllegalArgumentException: Cannot set max number of 
threads to less than 2
        at 
org.apache.nifi.controller.FlowController.setMaxThreadCount(FlowController.java:1594)
   ```
   
   This is actually incorrect. The message should read "Cannot set max number 
of threads to less than 1". Please update message at FlowController.java:1594.
   


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